1. c2549f6 Sync cc toolchain from Bazel's tools/cpp by Googler · 6 months ago
  2. fc88354 Automatic code cleanup. by Googler · 1 year, 7 months ago
  3. ad18309 Remove redundant "# copybara-use-repo-external-label" by Googler · 2 years, 2 months ago
  4. 2f8c04c Automatic code cleanup. by Googler · 2 years, 10 months ago 0.0.2
  5. e0dad88 Move examples from deprecated @rules_cc//cc:find_cpp_toolchain -> @bazel_tools//tools/cpp:toolchain_utils.bzl by Christopher Peterson Sauer · 3 years ago
  6. ab8b67a Move examples from deprecated find_cpp_toolchain -> find_cc_toolchain by Christopher Peterson Sauer · 3 years ago
  7. 3eaa3c7 Remove unnecessary tests from rules_cc by Googler · 3 years, 1 month ago
  8. c460f83 Include more information about configurations in cquery proto formatted outout by Googler · 3 years, 1 month ago
  9. 081771d Adds providers back temporarily until TF can use head by Googler · 3 years, 5 months ago
  10. 426f721 Automatic code cleanup. by Googler · 3 years, 5 months ago
  11. f846566 Update rules_cc doc references for inclusive-language-fixit-2 by Googler · 3 years, 5 months ago
  12. aa7ff81 Make cc_shared_library use the builtin Starlark version by Googler · 3 years, 6 months ago 0.0.1
  13. 68cb652 mv BUILD --> BUILD.bazel by Googler · 4 years ago
  14. 8973704 Fix buildifier error in rules_cc by Googler · 4 years ago
  15. 656e045 Merge pull request #103 from limdor:buildifier_fix by Copybara-Service · 4 years ago
  16. 299fce7 Fix buildifier format issue by Xavier Bonaventura · 4 years ago
  17. c612c95 Merge pull request #98 from gregestren:master by Copybara-Service · 4 years ago
  18. 608c7b6 C++: Make permissions check optional in cc_shared_library by Googler · 4 years, 1 month ago
  19. 9544a3e Automatic code cleanup. by Googler · 4 years, 1 month ago
  20. 88ef31b Update rules_cc to use the correct toolchain type (@bazel_tools//tools/cpp:toolchain_type). by Googler · 4 years, 1 month ago
  21. 25193de Tests for unknown commit by Googler · 4 years, 1 month ago
  22. a3d7068 Merge pull request #97 from jlaxson:shared-library-double-inheritance-test by Copybara-Service · 4 years, 2 months ago
  23. f28c5e2 Buildifier feedback by Greg Estren · 4 years, 2 months ago
  24. 4e7e7f8 Typo fixes by Greg Estren · 4 years, 2 months ago
  25. 541927e Add custom C++ toolchain example. by Greg Estren · 4 years, 2 months ago
  26. 8caeb33 Test allowing diamond inheritance of shared lib by John Laxson · 4 years, 2 months ago
  27. 7bd0e49 Merge pull request #85 from benjaminp:modern-linking by Copybara-Service · 4 years, 5 months ago
  28. 991eb34 Internal change by Googler · 4 years, 5 months ago
  29. 699ec52 Internal change by Googler · 4 years, 5 months ago
  30. 16ad606 Internal change by Googler · 4 years, 5 months ago
  31. 8994fb0 Adjust c archive example for modern linker input API. by Benjamin Peterson · 4 years, 5 months ago
  32. 01cf229 Fix //examples/test_cc_shared_library:linking_action_test under --incompatible_linkopts_to_linklibs. by Benjamin Peterson · 4 years, 6 months ago
  33. f95239a Update rules_cc to use the toolchain transition. by Googler · 4 years, 6 months ago
  34. 9ec8187 Add docstring to providers to make buildifier happy. by Googler · 4 years, 6 months ago
  35. 818289e Add flags to cc_shared_library for easier debugging by Googler · 5 years ago
  36. 8c31dd4 Change cc_shared_library exports logic. by Googler · 5 years ago
  37. 4c3e410 C++: Fix path checking cc_shared_library by Googler · 5 years ago
  38. a74452e C++: Optimize cc_shared_library by Googler · 5 years ago
  39. d97ac30 Stop using the deprecated items parameter. See https://github.com/bazelbuild/bazel/issues/9017 for details by Thijs Marinussen · 5 years ago
  40. e7f1b2c Automatic code cleanup. by Googler · 5 years ago
  41. 20bff90 Change the syntax for labels in static_deps and exported_by by Googler · 5 years ago
  42. d4357ef Adds exported_by function to cc_shared_library by Googler · 5 years ago
  43. f384196 Tests for changes in unknown commit by Googler · 5 years ago
  44. be6ea43 Allows libraries to be linked more than once. by Googler · 5 years ago
  45. 52cd711 Make sure cc_shared_library is guarded by flag by Googler · 5 years ago
  46. 726dd81 Remove attribute for visibility file. by Googler · 5 years ago
  47. 0893766 Allow unlimited number of additional linker inputs for cc_shared_library by Googler · 5 years ago
  48. 8f87c5e C++: Fixes order for cc_shared_library linked libs by Googler · 5 years ago
  49. 810a11e C++: Allow libraries to be exported by any target by Googler · 5 years ago
  50. a2060ec C++: Remove linked_statically_by from cc_shared_library by Googler · 5 years ago
  51. 4de26b5 Remove need for exported_by or linked_statically_by by Googler · 5 years ago
  52. cd0fa35 Remove linked_statically_by attribute for test by Googler · 5 years ago
  53. 519989d Introduces static_deps attribute to cc_shared_library. by Googler · 5 years ago
  54. 9e10b8a Include static libraries in link order before dynamic libraries by Googler · 5 years ago
  55. 8774a4d C++: cc_shared_library tests for attribute added in unknown commit by Googler · 5 years ago
  56. 0489ba3 C++: Prepare experimental_cc_shared_library for cc_library change by Googler · 5 years ago
  57. 771ab66 Add user_link_flags attribute to cc_shared_library by Googler · 5 years ago
  58. cd7e8a6 C++: Tests for cc_binary linking shared libraries by Googler · 5 years ago
  59. 01d4a48 C++: Add preloaded_deps support for cc_binary by Googler · 5 years ago
  60. 03ae87b C++: Updates linking for cc_shared_library by Googler · 5 years ago
  61. 1f87a00 C++: Fix @rules_cc for toolchain type in cc_shared_library by Googler · 5 years ago
  62. d562dc8 CcSharedLibraryInfo propagates labels for exports now by Googler · 5 years ago
  63. c2b692b Adds integration test for cc_shared_library. by Googler · 5 years ago
  64. bf6a32c Adds example usage of cc_shared_library by Googler · 5 years ago
  65. 8e88d89 C++: Checks in prototype of cc_shared_libraryA by Googler · 5 years ago
  66. 262ebec Fix buildifier warnings in @rules_cc by Googler · 5 years ago
  67. 4a1c578 C++: Move tools/cpp from bazel_tools to rules_cc by Googler · 6 years ago
  68. b7fe969 C++: Add two more rules to defs.bzl in rules_cc by Googler · 6 years ago
  69. d36c8d4 Refactor rules_cc to follow https://docs.bazel.build/versions/master/skylark/deploying.html by Googler · 6 years ago
  70. 6cd7e75 Update examples for platforms by Marcel Hlopko · 6 years ago
  71. eeec015 Update rules_cc for --incompatible_enable_cc_toolchain_resolution by Googler · 6 years ago
  72. b308aae Add ctx argument to cc_common.configure_features by hlopko · 6 years ago
  73. b844e0c Replace scrubbing with copybara-comment-this-out-please in copybara by hlopko · 6 years ago
  74. 2d3bc12 Remove duplication of feature_configuration by Googler · 6 years ago
  75. 3d5980e Add example writing custom rule that depends and is dependable from rules_cc by hlopko · 6 years ago
  76. 5743a32 Add examples on how to integrate with rules_cc by hlopko · 6 years ago