aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Remove Skylark calls to ctx.fragments.cpp fields that depend on CToolchain. T...Gravatar juliexxia2018-07-10
* Prepare CROSSTOOL for dSYM simplificationGravatar Googler2018-07-10
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Bazel server, VFS: revert to using asByteSourceGravatar laszlocsomor2018-07-10
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Update third_party/protobuf to 3.6.0Gravatar Loo Rong Jie2018-07-10
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Tell user to blaze clean --expunge.Gravatar dmaclach2018-07-09
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Simple Markdown rendering for skydocGravatar cparsons2018-07-09
* Bazel server, tools: ensure Readers are closedGravatar laszlocsomor2018-07-09
* Sync jmmv@'s table styles for the docs.bazel.build site.Gravatar jingwen2018-07-09
* Update protobuf to 3.6.0. Fixes #5439Gravatar Loo Rong Jie2018-07-09
* Revert "Update protobuf to 3.6.0. Fixes #5439"Gravatar Jakob Buchgraber2018-07-09
* Update protobuf to 3.6.0. Fixes #5439Gravatar Loo Rong Jie2018-07-09
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Delete UnionFileSystem.Gravatar lberki2018-07-09
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Read proto javacopts directly in java_lite_proto_libraryGravatar cushon2018-07-06
* Automatic code cleanup.Gravatar vladmos2018-07-06
* bep: guarantee event ordering in file transports.Gravatar buchgr2018-07-06
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Add sysroot variable to cc_common.create_link_variablesGravatar hlopko2018-07-05
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Rollback of https://github.com/bazelbuild/bazel/commit/732dc512801c32207c252a...Gravatar twerth2018-07-04
* GoProtoAspect/GoSupport: add dependency on //third_party/golang/grpc/metadataGravatar Googler2018-07-04
* Create a whitelist for android_library rules with deps but not srcsGravatar cushon2018-07-03
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* supply transitive and direct deps for aar_import deps checking. This allows p...Gravatar kmb2018-07-03
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Cleanup crosstools from legacyGravatar hlopko2018-07-02
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Native Skyframe support for node restartingGravatar mschaller2018-07-01
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Remove final inplace references in the tests.Gravatar ccalvarin2018-06-29
* Debug server: retrieve nested frame bindings tree lazily.Gravatar brendandouglas2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Create and integrate JavaBootstrap, and use fake top-level Java skylark objec...Gravatar cparsons2018-06-29
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Add cc_common top-level skylark object to fakebuildapi.Gravatar cparsons2018-06-29
* Add basic android classes to fakebuildapiGravatar cparsons2018-06-29
* Adding a check to remote execution to ensure the result from the server has aGravatar Googler2018-06-29
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Add fake build API implementations for config, platform, repository, and test...Gravatar cparsons2018-06-29
* [Skylark] Allow tuples as first argument of str.{starts,ends}withGravatar Yannic Bonenberger2018-06-28