aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* Introduce Root class.Gravatar tomlu2018-01-17
* Actually run ExternalPackageUtilTest.Gravatar John Cater2018-01-17
* Codec for Location.Gravatar shahan2018-01-16
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* windows,tests: enable some foundation testsGravatar Laszlo Csomor2018-01-15
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Make lib/shell test targets more consistent.Gravatar ruperts2018-01-04
* Add android_local_test rule to Bazel.Gravatar dannark2017-12-31
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Add CommandUsingLinuxSandboxtTest, to test execution statistics for Commands ...Gravatar ruperts2017-12-20
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Don't suggest using bazel clean --async when it's unsupportedGravatar Akira Baruah2017-12-15
* Enable local action execution statistics collection when the LocalSpawnRunner...Gravatar ruperts2017-12-12
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* If a temporary directory name clashes in the LocalSpawnRunner, try generating...Gravatar ruperts2017-12-06
* Fix some broken targets and failing tests.Gravatar ajmichael2017-12-06
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* 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