aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* Add expectThrows to MoreAsserts until we can use JUnit 4.13.Gravatar jcater2017-09-18
* Annotate legacy objc rulesGravatar cparsons2017-09-18
* PiperOrigin-RevId: 168854156Gravatar carmi2017-09-18
* Shard AndroidLibraryTest.Gravatar ajmichael2017-09-18
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Automatic code cleanup.Gravatar cushon2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Use top-level targets' configurations for convenience symlinks.Gravatar mstaib2017-09-15
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Move some legacy-only tests to the crosstool tests.Gravatar cpeyser2017-09-14
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* Implemented a check for implicitly-exported deps in android_library, and rais...Gravatar jingwen2017-09-14
* 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
* 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
* 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