aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package.Gravatar lpino2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Support nested set serialization.Gravatar tomlu2017-11-27
* Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d.Gravatar pcloudy2017-11-15
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.Gravatar ruperts2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Open-source the remainder of non-legacy Apple/Objc java testsGravatar cparsons2017-11-03
* Add memory profiler.Gravatar tomlu2017-10-18
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar kush2017-10-18
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Add files that were droped by our export processGravatar dmarting2017-09-19
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* workers: Don't skip empty lines when expanding flagfiles.Gravatar philwo2017-08-17
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Open source apple-package java testsGravatar cparsons2017-08-10
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Fix 'whitelisting' src group.Gravatar dslomov2017-07-31
* Split invocation policy from the optionsparser target.Gravatar ccalvarin2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add --experimental_strict_action_env and --shell_executable flagsGravatar ulfjack2017-07-12
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* build_windows_jni.sh: move file to subdirectoryGravatar Laszlo Csomor2017-07-05
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28