aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* remote/http: support refresh of oauth2 tokens in the remote cache.Gravatar Jakob Buchgraber2018-03-10
* Add an interface to interact with sandboxfs.Gravatar jmmv2018-03-08
* tests,windows: enable skylarkinterface/processor:*Gravatar Laszlo Csomor2018-03-08
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Fixing issue with external j2objc protosGravatar Mike Lewis2018-03-01
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Move gRPC server to its own java_library to sever a dependency path between :...Gravatar carmi2018-02-26
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* 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