1. 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
  2. 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  3. 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
  4. 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
  5. bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
  6. f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
  7. 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
  8. 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
  9. 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
  10. 2732b17 Use pipes.quote() rather than manual quoting, and do so consistently wherever shell=True is set. by diamondm · 7 years ago
  11. 70733df shallow_since tests and doc improvements by Ed Baunton · 7 years ago
  12. 72075bf runfiles,cc: merge strategies into Runfiles by Laszlo Csomor · 7 years ago
  13. 7458a5f git.bzl: fall back to full clone if shallow options are not supported by Klaus Aehlig · 7 years ago
  14. 9dc32e2 runfiles,cc: Runfiles uses manifest AND directory by Laszlo Csomor · 7 years ago
  15. 17735dd http.bzl: add http_jar by Klaus Aehlig · 7 years ago
  16. 5c4f3b5 CROSSTOOL: Make C++ compiled and linked artifact name pattern configurable by Yun Peng · 7 years ago
  17. c29f34f runfiles,python: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  18. a1ae44a cpp runfiles library: precompute envvars map by Laszlo Csomor · 7 years ago
  19. 5f195b7 cpp runfiles library: compute manifest/dir paths by Laszlo Csomor · 7 years ago
  20. 64a461d Portability with BSD stat in collect_coverage.sh by Siddhartha Bagaria · 7 years ago
  21. 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
  22. 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
  23. cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 7 years ago
  24. 7092ed3 Remove unneeded exec_compatible_with from local_sh_toolchain by Klaus Aehlig · 7 years ago
  25. cbe7600 Rewrite lcov path munging to make the paths all relative by Ulf Adams · 7 years ago
  26. 4c6e784 http_archive: Support workspace_file and workspace_file_contents by Klaus Aehlig · 7 years ago
  27. 57bc201 Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present by hlopko · 7 years ago
  28. 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
  29. ff8162d sh_configure.bzl: FreeBSD is also a known platform by Klaus Aehlig · 7 years ago
  30. bd16ab9 http.bzl: drop outdated comment by Klaus Aehlig · 7 years ago
  31. a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 7 years ago
  32. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  33. a590dd1 Allow conditional keep rules in proguard_whitelister. by Googler · 7 years ago
  34. 760b123 Explicitly assign --buildroot in the rpmbuild invocation by mmikitka · 7 years ago
  35. 0810170 AddFiles will recursively add files when a directory is encountered by mmikitka · 7 years ago
  36. 9f2b052 runfiles,cc: add a method to discover runfiles by Laszlo Csomor · 7 years ago
  37. 86a9b6f Change -lgcov with --coverage by Irina Iancu · 7 years ago
  38. 3e50e35 Make runfiles usage on Windows more flexible to support remote execution. by Googler · 7 years ago
  39. b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
  40. 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago
  41. eb35e41 runfiles,Bash: bugfix in absolute path checking by Laszlo Csomor · 7 years ago
  42. a7f202c tests,shell: enable some shell tests on Windows by Laszlo Csomor · 7 years ago
  43. 753f0f6 Bash,runfiles: ignore RUNFILES_MANIFEST_ONLY by Laszlo Csomor · 7 years ago
  44. 1441a3a Prototype support for llvm coverage by Ulf Adams · 7 years ago
  45. 618ab2c Consolidate compatible_javacopts definition by cushon · 7 years ago
  46. f0cd2d2 Only print a warning if gcov cannot be found, not an error by ulfjack · 7 years ago
  47. c122e47 Detect build-in include directories for C and C++, not only for C++ by hlopko · 7 years ago
  48. 11571bd send Android desugar tool invocations through wrapper script with additional configuration flags. by kmb · 7 years ago
  49. f9cb859 runfiles: rlocation() checks if arg is normalized by Laszlo Csomor · 7 years ago
  50. 2c95757 test-setup: remove leading "./" from test name by Laszlo Csomor · 7 years ago
  51. 8762165 Bash,runfiles: add tests by Laszlo Csomor · 7 years ago
  52. 9566f67 Add a workaround for gcov-based coverage with clang by Ulf Adams · 7 years ago
  53. 8cbb372 fix @bazel_tools to actually include currently missing artifact from a genrule. by kmb · 7 years ago
  54. 2813550 Expose debug parameter to suppress informative print statements by mmikitka · 7 years ago
  55. d6f706d Pass --coverage to all compile and link steps by Ulf Adams · 7 years ago
  56. 5064676 Bump @desugar_jdk_libs dependency, which pulls in build file changes and a new class, and adjust its build accordingly. by kmb · 7 years ago
  57. 83ed546 Ignore missing .gcno files in coverage collection by Ulf Adams · 7 years ago
  58. 81ed3ad bash: Add a toolchain for local Bash. by Laszlo Csomor · 7 years ago
  59. 0c17f0c Bash,runfiles: add runfiles library by Laszlo Csomor · 7 years ago
  60. 27e0c0e Remove unused fields from osx crosstool by hlopko · 7 years ago
  61. 28daf76 Adding toolchain support for j2objc protos by Mike Lewis · 7 years ago
  62. 0b6899b Automatic code cleanup. by laurentlb · 7 years ago
  63. bfd89d6 hook up Bazel's implicit dependencies for legacy java 8 support in //tools/android by kmb · 7 years ago
  64. b7c0248 Suppress a warning when running JavaBuilder on JDK 9 by cushon · 7 years ago
  65. f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
  66. 4171fc6 Add a new test environment variable, TEST_TARGET. by John Cater · 7 years ago
  67. 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
  68. 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
  69. 78ee50a Fix crosstool target cpu to match local. by John Cater · 7 years ago
  70. cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
  71. 1592238 Fix toolchain CPU identifiers to match what's in the BUILD.tpl file. by John Cater · 7 years ago
  72. c45e182 Use --release instead of hacky 'DumpPlatformClassPath' bootclasspath handling when running on JDK 9 by cushon · 7 years ago
  73. 1236187 Use the provided javac for host_javabase=9 by cushon · 7 years ago
  74. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  75. 3c05175 Support for empty_files and empty_dirs in pkg. by Pawe? Zuzelski · 7 years ago
  76. b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
  77. f1ad0e6 pkg.bzl: adapt to upcoming incompatible changes by Klaus Aehlig · 7 years ago
  78. 62af2b4 Make j2objc_dead_code_pruner handle additional optional component (-[0-9]+) at end of basename. by Googler · 7 years ago
  79. 76c3c5f Make DumpPlatformClassPath more deterministic by cushon · 7 years ago
  80. a3dd777 Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzl by Yun Peng · 7 years ago
  81. 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
  82. 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
  83. 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
  84. 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
  85. 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
  86. cdc269b runfiles,Bash: add a package for runfiles library by Laszlo Csomor · 7 years ago
  87. b1be581 runfiles,Python: remove library from @bazel_tools by Laszlo Csomor · 7 years ago
  88. a5bda13 Fix paths to CPU.java and OS.java in comments by ajmichael · 7 years ago
  89. dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
  90. 6c64b64 Remove unused files. by kaipi · 7 years ago
  91. 7284d6e Windows: Allow users to build non-C++ rules when VC++ detect fails by Yun Peng · 7 years ago
  92. c626a93 Added release and release_file parameters to pkg_rpm by mmikitka · 7 years ago
  93. fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
  94. e4c8509 Allow templated expansion of data dependency names in the RPM spec file. by John Cater · 7 years ago
  95. 24ad364 Delete unused test runner script. by kaipi · 7 years ago
  96. 33a5db6 Automatic code cleanup. by laurentlb · 7 years ago
  97. 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
  98. 4009213 report test duration in XML using attribute "time" by Shimin Guo · 7 years ago
  99. 06a8851 Internal change by hlopko · 7 years ago
  100. 903b479 Internal change by hlopko · 7 years ago