aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools
Commit message (Expand)AuthorAge
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Open-source some more serialization codecs, and create a PrecomputedValue cod...Gravatar janakr2017-09-14
* Port BUILD dependency change from https://github.com/bazelbuild/bazel/commit/...Gravatar gregce2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Open source tests for Android desugarer.Gravatar ajmichael2017-09-14
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove outdated test calls to --experimental_dynamic_configs=notrim.Gravatar gregce2017-09-13
* Don't allow injection of non-default output formatters for genquery rule.Gravatar janakr2017-09-13
* Move option value tracking classes to their own file.Gravatar ccalvarin2017-09-13
* Remove --experimental_disable_jvm from unit tests.Gravatar cpeyser2017-09-13
* Automated rollback of commit e92e3d8a4fcab49cda1a2bebc02d5119798d5258.Gravatar pcloudy2017-09-13
* Fix string representations for root objectsGravatar vladmos2017-09-12
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12
* Delete the unused CachedLocalSpawnRunner, which is superseeded by SpawnCacheGravatar ulfjack2017-09-12
* remote: Add new retrier with support for circuit breakingGravatar buchgr2017-09-12
* Fix #3102 HtmlChart is uncoloredGravatar Andreas Hippler2017-09-12
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Expose output source jars to JavaInfo.Gravatar elenairina2017-09-12
* Enable resource shrinking for aapt2.Gravatar corysmith2017-09-12
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Remove an internal test.Gravatar ajmichael2017-09-12
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Shard AndroidBinaryTest.Gravatar ajmichael2017-09-11
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* We no longer assert preservation of order in a rule's required toolchains.Gravatar cpeyser2017-09-08
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* Make --experimental_android_use_nocompress_extensions_on_apk a no-op.Gravatar ajmichael2017-09-08
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* Update ContainingPackageLookupFunction to properly handle cases where aGravatar John Cater2017-09-07
* Internal changeGravatar kush2017-09-07
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
* Make proguard_apply_dictionary also add it to Proguard's -classobfuscationdis...Gravatar Googler2017-09-07
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Update PackageLookupFunction to report the corrected label when aGravatar John Cater2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06