aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchainGravatar hlopko2018-05-30
* runfiles,cc: C++ runfiles library in @bazel_toolsGravatar Laszlo Csomor2018-05-30
* Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98.Gravatar laszlocsomor2018-05-30
* Minimize the cost of Skyframe restarts during CC autoconfiguration.Gravatar jmmv2018-05-29
* Change uses of cc_toolchain_type back to plain toolchain_type.Gravatar jcater2018-05-29
* Add ability to add runfiles to tarGravatar Christian Verkerk2018-05-29
* Generaliaze java_import_external to jvm_import_externalGravatar natans2018-05-29
* shell toolchain: genrule now uses itGravatar Laszlo Csomor2018-05-29
* Add a compiler_flag rule that exposes the value of the "compiler" field of CR...Gravatar rosica2018-05-28
* Use pipes.quote() rather than manual quoting, and do so consistently wherever...Gravatar diamondm2018-05-24
* shallow_since tests and doc improvementsGravatar Ed Baunton2018-05-24
* runfiles,cc: merge strategies into RunfilesGravatar Laszlo Csomor2018-05-24
* git.bzl: fall back to full clone if shallow options are not supportedGravatar Klaus Aehlig2018-05-24
* runfiles,cc: Runfiles uses manifest AND directoryGravatar Laszlo Csomor2018-05-23
* http.bzl: add http_jarGravatar Klaus Aehlig2018-05-23
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* runfiles,python: add a method to discover runfilesGravatar Laszlo Csomor2018-05-22
* cpp runfiles library: precompute envvars mapGravatar Laszlo Csomor2018-05-22
* cpp runfiles library: compute manifest/dir pathsGravatar Laszlo Csomor2018-05-18
* Portability with BSD stat in collect_coverage.shGravatar Siddhartha Bagaria2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Enable proguarded Android builds with --experimental_desugar_java8_libs in BazelGravatar kmb2018-05-16
* Remove unneeded exec_compatible_with from local_sh_toolchainGravatar Klaus Aehlig2018-05-16
* Rewrite lcov path munging to make the paths all relativeGravatar Ulf Adams2018-05-16
* http_archive: Support workspace_file and workspace_file_contentsGravatar Klaus Aehlig2018-05-16
* Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is p...Gravatar hlopko2018-05-16
* Replace --experimental_android_enforce_strict_deps_for_binaries_under_test wi...Gravatar cushon2018-05-15
* sh_configure.bzl: FreeBSD is also a known platformGravatar Klaus Aehlig2018-05-15
* http.bzl: drop outdated commentGravatar Klaus Aehlig2018-05-15
* Don't default to --release 9 when running on a JDK 9 host_javabaseGravatar cushon2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Allow conditional keep rules in proguard_whitelister.Gravatar Googler2018-05-07
* Explicitly assign --buildroot in the rpmbuild invocationGravatar mmikitka2018-05-03
* AddFiles will recursively add files when a directory is encounteredGravatar mmikitka2018-05-03
* runfiles,cc: add a method to discover runfilesGravatar Laszlo Csomor2018-05-02
* Change -lgcov with --coverageGravatar Irina Iancu2018-05-02
* Make runfiles usage on Windows more flexible to support remote execution.Gravatar Googler2018-04-30
* Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6...Gravatar laszlocsomor2018-04-30
* c++,runfiles: move runfiles libraryGravatar Laszlo Csomor2018-04-30
* runfiles,Bash: bugfix in absolute path checkingGravatar Laszlo Csomor2018-04-30
* tests,shell: enable some shell tests on WindowsGravatar Laszlo Csomor2018-04-26
* Bash,runfiles: ignore RUNFILES_MANIFEST_ONLYGravatar Laszlo Csomor2018-04-26
* Prototype support for llvm coverageGravatar Ulf Adams2018-04-26
* Consolidate compatible_javacopts definitionGravatar cushon2018-04-25
* Only print a warning if gcov cannot be found, not an errorGravatar ulfjack2018-04-25
* Detect build-in include directories for C and C++, not only for C++Gravatar hlopko2018-04-25
* send Android desugar tool invocations through wrapper script with additional ...Gravatar kmb2018-04-24
* runfiles: rlocation() checks if arg is normalizedGravatar Laszlo Csomor2018-04-24