aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
...
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* remote: fix flakiness of HttpBlobStoreTest on Windows.Gravatar buchgr2018-03-12
* Get rid of non-class-based lookups for ObjectCodecs. There were basically no ...Gravatar janakr2018-03-10
* Open-source ImmutableMapCodec and make it able to handle arbitrary keys/value...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* remote/http: support refresh of oauth2 tokens in the remote cache.Gravatar Jakob Buchgraber2018-03-10
* Allow ObjectCodecRegistry to handle MemoizingCodecs. Initially this is just S...Gravatar janakr2018-03-09
* Add the ability to reconstruct a BuildOptions from the diff with another Buil...Gravatar janakr2018-03-09
* Improve the warning for malformed recursive configs.Gravatar ccalvarin2018-03-09
* Rename BuildOptionsTest method names to be more succinct.Gravatar janakr2018-03-09
* tests: fix flaky RecursiveFSTraversalFunctionTestGravatar Laszlo Csomor2018-03-09
* tests: fix flaky FilesystemValueCheckerTestGravatar Laszlo Csomor2018-03-09
* tests: fix flaky SkyframeAwareActionTestGravatar Laszlo Csomor2018-03-09
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-08
* Add an interface to interact with sandboxfs.Gravatar jmmv2018-03-08
* update to MethodDescriptor methods instead of fieldsGravatar Carl Mastrangelo2018-03-08
* tests,windows: enable skylarkinterface/processor:*Gravatar Laszlo Csomor2018-03-08
* tests,windows: enable android.desugar.runtimeGravatar Laszlo Csomor2018-03-08
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Added named=true to output_group.group_nameGravatar cparsons2018-03-07
* Refactoring FileTransport to use the AsynchronousFileOutputStream.Gravatar olaola2018-03-07
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Post PatternExpandingError from the skyframe target pattern evaluator as needed.Gravatar Benjamin Peterson2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* @AutoCodec File{State}Value.Gravatar janakr2018-03-06
* Use new android_tools_defaults_jar in tests.Gravatar Adam Michael2018-03-06
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Automated rollback of commit f43df1e29765f75e02838e4139417e914b3ee812.Gravatar cparsons2018-03-06
* Add a command line option to disallow vardef()s with three arguments.Gravatar lberki2018-03-06
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Also get build-runfiles as an ActionInput for the symlink tree spawnGravatar ulfjack2018-03-06
* @AutoCodec RepositoryName.Gravatar janakr2018-03-05
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Fix SkylarkCallableProcessor test source package to appropriately reflect the...Gravatar cparsons2018-03-02
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Add Android NDK r16 support for Bazel.Gravatar jingwen2018-03-02