1. bea9d25 Extract special BUILD file for //tools/cpp when present in the @bazel_tools by hlopko · 5 years ago
  2. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  3. 12ebd7b Add toolchain support for clang-cl on Windows by Yun Peng · 6 years ago
  4. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  5. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  6. 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
  7. 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
  8. 44a961b Provide ar_files and as_files for autoconfigured and static cc_toolchains where needed. by rosica · 6 years ago
  9. c5ebfcf Add --incompatible_disable_static_cc_toolchains that will deprecate the cc_toolchain_suite and cc_toolchain rules under @bazel_tools//tools/cpp. by rosica · 6 years ago
  10. 221c67f Remove unused msvc-wrapper related filegroups by Marcel Hlopko · 6 years ago
  11. 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago
  12. 81aefe7 Remove unsupported cpu attribute from cc_toolchains. by rosica · 6 years ago
  13. 21941fe Support build bazel on s390x platform by clyang82 · 6 years ago
  14. fc586a8 Move cc_flags target into @bazel_tools//tools/cpp. by John Cater · 6 years ago
  15. 4b79c53 Remove unused, unmaintained crosstool_lib.bzl by hlopko · 6 years ago
  16. 9d9cadd Flip --incompatible_disable_runtimes_filegroups by hlopko · 6 years ago
  17. 71bc38f Introduce --incompatible_disable_crosstool_file flag. by rosica · 6 years ago
  18. 4e6080a Remove unused cc_libraries named "stl". by John Cater · 6 years ago
  19. 28953cb bazel/tools: add ar_files/as_files to cc_toolchain targets by Googler · 6 years ago
  20. ed67a15 Remove the "autoconfigured" constraint. by John Cater · 6 years ago
  21. f7e5aef Add cc_toolchain targets for the new entries in the default cc_toolchain_suite. by John Cater · 6 years ago
  22. 58a72b2 Remove uses of default_grte_top from CROSSTOOL. by jcater · 6 years ago
  23. 68611b3 [singlejar] Port test_util to Windows by Loo Rong Jie · 6 years ago
  24. c3fb1db Do not use CROSSTOOL to select cc_toolchain by hlopko · 6 years ago
  25. 547bf42 Add entries in cc_toolchain_suites so cc_toolchain label selection doesn't depend on the CROSSTOOL file. by rosica · 7 years ago
  26. cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
  27. 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
  28. bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
  29. 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
  30. b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
  31. 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago
  32. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  33. 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
  34. 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
  35. 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
  36. bc1e2b0 Add a binary to CppCompileAction that is responsible for grepping header files for include statments. This binary is currently only used for an internal feature - but that feature may be supported externally eventually. by ajmichael · 7 years ago
  37. 06a8851 Internal change by hlopko · 7 years ago
  38. 903b479 Internal change by hlopko · 7 years ago
  39. 7653a47 Internal change by hlopko · 7 years ago
  40. d1388b8 Fixed building with a custom toolchain fails on OS X #3859 by Oleg Ponomarev · 7 years ago
  41. db80298 Introduce cc_configure_lib.bzl#split_escaped by hlopko · 7 years ago
  42. 4ccecae Remove some default cc toolchain definitions. by John Cater · 7 years ago
  43. 8fb14d5 Retire the filegroup //tools/cpp:toolchain_category in favor of the by cpeyser · 7 years ago
  44. a7f8a91 Introduce cc_toolchain_type, which exports c++ make variables. Use by cpeyser · 7 years ago
  45. 6aed3d3 Toolchain type labels for c++ are filegroups instead of toolchain_type. by cpeyser · 8 years ago
  46. bf96c50 Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875. by philwo · 8 years ago
  47. ca216f5 Introduce empty "toolchain_category" rule for labels that will be used as by cpeyser · 8 years ago
  48. d852e48 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  49. 8613c90 Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799. by cpeyser · 8 years ago
  50. 2b983bd Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. That is, a c++ toolchain is added, but a Bazel dependency on that toolchain is not. by cpeyser · 8 years ago
  51. aa0093b Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79. by plf · 8 years ago
  52. 9d5bce6 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  53. 03755ea Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899. by cpeyser · 8 years ago
  54. 3634131 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
  55. 528a1ea Add *_alias rules to @bazel_tools so that people don't have to keep writing their own. by lberki · 8 years ago
  56. 0010cc9 Move the docker tests in src/test/docker by dmarting · 8 years ago
  57. 76cb02e Make the interface dynamic library builder a regular label instead of a magic artifact. by Lukacs Berki · 8 years ago
  58. 1b6535c Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
  59. a2f2c40 Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f. by Tobias Werth · 8 years ago
  60. 87fd5ba Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
  61. 98398a2 Rollback AppleCrosstoolChange by Cal Peyser · 8 years ago
  62. 303e5bf Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
  63. aaee64e Power support by Nishidha Panpaliya · 8 years ago
  64. 74b9432 Move interface so building to action configs by Marcel Hlopko · 8 years ago
  65. 08849b2 Description redacted. -- MOS_MIGRATED_REVID=133693782 by Laurent Le Brun · 9 years ago
  66. 180d1b5 Update all tests so that they use a cc_toolchain_suite instead of a filegroup to declare C++ toolchains. by Lukacs Berki · 9 years ago
  67. 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. by Lukacs Berki · 9 years ago
  68. 9668b82 Use alias instead of a filegroup for the //tools/cpp:toolchain entry point for the C++ toolchain. by Lukacs Berki · 9 years ago
  69. 57be344 Enable msvc toolchain to support params file by Yun Peng · 9 years ago
  70. 114ead3 Add msvc crosstool definiton by Yun Peng · 9 years ago
  71. 9b88920 Tests for tools/cpp:cc_configure.bzl by Damien Martin-Guillerez · 9 years ago
  72. be5b2eb Use bind to redirect C++ crosstool configuration by Damien Martin-Guillerez · 9 years ago
  73. 458ccd0 Introduce a special CPU for Windows and add msys compiler toolchain. by Dmitry Lomov · 9 years ago
  74. fc911c6 Use param files for Linux C(++) toolchains. by Han-Wen Nienhuys · 9 years ago
  75. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  76. a93c63b Make Bazel always build with --fat_apk_cpu. by Lukacs Berki · 10 years ago
  77. 8a995b4 Remove implicit .a and .so outputs from Bazel. by Ulf Adams · 10 years ago
  78. 310c631 Document crosstool_top a little better. by Han-Wen Nienhuys · 10 years ago
  79. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  80. 3671ff6 Add symlinks to third_party/ and tools/ to base_workspace by Kristina Chodorow · 10 years ago[Renamed (99%) from base_workspace/tools/cpp/BUILD]
  81. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago