aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Change the "tests succeeded but one or more targets failed to build" message ...Gravatar Lukacs Berki2016-11-16
* Changing constructor of JavaCompilationHelper and removingGravatar Irina Iancu2016-11-16
* Merge all action input prefetchers into a single one.Gravatar Ulf Adams2016-11-16
* proto_library now produces a descriptor set, when built on the command-line.Gravatar Carmi Grushko2016-11-16
* Normalize timestamps inside of APKs built with SingleJar.Gravatar Adam Michael2016-11-16
* Remove the conditionals around buildConfiguration and make buildConfiguration...Gravatar Sergio Campama2016-11-16
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* aar_import takes advantage of Singlejar's dont_change_compression flag.Gravatar Adam Michael2016-11-16
* Description redacted.Gravatar Cal Peyser2016-11-16
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Fix links for provider and configuration fragment docsGravatar Googler2016-11-16
* Updates outdated options documentation forGravatar Greg Estren2016-11-16
* aar_import provides jars also via JavaRuntimeJarProvider.Gravatar Adam Michael2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Add a GenSignatureActionContext to inject the command line info.Gravatar Ulf Adams2016-11-15
* Minor refactoring.Gravatar Lukacs Berki2016-11-15
* Short-circuit deleted package retrieval if list is empty.Gravatar Janak Ramakrishnan2016-11-15
* Only set the logging level if it has changed.Gravatar Janak Ramakrishnan2016-11-15
* Avoid AutoProfiler overhead in AbstractBlazeQueryEnvironment#evaluateQuery.Gravatar Janak Ramakrishnan2016-11-15
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* Remove fail-fast check in NamedForkJoinWorkerThreadFactory constructor. Costs...Gravatar Janak Ramakrishnan2016-11-15
* Remove module file flags from a CppCompileAction's cache key.Gravatar Googler2016-11-15
* Add missing filegroups to docs_embedded_in_srcs.Gravatar David Chen2016-11-14
* Add an escape hatch to quickly disable --experimental_extra_action_top_level_...Gravatar Carmi Grushko2016-11-14
* Description redacted.Gravatar Googler2016-11-14
* Fix doc bug: Target.files is the immediate files-to-build, not transitiveGravatar Jon Brandvein2016-11-14
* Update ctx.expand_action() docGravatar Jon Brandvein2016-11-14
* In SkyQueryEnvironment, cache some more objects that are just functions of fi...Gravatar Janak Ramakrishnan2016-11-14
* Cache PerBuildSyscallCache if concurrency level is unchanged.Gravatar Janak Ramakrishnan2016-11-14
* Fix bugs in slicing with a negative strideGravatar Jon Brandvein2016-11-14
* Implement action cache resolution for ObjcCompileAction. This allows forGravatar Cal Peyser2016-11-11
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* Explains why included files are not in sandbox path.Gravatar Yue Gan2016-11-11
* output_group is not a real Skylark provider for aspects, as well as for rules.Gravatar Dmitry Lomov2016-11-11
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Introduce structured build variables in CrosstoolGravatar Marcel Hlopko2016-11-11
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Blacklists for proto_lang_toolchain() no longer have to be proto_library's.Gravatar Carmi Grushko2016-11-11
* Add a mechanism for bounding the number of Packages SkyQueryEnvironment's exp...Gravatar Nathan Harmata2016-11-11
* Make testonly checking work through aliases.Gravatar Lukacs Berki2016-11-11
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Change error message to reflect broader syntax for assignmentsGravatar Jon Brandvein2016-11-10
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* Introduce MultisetSemaphore: A concurrency primitive for managing access to a...Gravatar Nathan Harmata2016-11-10
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Fix NPE when maven_jar sha1 isn't set and caching is enabledGravatar Kristina Chodorow2016-11-10