1. b2f6e22 Merge pull request #84 from benjaminp:fix-for-linkops by Copybara-Service · 3 years, 6 months ago
  2. 01cf229 Fix //examples/test_cc_shared_library:linking_action_test under --incompatible_linkopts_to_linklibs. by Benjamin Peterson · 3 years, 7 months ago
  3. f055da4 Merge pull request #82 from keith:ks/update by Copybara-Service · 3 years, 7 months ago
  4. c5a9b6d Duplicate libtool_check_unique.cc by Keith Smiley · 3 years, 7 months ago
  5. 5bf327f Sync osx_cc_configure by Keith Smiley · 3 years, 8 months ago
  6. f95239a Update rules_cc to use the toolchain transition. by Googler · 3 years, 7 months ago
  7. 9ec8187 Add docstring to providers to make buildifier happy. by Googler · 3 years, 7 months ago
  8. 53f28ae Merge pull request #79 from agluszak:system_library by Copybara-Service · 3 years, 8 months ago
  9. 8398f4b Fixes after code review by Andrzej Głuszak · 3 years, 8 months ago
  10. 8346df3 Remove line breaks using backslashes by Andrzej Głuszak · 3 years, 8 months ago
  11. 299299f Move description to doc parameter, add docs for arguments by Andrzej Głuszak · 3 years, 8 months ago
  12. bea600c Merge pull request #81 from bazelbuild:oquenchil-patch-1 by Copybara-Service · 3 years, 8 months ago
  13. 34343cf Update CODEOWNERS by oquenchil · 3 years, 8 months ago
  14. c4886cb Add a module description by Andrzej Głuszak · 3 years, 8 months ago
  15. d380849 Fix style by Andrzej Głuszak · 3 years, 8 months ago
  16. 6c1dbe0 Implement a repository rule for importing system libraries by Andrzej Głuszak · 3 years, 8 months ago
  17. 02becfe Automatic code cleanup. by Googler · 3 years, 9 months ago
  18. 1477dba Merge pull request #76 from laurentlb:master by Copybara-Service · 3 years, 9 months ago
  19. ea0c09e Stop depending on rules_pkg through the federation by Laurent Le Brun · 3 years, 9 months ago
  20. 5cbd3df Merge pull request #73 from hlopko:skylark_bye_bye by Copybara-Service · 4 years ago
  21. d6cfe77 Rename skylark->starlark by Marcel Hlopko · 4 years ago
  22. 818289e Add flags to cc_shared_library for easier debugging by Googler · 4 years ago
  23. 8c31dd4 Change cc_shared_library exports logic. by Googler · 4 years ago
  24. dbe8807 Add optional tool_path_origin to Tools in C++ crosstool by Yannic Bonenberger · 4 years ago
  25. 9ddf8aa Merge pull request #70 from hlopko:disable-unnamed-macro by Copybara-Service · 4 years ago
  26. 0e4443f Instead disable the buildifier warning by Marcel Hlopko · 4 years ago
  27. 6543619 Duh by Marcel Hlopko · 4 years ago
  28. e8781b5 Fix repositories.bzl by Marcel Hlopko · 4 years ago
  29. b70b375 Add `name` parameter to `cc_configure` by Marcel Hlopko · 4 years ago
  30. ed50da4 Disable unnamed-macro check for cc_configure by Marcel Hlopko · 4 years ago
  31. 4c3e410 C++: Fix path checking cc_shared_library by Googler · 4 years ago
  32. a74452e C++: Optimize cc_shared_library by Googler · 4 years, 1 month ago
  33. 77099ee Merge pull request #69 from Yexo:master by Copybara-Service · 4 years, 1 month ago
  34. 67086db Remove obsolete alias to //external:cc_toolchain. by Googler · 4 years, 1 month ago
  35. 7c3170f Automatic code cleanup. by Googler · 4 years, 1 month ago
  36. 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
  37. 34ca16f Partially fix MacOS llvm coverage collection by Googler · 4 years, 2 months ago
  38. 7fdc27c Automatic code cleanup. by Googler · 4 years, 2 months ago
  39. e7f1b2c Automatic code cleanup. by Googler · 4 years, 2 months ago
  40. b14a82e Build with Bazel@last_downstream_green by Googler · 4 years, 2 months ago
  41. d545fa4 C++: Move default linker flags with libs after libraries by Googler · 4 years, 2 months ago
  42. a636005 Migrate rules_cc to python 3 by Googler · 4 years, 2 months ago
  43. 20bff90 Change the syntax for labels in static_deps and exported_by by Googler · 4 years, 2 months ago
  44. d4357ef Adds exported_by function to cc_shared_library by Googler · 4 years, 2 months ago
  45. f384196 Tests for changes in unknown commit by Googler · 4 years, 2 months ago
  46. be6ea43 Allows libraries to be linked more than once. by Googler · 4 years, 2 months ago
  47. 52cd711 Make sure cc_shared_library is guarded by flag by Googler · 4 years, 2 months ago
  48. 286f85b C++: Adds clang resource-dir to include paths to be searched by Googler · 4 years, 2 months ago
  49. 726dd81 Remove attribute for visibility file. by Googler · 4 years, 3 months ago
  50. 0893766 Allow unlimited number of additional linker inputs for cc_shared_library by Googler · 4 years, 3 months ago
  51. 8f87c5e C++: Fixes order for cc_shared_library linked libs by Googler · 4 years, 3 months ago
  52. 810a11e C++: Allow libraries to be exported by any target by Googler · 4 years, 3 months ago
  53. a2060ec C++: Remove linked_statically_by from cc_shared_library by Googler · 4 years, 3 months ago
  54. 4de26b5 Remove need for exported_by or linked_statically_by by Googler · 4 years, 3 months ago
  55. cd0fa35 Remove linked_statically_by attribute for test by Googler · 4 years, 3 months ago
  56. 519989d Introduces static_deps attribute to cc_shared_library. by Googler · 4 years, 3 months ago
  57. 6546ee9 Merge pull request #54 from arturdryomov:ad/readme by Copybara-Service · 4 years, 3 months ago
  58. 2d1f48d Replace Python with Starlark. by Artur Dryomov · 4 years, 3 months ago
  59. 6600161 Merge branch 'master' into ad/readme by Artur Dryomov · 4 years, 3 months ago
  60. 9e10b8a Include static libraries in link order before dynamic libraries by Googler · 4 years, 3 months ago
  61. 7849626 Merge branch 'master' into ad/readme by Artur Dryomov · 4 years, 3 months ago
  62. 8774a4d C++: cc_shared_library tests for attribute added in unknown commit by Googler · 4 years, 3 months ago
  63. 0489ba3 C++: Prepare experimental_cc_shared_library for cc_library change by Googler · 4 years, 4 months ago
  64. 771ab66 Add user_link_flags attribute to cc_shared_library by Googler · 4 years, 4 months ago
  65. 7e650b1 Fix cc toolchain autodetection to not error when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN is set. by Googler · 4 years, 4 months ago
  66. e111086 Add syntax highlighting to the readme file. by Artur Dryomov · 4 years, 5 months ago
  67. cd7e8a6 C++: Tests for cc_binary linking shared libraries by Googler · 4 years, 5 months ago
  68. 01d4a48 C++: Add preloaded_deps support for cc_binary by Googler · 4 years, 5 months ago
  69. cfe68f6 Fix immutable frozen set bug in defs.bzl by Googler · 4 years, 5 months ago
  70. 03ae87b C++: Updates linking for cc_shared_library by Googler · 4 years, 5 months ago
  71. 1f87a00 C++: Fix @rules_cc for toolchain type in cc_shared_library by Googler · 4 years, 5 months ago
  72. d562dc8 CcSharedLibraryInfo propagates labels for exports now by Googler · 4 years, 6 months ago
  73. c2b692b Adds integration test for cc_shared_library. by Googler · 4 years, 6 months ago
  74. bf6a32c Adds example usage of cc_shared_library by Googler · 4 years, 6 months ago
  75. 31c46f2 Explicitly export files needed by other packages by Googler · 4 years, 6 months ago
  76. 8e88d89 C++: Checks in prototype of cc_shared_libraryA by Googler · 4 years, 6 months ago
  77. 6cfb2fb Fix codebase in preparation for incompatible_use_cc_configure_from_rules_cc by Googler · 4 years, 6 months ago
  78. 8bd6cd7 Keep @rules_cc//cc:toolchain_type as fully-qualified label always by Googler · 4 years, 6 months ago
  79. fe8f0a4 Add //cc:srcs filegroup that Bazel can depend on in unittests by Googler · 4 years, 6 months ago
  80. e7c97c3 Merge pull request #45 from hlopko:fix_cc_configure by Copybara-Service · 4 years, 6 months ago
  81. 99a7a02 Merge pull request #46 from bazelbuild:hlopko-patch-2 by Copybara-Service · 4 years, 6 months ago
  82. 5c0675a Merge pull request #48 from hlopko:fix_gold by Copybara-Service · 4 years, 6 months ago
  83. d978571 Merge branch 'master' into hlopko-patch-2 by Marcel Hlopko · 4 years, 6 months ago
  84. 1f8a00e Skip gcc build configuration options mentioning gold by Marcel Hlopko · 4 years, 6 months ago
  85. fbde6cc Merge branch 'master' into fix_cc_configure by Marcel Hlopko · 4 years, 6 months ago
  86. 252442d Merge pull request #44 from bazelbuild:hlopko-patch-1 by Copybara-Service · 4 years, 6 months ago
  87. 0d35394 Add badge for incompatible flag pipeline by Marcel Hlopko · 4 years, 6 months ago
  88. 81e8a6c Merge pull request #47 from hlopko:fix_typo by Copybara-Service · 4 years, 6 months ago
  89. 4420fcb Fix typo by Marcel Hlopko · 4 years, 6 months ago
  90. 80b5b6b Update renovate.json by Marcel Hlopko · 4 years, 6 months ago
  91. 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
  92. 157a07b Fix call in WORKSPACE by Marcel Hlopko · 4 years, 6 months ago
  93. 4f8676f Add rules_cc_toolchains to repositories.bzl by Marcel Hlopko · 4 years, 6 months ago
  94. 262ebec Fix buildifier warnings in @rules_cc by Googler · 4 years, 7 months ago
  95. 0e66ef3 rules_cc: Add top-level BUILD file to distribution. by Googler · 4 years, 7 months ago
  96. 12a2d80 Merge pull request #38 from hlopko:update_gtest by Copybara-Service · 4 years, 7 months ago
  97. 54c783c Actually, lets depend on the release archive, not the branch by Marcel Hlopko · 4 years, 7 months ago
  98. 2c9c93b Update googletest to 1.10.x by Marcel Hlopko · 4 years, 7 months ago
  99. a508235 Add missing bzl files to rules_cc distribution. by Googler · 4 years, 7 months ago
  100. f871759 Merge pull request #35 from fweikert:distro by Copybara-Service · 4 years, 7 months ago