1. d562dc8 CcSharedLibraryInfo propagates labels for exports now by Googler · 4 years, 6 months ago
  2. c2b692b Adds integration test for cc_shared_library. by Googler · 4 years, 6 months ago
  3. bf6a32c Adds example usage of cc_shared_library by Googler · 4 years, 6 months ago
  4. 31c46f2 Explicitly export files needed by other packages by Googler · 4 years, 6 months ago
  5. 8e88d89 C++: Checks in prototype of cc_shared_libraryA by Googler · 4 years, 6 months ago
  6. 6cfb2fb Fix codebase in preparation for incompatible_use_cc_configure_from_rules_cc by Googler · 4 years, 6 months ago
  7. 8bd6cd7 Keep @rules_cc//cc:toolchain_type as fully-qualified label always by Googler · 4 years, 6 months ago
  8. fe8f0a4 Add //cc:srcs filegroup that Bazel can depend on in unittests by Googler · 4 years, 6 months ago
  9. e7c97c3 Merge pull request #45 from hlopko:fix_cc_configure by Copybara-Service · 4 years, 6 months ago
  10. 99a7a02 Merge pull request #46 from bazelbuild:hlopko-patch-2 by Copybara-Service · 4 years, 6 months ago
  11. 5c0675a Merge pull request #48 from hlopko:fix_gold by Copybara-Service · 4 years, 6 months ago
  12. d978571 Merge branch 'master' into hlopko-patch-2 by Marcel Hlopko · 4 years, 6 months ago
  13. 1f8a00e Skip gcc build configuration options mentioning gold by Marcel Hlopko · 4 years, 6 months ago
  14. fbde6cc Merge branch 'master' into fix_cc_configure by Marcel Hlopko · 4 years, 6 months ago
  15. 252442d Merge pull request #44 from bazelbuild:hlopko-patch-1 by Copybara-Service · 4 years, 6 months ago
  16. 0d35394 Add badge for incompatible flag pipeline by Marcel Hlopko · 4 years, 6 months ago
  17. 81e8a6c Merge pull request #47 from hlopko:fix_typo by Copybara-Service · 4 years, 6 months ago
  18. 4420fcb Fix typo by Marcel Hlopko · 4 years, 6 months ago
  19. 80b5b6b Update renovate.json by Marcel Hlopko · 4 years, 6 months ago
  20. 1991571 Use wrapped_clang for C++ link actions (port of https://github.com/bazelbuild/bazel/commit/268268833110b2cf2f2dfcc4fb51f1b06cf9b2a3) by Marcel Hlopko · 4 years, 6 months ago
  21. 157a07b Fix call in WORKSPACE by Marcel Hlopko · 4 years, 6 months ago
  22. 4f8676f Add rules_cc_toolchains to repositories.bzl by Marcel Hlopko · 4 years, 6 months ago
  23. 262ebec Fix buildifier warnings in @rules_cc by Googler · 4 years, 6 months ago
  24. 0e66ef3 rules_cc: Add top-level BUILD file to distribution. by Googler · 4 years, 7 months ago
  25. 12a2d80 Merge pull request #38 from hlopko:update_gtest by Copybara-Service · 4 years, 7 months ago
  26. 54c783c Actually, lets depend on the release archive, not the branch by Marcel Hlopko · 4 years, 7 months ago
  27. 2c9c93b Update googletest to 1.10.x by Marcel Hlopko · 4 years, 7 months ago
  28. a508235 Add missing bzl files to rules_cc distribution. by Googler · 4 years, 7 months ago
  29. f871759 Merge pull request #35 from fweikert:distro by Copybara-Service · 4 years, 7 months ago
  30. 182a477 Add version number to a dedicated bzl file by fweikert · 4 years, 7 months ago
  31. eae1343 Make Buildifier happy by Florian Weikert · 4 years, 7 months ago
  32. df4a51f Use latest federation version by Florian Weikert · 4 years, 7 months ago
  33. 29da92c Use rules_pkg for building releases by fweikert · 4 years, 8 months ago
  34. 42ed56d Remove unused load statements from .bzl files by Googler · 4 years, 8 months ago
  35. cb2dfba Merge pull request #34 from hlopko:put_include_paths_into_action by Copybara-Service · 4 years, 8 months ago
  36. 8cf01f5 Fix by Marcel Hlopko · 4 years, 8 months ago
  37. 2d62d78 Put include paths into action by Marcel Hlopko · 4 years, 8 months ago
  38. ea5c542 Add support for thin LTO optimization in Bazel by Googler · 4 years, 8 months ago
  39. c279013 Stop running Buildifier as part of the presubmit by Googler · 4 years, 8 months ago
  40. 1d7c9eb Update copyright year in BUILD file. by Googler · 4 years, 8 months ago
  41. 4a1c578 C++: Move tools/cpp from bazel_tools to rules_cc by Googler · 4 years, 9 months ago
  42. 624b5d5 Run Buildifier as part of the presubmit. by Googler · 4 years, 9 months ago
  43. aed5c5b Merge pull request #31 from fweikert:merge by Copybara-Service · 4 years, 9 months ago
  44. 6d232cc Use federation version with working zlib repo by fweikert · 4 years, 9 months ago
  45. d5d6527 Use federation version with required BUILD files by Florian Weikert · 4 years, 9 months ago
  46. 6cc7e71 Fetch dependencies through the Bazel federation. by Florian Weikert · 4 years, 9 months ago
  47. 401380c Add a cc_toolchain_config_compare_test that compares 2 Starlark C++ toolchain configuration rules by Googler · 4 years, 9 months ago
  48. e68ae76 Allow the C++ toolchain config rules comparator script to not need toolchain_identifier argument when both --before and --after arguments are CToolchains (coming from Starlark rules instead of CROSSTOOL proto) by Googler · 4 years, 9 months ago
  49. b7fe969 C++: Add two more rules to defs.bzl in rules_cc by Googler · 4 years, 10 months ago
  50. 555d034 C++: Add defs.bzl to genproto.bzl by Googler · 4 years, 10 months ago
  51. 438368b Automated rollback of commit a34fafd5f5e44a7a0992ef8c01415e766552ae90. by Googler · 4 years, 10 months ago
  52. a34fafd C++: Move tools/cpp from bazel_tools to rules_cc by Googler · 4 years, 10 months ago
  53. 03e7a77 Adds load statement for @rules_cc by oquenchil · 4 years, 10 months ago
  54. 31b9de3 Merge pull request #23 from hlopko:fix_skylib by Copybara-Service · 4 years, 10 months ago
  55. ec70973 Fix sha hash of the skylib release, and put mirror first by Marcel Hlopko · 4 years, 10 months ago
  56. 7401930 Merge pull request #21 from excitoon:patch-1 by Copybara-Service · 4 years, 10 months ago
  57. 0d5f3f2 C++: Adds macros for wrapping C++ rules. by Googler · 4 years, 10 months ago
  58. 4afc266 Placed GitHub release first for @skylib. by Vladimir Chebotarev · 4 years, 10 months ago
  59. d36c8d4 Refactor rules_cc to follow https://docs.bazel.build/versions/master/skylark/deploying.html by Googler · 4 years, 11 months ago
  60. dfd3d34 Update Slack link to use slack.bazel.build by Googler · 4 years, 11 months ago
  61. e354fc3 Merge pull request #19 from renovate-bot:renovate/io_bazel_rules_go-0.x by Copybara-Service · 5 years ago
  62. c1b466c Update dependency io_bazel_rules_go to v0.18.6 by Renovate Bot · 5 years ago
  63. 236c6eb Merge pull request #17 from hlopko:add_find_cc_toolchain by Copybara-Service · 5 years ago
  64. d991801 Add find_cc_toolchain.bzl to help accessing current C++ toolchain by Marcel Hlopko · 5 years ago
  65. 1ef290f Merge pull request #16 from hlopko:alias_toolchain_type by Copybara-Service · 5 years ago
  66. e283f12 Add //cc:toolchain_type alias to allow forward migration with Bazel 0.27 by Marcel Hlopko · 5 years ago
  67. 96eb170 Merge pull request #15 from hlopko:fix_examples_for_platforms by Copybara-Service · 5 years ago
  68. 6cd7e75 Update examples for platforms by Marcel Hlopko · 5 years ago
  69. f25bda7 Internal change by Googler · 5 years ago
  70. eeec015 Update rules_cc for --incompatible_enable_cc_toolchain_resolution by Googler · 5 years ago
  71. b308aae Add ctx argument to cc_common.configure_features by hlopko · 5 years ago
  72. f678ef5 Automatic code cleanup. by Googler · 5 years ago
  73. 9e7c9de Add http_archive entries for testing with various JDK versions. by philwo · 5 years ago
  74. a4c4f3a Don't test on Ubuntu 14.04. by philwo · 5 years ago
  75. 9667b3d .../BUILD: fix build file/module bugs (#18) by Googler · 5 years ago
  76. 951df6a Add skylib dependency by Googler · 5 years ago
  77. 3723b4c Update rules_go to 0.18.1 by Googler · 5 years ago
  78. e86b282 Update protobuf to the latest release (3.7.0) by Googler · 5 years ago
  79. 2312d72 Fix allowed values in 'compiler' attribute of cc_toolchain_config rule. by rosica · 5 years ago
  80. 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
  81. 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
  82. 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
  83. 10f38e1 Fix migrator to correctly migrate dynamic linking mode linker_flags by hlopko · 5 years ago
  84. b844e0c Replace scrubbing with copybara-comment-this-out-please in copybara by hlopko · 5 years ago
  85. 7a628f3 Make python scripts consistent with ctoolchain_comparator by hlopko · 5 years ago
  86. 475ed28 Automated rollback of commit a613d7886555b65a8281c48e42fbcb30562c2a04. by hlopko · 5 years ago
  87. 0b8e7b5 Use is_using_fission in legacy_fields_migrator by hlopko · 5 years ago
  88. 2d3bc12 Remove duplication of feature_configuration by Googler · 5 years ago
  89. e12b276 Fix issue template by hlopko · 5 years ago
  90. 3d5980e Add example writing custom rule that depends and is dependable from rules_cc by hlopko · 5 years ago
  91. a613d78 Automated rollback of commit 776b274c8a6316cfc7f6b4cdea25a40223b5a831. by hlopko · 5 years ago
  92. a68eaad List places to ask questions for rules_cc by hlopko · 5 years ago
  93. d08a69a Let's see if this fixes issue template by hlopko · 5 years ago
  94. b099c8d Add default issue template for rules_cc by hlopko · 5 years ago
  95. 776b274 Enable 'renovate' bot for rules_cc by hlopko · 5 years ago
  96. 64efe12 Automated rollback of commit 2e79abf8ca80f51e0928a7728f08f87a9a7c5854. by cushon · 5 years ago
  97. 7e835b2 Clear dynamic_library_linker_flag in legacy_fields_migrator by hlopko · 5 years ago
  98. 2e79abf Flip --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 5 years ago
  99. 5743a32 Add examples on how to integrate with rules_cc by hlopko · 5 years ago
  100. 7caec85 Improve rules_cc copybara by hlopko · 5 years ago