aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
...
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Create a basic annotation processor for validating SkylarkCallable uses at co...Gravatar cparsons2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Add neverlink support to java_common.compile.Gravatar elenairina2018-01-31
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Adds codecs for types in test classes, ConfigSettingTest, LateBoundSplitUtil ...Gravatar shahan2018-01-23
* vfs_test: mark as flakyGravatar laszlocsomor2018-01-18
* 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