aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Open-source unit tests for proguard actions.Gravatar ajmichael2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Fix codec tests that weren't runningGravatar brandjon2017-10-06
* Use bundled proguard 5.3.3 instead of 4.7 from the SDKGravatar ajmichael2017-10-06
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Rather than logging the amount of free physical memory on Linux systems, log ...Gravatar Googler2017-10-06
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* tests for new desugar packageGravatar kmb2017-10-06
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* Rewrite LocationExpanderGravatar ulfjack2017-10-02
* Extract Fileset manifest parsing out of SpawnInputExpanderGravatar ulfjack2017-10-02
* Prevent overriding android_library srcless deps configuration value from Host...Gravatar jingwen2017-10-02
* Fix aapt2 actions to use the compiled intermediate resource files for linking...Gravatar Googler2017-10-02
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Switch ExtraActionFactory over to the new Expander interfaceGravatar ulfjack2017-09-29
* Disable testCommandHonorsEnvironment on MacOS for nowGravatar ulfjack2017-09-29
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29
* Fix various linter errorsGravatar ruperts2017-09-29
* Add flag to Blaze to double-check correct desugaring in Android deploy.jarsGravatar kmb2017-09-29
* Support --positions flag in DexBuilder, for consistency with dxGravatar kmb2017-09-29
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Checking both old and new error fields on remote execute operation.Gravatar olaola2017-09-29
* New depset() APIGravatar dslomov2017-09-29
* Clarify Mutability invariants, refactor some testsGravatar brandjon2017-09-29
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Set --experimental_allow_android_library_deps_without_srcs to false by defaul...Gravatar jingwen2017-09-28
* Expose JavaRuleOutputJarsProvider in java_common.provider, when available.Gravatar Googler2017-09-28
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Adds option bes_keywords BEP publishing.Gravatar Googler2017-09-27
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Add charset to action key computation of ParameterFileWriteAction.Gravatar twerth2017-09-27
* Move the canonicalization of an option value to the option value itself.Gravatar ccalvarin2017-09-27
* Use @SafeVarargs for AbstractObjectCodecTest constructorGravatar brandjon2017-09-27