aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Add experimental option to do add local cpu usage values to the JSON profile.Gravatar twerth2018-08-14
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Fix MultisetSemaphore.Gravatar nharmata2018-08-13
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Add new class to create cpu usage time series.Gravatar twerth2018-08-13
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* PiperOrigin-RevId: 208245798Gravatar mjhalupka2018-08-10
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-08-10
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Persist mappings from original command line patterns to expanded labels in Ta...Gravatar Googler2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Introduce a retriever for logging handler properties.Gravatar arostovtsev2018-08-10
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Add test case showing off existing deadlock bug. There's no deterministic & p...Gravatar nharmata2018-08-09
* In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the...Gravatar janakr2018-08-08
* Improve error messaging for constraints violations.Gravatar gregce2018-08-08
* Don't convert InterruptException to EvalException in struct field call expres...Gravatar Benjamin Peterson2018-08-08
* Remove ValidatedAndroidData interfaceGravatar asteinb2018-08-08
* Remove support for explicitly setting java_toolchain.encoding to UTF-8Gravatar cushon2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* Improve NaiveMultisetSemaphore#estimateCurrentNumUniqueValues by having it us...Gravatar nharmata2018-08-08
* Automatic code cleanup.Gravatar Googler2018-08-08
* Put main repo remapping behind a flag.Gravatar dannark2018-08-07
* Remove uses of java_toolchain.encodingGravatar cushon2018-08-07
* Remove decoupling flag from BazelGravatar asteinb2018-08-07
* Temporarily disable the CommandUsingProcessWrapperTest system time upper boun...Gravatar ruperts2018-08-07
* Pass cc_toolchain location to FeatureConfigurationGravatar rosica2018-08-07
* Add configuration for android data binding v2.Gravatar corysmith2018-08-06
* Order tree artifacts.Gravatar felly2018-08-06
* Move maybeAddProvider to be part of the EnabledDataBindingContext.Gravatar corysmith2018-08-06
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* Moved all external calls to isDataEnabled to DataBindingContext and made it p...Gravatar corysmith2018-08-03
* Reduce and centralize databinding context instances.Gravatar corysmith2018-08-03
* Introduce the DataBindingContext interface as part of centralizing the data b...Gravatar corysmith2018-08-03
* Make BES tolerant to duplicate artifacts in output groups.Gravatar tomlu2018-08-03
* Pass digest to Chunker construction when available.Gravatar tomlu2018-08-03
* Introduce a new file-based logging handler for Bazel.Gravatar arostovtsev2018-08-03
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* Change the list of rc files accepted.Gravatar ccalvarin2018-08-02
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Add support for VirtualActionInputs to the remote cache.Gravatar tomlu2018-08-02
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* remote: add support for directory inputs in runfilesGravatar buchgr2018-08-02
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Return Java providers only onceGravatar elenairina2018-08-02