1. b7fe969 C++: Add two more rules to defs.bzl in rules_cc by Googler · 4 years, 9 months ago
  2. 555d034 C++: Add defs.bzl to genproto.bzl by Googler · 4 years, 9 months ago
  3. 438368b Automated rollback of commit a34fafd5f5e44a7a0992ef8c01415e766552ae90. by Googler · 4 years, 9 months ago
  4. a34fafd C++: Move tools/cpp from bazel_tools to rules_cc by Googler · 4 years, 10 months ago
  5. 03e7a77 Adds load statement for @rules_cc by oquenchil · 4 years, 10 months ago
  6. 31b9de3 Merge pull request #23 from hlopko:fix_skylib by Copybara-Service · 4 years, 10 months ago
  7. ec70973 Fix sha hash of the skylib release, and put mirror first by Marcel Hlopko · 4 years, 10 months ago
  8. 7401930 Merge pull request #21 from excitoon:patch-1 by Copybara-Service · 4 years, 10 months ago
  9. 0d5f3f2 C++: Adds macros for wrapping C++ rules. by Googler · 4 years, 10 months ago
  10. 4afc266 Placed GitHub release first for @skylib. by Vladimir Chebotarev · 4 years, 10 months ago
  11. d36c8d4 Refactor rules_cc to follow https://docs.bazel.build/versions/master/skylark/deploying.html by Googler · 4 years, 10 months ago
  12. dfd3d34 Update Slack link to use slack.bazel.build by Googler · 4 years, 11 months ago
  13. e354fc3 Merge pull request #19 from renovate-bot:renovate/io_bazel_rules_go-0.x by Copybara-Service · 4 years, 11 months ago
  14. c1b466c Update dependency io_bazel_rules_go to v0.18.6 by Renovate Bot · 4 years, 11 months ago
  15. 236c6eb Merge pull request #17 from hlopko:add_find_cc_toolchain by Copybara-Service · 5 years ago
  16. d991801 Add find_cc_toolchain.bzl to help accessing current C++ toolchain by Marcel Hlopko · 5 years ago
  17. 1ef290f Merge pull request #16 from hlopko:alias_toolchain_type by Copybara-Service · 5 years ago
  18. e283f12 Add //cc:toolchain_type alias to allow forward migration with Bazel 0.27 by Marcel Hlopko · 5 years ago
  19. 96eb170 Merge pull request #15 from hlopko:fix_examples_for_platforms by Copybara-Service · 5 years ago
  20. 6cd7e75 Update examples for platforms by Marcel Hlopko · 5 years ago
  21. f25bda7 Internal change by Googler · 5 years ago
  22. eeec015 Update rules_cc for --incompatible_enable_cc_toolchain_resolution by Googler · 5 years ago
  23. b308aae Add ctx argument to cc_common.configure_features by hlopko · 5 years ago
  24. f678ef5 Automatic code cleanup. by Googler · 5 years ago
  25. 9e7c9de Add http_archive entries for testing with various JDK versions. by philwo · 5 years ago
  26. a4c4f3a Don't test on Ubuntu 14.04. by philwo · 5 years ago
  27. 9667b3d .../BUILD: fix build file/module bugs (#18) by Googler · 5 years ago
  28. 951df6a Add skylib dependency by Googler · 5 years ago
  29. 3723b4c Update rules_go to 0.18.1 by Googler · 5 years ago
  30. e86b282 Update protobuf to the latest release (3.7.0) by Googler · 5 years ago
  31. 2312d72 Fix allowed values in 'compiler' attribute of cc_toolchain_config rule. by rosica · 5 years ago
  32. 943183c Fix load("//tools/cpp:cc_toolchain_config_lib.bzl") to load("@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl") by rosica · 5 years ago
  33. 3b89ccf Remove linter warnings that a feature or action_config may not be declared by setting it to None instead. by rosica · 5 years ago
  34. 0c017eb Do not condition linker_flags from DYNAMIC linking_mode_flags for transitive dynamic libraries on dynamic_linking_mode feature by hlopko · 5 years ago
  35. 10f38e1 Fix migrator to correctly migrate dynamic linking mode linker_flags by hlopko · 5 years ago
  36. b844e0c Replace scrubbing with copybara-comment-this-out-please in copybara by hlopko · 5 years ago
  37. 7a628f3 Make python scripts consistent with ctoolchain_comparator by hlopko · 5 years ago
  38. 475ed28 Automated rollback of commit a613d7886555b65a8281c48e42fbcb30562c2a04. by hlopko · 5 years ago
  39. 0b8e7b5 Use is_using_fission in legacy_fields_migrator by hlopko · 5 years ago
  40. 2d3bc12 Remove duplication of feature_configuration by Googler · 5 years ago
  41. e12b276 Fix issue template by hlopko · 5 years ago
  42. 3d5980e Add example writing custom rule that depends and is dependable from rules_cc by hlopko · 5 years ago
  43. a613d78 Automated rollback of commit 776b274c8a6316cfc7f6b4cdea25a40223b5a831. by hlopko · 5 years ago
  44. a68eaad List places to ask questions for rules_cc by hlopko · 5 years ago
  45. d08a69a Let's see if this fixes issue template by hlopko · 5 years ago
  46. b099c8d Add default issue template for rules_cc by hlopko · 5 years ago
  47. 776b274 Enable 'renovate' bot for rules_cc by hlopko · 5 years ago
  48. 64efe12 Automated rollback of commit 2e79abf8ca80f51e0928a7728f08f87a9a7c5854. by cushon · 5 years ago
  49. 7e835b2 Clear dynamic_library_linker_flag in legacy_fields_migrator by hlopko · 5 years ago
  50. 2e79abf Flip --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 5 years ago
  51. 5743a32 Add examples on how to integrate with rules_cc by hlopko · 5 years ago
  52. 7caec85 Improve rules_cc copybara by hlopko · 5 years ago
  53. d485e26 Enable features that were previously enabled by Bazel in legacy_fields_migrator by hlopko · 5 years ago
  54. 49a6c21 Do not use static_linking_mode for dynamic libraries and objc rules by hlopko · 5 years ago
  55. dfb180b Migrate repeated expand_if_(all|none)_available into nested flag_groups by hlopko · 5 years ago
  56. 903ad72 Make CToolchain comparator ignore differences in CToolchain.Tool.tool_path and CToolcain.ToolPath.path when one is "" and the other "NOT_USED" by rosica · 5 years ago
  57. d4fef61 Add feature declaration tests by rosica · 5 years ago
  58. e02152f Remove fail("Unreachable") from features' and action_configs' declaration statements by rosica · 5 years ago
  59. de27916 Fix action_config names by rosica · 5 years ago
  60. 9432a5a Make crosstool to starlark converter error out if it comes across multiple expand_if_all_available or expand_if_none_available in a single flag_group by rosica · 5 years ago
  61. 1576db8 Fix paths resolving for --crosstool and --output_location. by rosica · 5 years ago
  62. ba06942 Fix flag parsing by rosica · 5 years ago
  63. 081d3ef Add CODEOWNERS for rules_cc. by dslomov · 5 years ago
  64. f76ab48 Migrate Apple CROSSTOOL to starlark. by Googler · 5 years ago
  65. b3a83d7 Add a script for converting CROSSTOOL files to Starlark rules by rosica · 5 years ago
  66. 0f72a12 Fix rules_cc badge by hlopko · 5 years ago
  67. ddf13fe Don't require supports_fission to be set in the crosstool by hlopko · 5 years ago
  68. a9932b3 Make ctoolchain_compare.bzl more robust by using ctx.label.name as generated files name. by hlopko · 5 years ago
  69. b8be74c Change rules_cc badge to only show master branch status by hlopko · 5 years ago
  70. da4639b Actually cause the comparator / test to fail when there is an error reading one by Googler · 5 years ago
  71. dc71ef6 Make it possible to test multiple configs in the same BUILD file. by Googler · 5 years ago
  72. 0627ae3 Create a test rule that compares CToolchains from CROSSTOOL file and from Starlark rule by rosica · 5 years ago
  73. f64680e Make ctoolchain_comparator.py throw exit(1) when CToolchains differ by rosica · 5 years ago
  74. f9cdb36 Always put linker_flags from linking_mode_flags.DYNAMIC to nodeps-dynamic-library by hlopko · 5 years ago
  75. 0fd5bb9 Rename/remove fields referencing legacy features in legacy_fields_migrator by hlopko · 5 years ago
  76. f79b930 Add buildkite badge to rules_cc readme by hlopko · 5 years ago
  77. 04195ad Fix legacy_fields_migrator by hlopko · 5 years ago
  78. 5a13c61 Fix typo in readme RELNOTES: None. by hlopko · 5 years ago
  79. e08b244 Test rules_cc postsubmit pipeline by hlopko · 5 years ago
  80. c0ac741 Improve legacy_fields_migrator to work properly for objc crosstools by hlopko · 5 years ago
  81. 9a340db Fix inconsistencies in rules_cc WORKSPACE file by hlopko · 5 years ago
  82. eefe53e Add initial bazelci config for rules_cc by hlopko · 5 years ago
  83. e9752a8 Add rules_cc deps to bazel-mirror by hlopko · 5 years ago
  84. da4c915 Add repository for py.mock to rules_cc by hlopko · 5 years ago
  85. 281a8bc Add BUILD.third_party to rules_cc by hlopko · 5 years ago
  86. 175f81c Add a script for comparing CToolchian built from different CROSSTOOL/Ctoolchain proto text files by rosica · 5 years ago
  87. 246bff6 Add things needed for rules_cc to build & test in the open by hlopko · 5 years ago
  88. 6300309 Make cc_embed_data.bzl forward compatible with removal of legacy crosstool fields by hlopko · 5 years ago
  89. f835b8b Fix legacy_fields_migrator by hlopko · 5 years ago
  90. 91210fe Add WORKSPACE to rules_cc by hlopko · 5 years ago
  91. 05d087e Make bazel option --collect_symbol_counts a noop by hlopko · 5 years ago
  92. 17818b2 Add initial content of rules_cc repo by hlopko · 5 years ago
  93. 30e3283 Add --inline option to legacy_fields_migrator by hlopko · 5 years ago
  94. b809b13 Fix edge cases of legacy crosstool migrator by hlopko · 5 years ago
  95. 37f9cc5 Add --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 5 years ago
  96. 169818c Allow setting needsPic crosstool capability using feature by hlopko · 5 years ago
  97. c8a8211 Allow setting supports_embedded_runtimes crosstool capability using feature by hlopko · 5 years ago
  98. 8062601 Allow setting supports_fission crosstool capability using feature by hlopko · 5 years ago
  99. 392be75 Cleanup uses of supports_dsym by hlopko · 5 years ago
  100. e327d70 Mark unused crosstool fields by hlopko · 5 years ago