1. eefe53e Add initial bazelci config for rules_cc by hlopko · 5 years ago
  2. e9752a8 Add rules_cc deps to bazel-mirror by hlopko · 5 years ago
  3. da4c915 Add repository for py.mock to rules_cc by hlopko · 5 years ago
  4. 281a8bc Add BUILD.third_party to rules_cc by hlopko · 5 years ago
  5. 175f81c Add a script for comparing CToolchian built from different CROSSTOOL/Ctoolchain proto text files by rosica · 5 years ago
  6. 246bff6 Add things needed for rules_cc to build & test in the open by hlopko · 5 years ago
  7. 6300309 Make cc_embed_data.bzl forward compatible with removal of legacy crosstool fields by hlopko · 5 years ago
  8. f835b8b Fix legacy_fields_migrator by hlopko · 5 years ago
  9. 91210fe Add WORKSPACE to rules_cc by hlopko · 5 years ago
  10. 05d087e Make bazel option --collect_symbol_counts a noop by hlopko · 5 years ago
  11. 17818b2 Add initial content of rules_cc repo by hlopko · 5 years ago
  12. 30e3283 Add --inline option to legacy_fields_migrator by hlopko · 5 years ago
  13. b809b13 Fix edge cases of legacy crosstool migrator by hlopko · 5 years ago
  14. 37f9cc5 Add --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 5 years ago
  15. 169818c Allow setting needsPic crosstool capability using feature by hlopko · 5 years ago
  16. c8a8211 Allow setting supports_embedded_runtimes crosstool capability using feature by hlopko · 5 years ago
  17. 8062601 Allow setting supports_fission crosstool capability using feature by hlopko · 5 years ago
  18. 392be75 Cleanup uses of supports_dsym by hlopko · 5 years ago
  19. e327d70 Mark unused crosstool fields by hlopko · 5 years ago
  20. 2c36045 Add --incompatible_disable_runtimes_filegroups by hlopko · 5 years ago
  21. 46dc52e Add crosstool_query by hlopko · 5 years ago
  22. e1d74cb Move legacy_fields_migrator to rules_cc by hlopko · 5 years ago
  23. f37a53e Internal change by hlopko · 5 years ago
  24. 3c88920 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 5 years ago
  25. fccbfbf Do not use CROSSTOOL to select cc_toolchain by hlopko · 6 years ago
  26. 364065d Make CROSSTOOL.default_target_cpu optional by hlopko · 6 years ago
  27. ce4d569 Remove LipoMode and LipoModeFlags from CROSSTOOL by hlopko · 6 years ago
  28. 2ea125d Remove supports_lipo field from DefaultCpuToolchain by rosica · 6 years ago
  29. d08ec26 Refactor artifact_name_pattern in CROSSTOOL by pcloudy · 6 years ago
  30. 358b48d Remove traces of optional_flags from crosstool by hlopko · 6 years ago
  31. ff0944a Remove optional_*_flag fields from crosstool by hlopko · 6 years ago
  32. 87e4245 Automatic code cleanup. by Googler · 6 years ago
  33. 851eed1 Allow conditioning flags on the _absence_ of a feature. by Googler · 6 years ago
  34. 199f7d9 Allow an action_config to be activated by default. by cpeyser · 6 years ago
  35. 503f0a9 Implement user experience for LIPO / ThinLTO users. by klimek · 7 years ago
  36. 1fbdf51 Typo fix. by klimek · 7 years ago
  37. 21b2542 Mark the default_target_cpu field in CROSSTOOL deprecated. by lberki · 7 years ago
  38. 94ad5f5 Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 7 years ago
  39. e975b38 Automated rollback of commit 6dbdb050cb9eb9d6b30381eda0c92604683914dc. by jfield · 7 years ago
  40. 6dbdb05 Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 7 years ago
  41. ad6e1ca Add a boolean flag to a Feature to specify whether it is enabled by default. by Googler · 7 years ago
  42. fe7d55b RELNOTES: Allow CROSSTOOL files to have linker flags specific to static shared libraries. by Googler · 7 years ago
  43. 120d8ee Create "target_os" option to make selecting on platform possible. by Googler · 7 years ago
  44. 2aabbef Introduce expand_if_none_available to crosstool by hlopko · 7 years ago
  45. 9cc6bd0 Add expand_if_equal crosstool.proto message by hlopko · 7 years ago
  46. 460dbed Introduce FlagGroup.expandIfTrue, expandIfFalse by hlopko · 7 years ago
  47. e355a0b Introduce support for 'expand_if_all_available' for flag_groups in CROSSTOOL by hlopko · 7 years ago
  48. b987fd2 Introduce structured build variables in Crosstool by hlopko · 7 years ago
  49. 63defbb Introduce explicit iterate_over field for flag_group in Crosstool by hlopko · 7 years ago
  50. acfc773 cxx_flags are not applied to objc compiles. by cpeyser · 8 years ago
  51. 497b184 Remove support for thin archives. by lberki · 8 years ago
  52. bff90cc Linker outputs can optionally be configured from the CROSSTOOL. Introduces infrastructure to allow other artifact categories (such as debug symbols or compiler outputs) to be defined in other changes. by cpeyser · 8 years ago
  53. 5e3e5c8 Remove breakpad support from bazel by dmishe · 8 years ago
  54. c3f9f8d Introduces action_config. Does this by: by cpeyser · 8 years ago
  55. 7444ecd Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation. by cpeyser · 8 years ago
  56. a4f5b61 Extend crosstool configuration to allow features to specify (expandable) environment variables to pass to actions by cparsons · 8 years ago
  57. 04d798b Rationalize copyright headers by dmarting · 9 years ago
  58. 8b16e7c Feature configuration: add a field required_variables on flag_sets. by klimek · 9 years ago
  59. 7918071 Allow the feature configuration to support structured build variables of nested by klimek · 9 years ago
  60. 8ac56c2 Enable external contribution on protobufs. by dmarting · 9 years ago
  61. 761d3ab Automated rollback of commit 50b8a4c4d8dcdc2b577c5e2dbfe8b1603e5e27b2. by dmarting · 9 years ago
  62. 50b8a4c Enable external contribution on protobufs. by dmarting · 9 years ago
  63. 8034bed Initial empty repository by Florian Weikert · 5 years ago