1. 5cbd3df Merge pull request #73 from hlopko:skylark_bye_bye by Copybara-Service · 4 years ago
  2. d6cfe77 Rename skylark->starlark by Marcel Hlopko · 4 years ago
  3. 818289e Add flags to cc_shared_library for easier debugging by Googler · 4 years ago
  4. 8c31dd4 Change cc_shared_library exports logic. by Googler · 4 years ago
  5. dbe8807 Add optional tool_path_origin to Tools in C++ crosstool by Yannic Bonenberger · 4 years ago
  6. 9ddf8aa Merge pull request #70 from hlopko:disable-unnamed-macro by Copybara-Service · 4 years ago
  7. 0e4443f Instead disable the buildifier warning by Marcel Hlopko · 4 years ago
  8. 6543619 Duh by Marcel Hlopko · 4 years ago
  9. e8781b5 Fix repositories.bzl by Marcel Hlopko · 4 years ago
  10. b70b375 Add `name` parameter to `cc_configure` by Marcel Hlopko · 4 years ago
  11. ed50da4 Disable unnamed-macro check for cc_configure by Marcel Hlopko · 4 years ago
  12. 4c3e410 C++: Fix path checking cc_shared_library by Googler · 4 years ago
  13. a74452e C++: Optimize cc_shared_library by Googler · 4 years ago
  14. 77099ee Merge pull request #69 from Yexo:master by Copybara-Service · 4 years, 1 month ago
  15. 67086db Remove obsolete alias to //external:cc_toolchain. by Googler · 4 years, 1 month ago
  16. 7c3170f Automatic code cleanup. by Googler · 4 years, 1 month ago
  17. d97ac30 Stop using the deprecated items parameter. See https://github.com/bazelbuild/bazel/issues/9017 for details by Thijs Marinussen · 4 years, 1 month ago
  18. 34ca16f Partially fix MacOS llvm coverage collection by Googler · 4 years, 2 months ago
  19. 7fdc27c Automatic code cleanup. by Googler · 4 years, 2 months ago
  20. e7f1b2c Automatic code cleanup. by Googler · 4 years, 2 months ago
  21. b14a82e Build with Bazel@last_downstream_green by Googler · 4 years, 2 months ago
  22. d545fa4 C++: Move default linker flags with libs after libraries by Googler · 4 years, 2 months ago
  23. a636005 Migrate rules_cc to python 3 by Googler · 4 years, 2 months ago
  24. 20bff90 Change the syntax for labels in static_deps and exported_by by Googler · 4 years, 2 months ago
  25. d4357ef Adds exported_by function to cc_shared_library by Googler · 4 years, 2 months ago
  26. f384196 Tests for changes in unknown commit by Googler · 4 years, 2 months ago
  27. be6ea43 Allows libraries to be linked more than once. by Googler · 4 years, 2 months ago
  28. 52cd711 Make sure cc_shared_library is guarded by flag by Googler · 4 years, 2 months ago
  29. 286f85b C++: Adds clang resource-dir to include paths to be searched by Googler · 4 years, 2 months ago
  30. 726dd81 Remove attribute for visibility file. by Googler · 4 years, 3 months ago
  31. 0893766 Allow unlimited number of additional linker inputs for cc_shared_library by Googler · 4 years, 3 months ago
  32. 8f87c5e C++: Fixes order for cc_shared_library linked libs by Googler · 4 years, 3 months ago
  33. 810a11e C++: Allow libraries to be exported by any target by Googler · 4 years, 3 months ago
  34. a2060ec C++: Remove linked_statically_by from cc_shared_library by Googler · 4 years, 3 months ago
  35. 4de26b5 Remove need for exported_by or linked_statically_by by Googler · 4 years, 3 months ago
  36. cd0fa35 Remove linked_statically_by attribute for test by Googler · 4 years, 3 months ago
  37. 519989d Introduces static_deps attribute to cc_shared_library. by Googler · 4 years, 3 months ago
  38. 6546ee9 Merge pull request #54 from arturdryomov:ad/readme by Copybara-Service · 4 years, 3 months ago
  39. 2d1f48d Replace Python with Starlark. by Artur Dryomov · 4 years, 3 months ago
  40. 6600161 Merge branch 'master' into ad/readme by Artur Dryomov · 4 years, 3 months ago
  41. 9e10b8a Include static libraries in link order before dynamic libraries by Googler · 4 years, 3 months ago
  42. 7849626 Merge branch 'master' into ad/readme by Artur Dryomov · 4 years, 3 months ago
  43. 8774a4d C++: cc_shared_library tests for attribute added in unknown commit by Googler · 4 years, 3 months ago
  44. 0489ba3 C++: Prepare experimental_cc_shared_library for cc_library change by Googler · 4 years, 4 months ago
  45. 771ab66 Add user_link_flags attribute to cc_shared_library by Googler · 4 years, 4 months ago
  46. 7e650b1 Fix cc toolchain autodetection to not error when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN is set. by Googler · 4 years, 4 months ago
  47. e111086 Add syntax highlighting to the readme file. by Artur Dryomov · 4 years, 5 months ago
  48. cd7e8a6 C++: Tests for cc_binary linking shared libraries by Googler · 4 years, 5 months ago
  49. 01d4a48 C++: Add preloaded_deps support for cc_binary by Googler · 4 years, 5 months ago
  50. cfe68f6 Fix immutable frozen set bug in defs.bzl by Googler · 4 years, 5 months ago
  51. 03ae87b C++: Updates linking for cc_shared_library by Googler · 4 years, 5 months ago
  52. 1f87a00 C++: Fix @rules_cc for toolchain type in cc_shared_library by Googler · 4 years, 5 months ago
  53. d562dc8 CcSharedLibraryInfo propagates labels for exports now by Googler · 4 years, 6 months ago
  54. c2b692b Adds integration test for cc_shared_library. by Googler · 4 years, 6 months ago
  55. bf6a32c Adds example usage of cc_shared_library by Googler · 4 years, 6 months ago
  56. 31c46f2 Explicitly export files needed by other packages by Googler · 4 years, 6 months ago
  57. 8e88d89 C++: Checks in prototype of cc_shared_libraryA by Googler · 4 years, 6 months ago
  58. 6cfb2fb Fix codebase in preparation for incompatible_use_cc_configure_from_rules_cc by Googler · 4 years, 6 months ago
  59. 8bd6cd7 Keep @rules_cc//cc:toolchain_type as fully-qualified label always by Googler · 4 years, 6 months ago
  60. fe8f0a4 Add //cc:srcs filegroup that Bazel can depend on in unittests by Googler · 4 years, 6 months ago
  61. e7c97c3 Merge pull request #45 from hlopko:fix_cc_configure by Copybara-Service · 4 years, 6 months ago
  62. 99a7a02 Merge pull request #46 from bazelbuild:hlopko-patch-2 by Copybara-Service · 4 years, 6 months ago
  63. 5c0675a Merge pull request #48 from hlopko:fix_gold by Copybara-Service · 4 years, 6 months ago
  64. d978571 Merge branch 'master' into hlopko-patch-2 by Marcel Hlopko · 4 years, 6 months ago
  65. 1f8a00e Skip gcc build configuration options mentioning gold by Marcel Hlopko · 4 years, 6 months ago
  66. fbde6cc Merge branch 'master' into fix_cc_configure by Marcel Hlopko · 4 years, 6 months ago
  67. 252442d Merge pull request #44 from bazelbuild:hlopko-patch-1 by Copybara-Service · 4 years, 6 months ago
  68. 0d35394 Add badge for incompatible flag pipeline by Marcel Hlopko · 4 years, 6 months ago
  69. 81e8a6c Merge pull request #47 from hlopko:fix_typo by Copybara-Service · 4 years, 6 months ago
  70. 4420fcb Fix typo by Marcel Hlopko · 4 years, 6 months ago
  71. 80b5b6b Update renovate.json by Marcel Hlopko · 4 years, 6 months ago
  72. 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
  73. 157a07b Fix call in WORKSPACE by Marcel Hlopko · 4 years, 6 months ago
  74. 4f8676f Add rules_cc_toolchains to repositories.bzl by Marcel Hlopko · 4 years, 6 months ago
  75. 262ebec Fix buildifier warnings in @rules_cc by Googler · 4 years, 6 months ago
  76. 0e66ef3 rules_cc: Add top-level BUILD file to distribution. by Googler · 4 years, 7 months ago
  77. 12a2d80 Merge pull request #38 from hlopko:update_gtest by Copybara-Service · 4 years, 7 months ago
  78. 54c783c Actually, lets depend on the release archive, not the branch by Marcel Hlopko · 4 years, 7 months ago
  79. 2c9c93b Update googletest to 1.10.x by Marcel Hlopko · 4 years, 7 months ago
  80. a508235 Add missing bzl files to rules_cc distribution. by Googler · 4 years, 7 months ago
  81. f871759 Merge pull request #35 from fweikert:distro by Copybara-Service · 4 years, 7 months ago
  82. 182a477 Add version number to a dedicated bzl file by fweikert · 4 years, 7 months ago
  83. eae1343 Make Buildifier happy by Florian Weikert · 4 years, 7 months ago
  84. df4a51f Use latest federation version by Florian Weikert · 4 years, 7 months ago
  85. 29da92c Use rules_pkg for building releases by fweikert · 4 years, 8 months ago
  86. 42ed56d Remove unused load statements from .bzl files by Googler · 4 years, 8 months ago
  87. cb2dfba Merge pull request #34 from hlopko:put_include_paths_into_action by Copybara-Service · 4 years, 8 months ago
  88. 8cf01f5 Fix by Marcel Hlopko · 4 years, 8 months ago
  89. 2d62d78 Put include paths into action by Marcel Hlopko · 4 years, 8 months ago
  90. ea5c542 Add support for thin LTO optimization in Bazel by Googler · 4 years, 8 months ago
  91. c279013 Stop running Buildifier as part of the presubmit by Googler · 4 years, 8 months ago
  92. 1d7c9eb Update copyright year in BUILD file. by Googler · 4 years, 8 months ago
  93. 4a1c578 C++: Move tools/cpp from bazel_tools to rules_cc by Googler · 4 years, 9 months ago
  94. 624b5d5 Run Buildifier as part of the presubmit. by Googler · 4 years, 9 months ago
  95. aed5c5b Merge pull request #31 from fweikert:merge by Copybara-Service · 4 years, 9 months ago
  96. 6d232cc Use federation version with working zlib repo by fweikert · 4 years, 9 months ago
  97. d5d6527 Use federation version with required BUILD files by Florian Weikert · 4 years, 9 months ago
  98. 6cc7e71 Fetch dependencies through the Bazel federation. by Florian Weikert · 4 years, 9 months ago
  99. 401380c Add a cc_toolchain_config_compare_test that compares 2 Starlark C++ toolchain configuration rules by Googler · 4 years, 9 months ago
  100. 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