aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* Use ${link} references in common attribute documentation.Gravatar David Chen2016-08-22
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-22
* When building protos on a linking target, propagate the protos header search ...Gravatar Sergio Campama2016-08-22
* The target pointed to by the 'singlejar' attribute of the java_toolchain rule...Gravatar Sasha Smundak2016-08-22
* Refactor ActionExecutionFunction to avoid unnecessary unwrapping of SkyKeys t...Gravatar Janak Ramakrishnan2016-08-22
* Remove unmatched parenthesis from javadoc.Gravatar Adam Michael2016-08-22
* Enables support for compiling generated proto files (as in genrules).Gravatar Sergio Campama2016-08-22
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* --Gravatar Luis Fernando Pino Duque2016-08-19
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Number test directories from one separately from each basename so that we don...Gravatar Lukacs Berki2016-08-19
* Make test "args" attribute configurable.Gravatar Greg Estren2016-08-19
* Fixes noneable annotation not being enforced in SkylarkCallable.Gravatar Pedro Liberal Fernandez2016-08-19
* Allow CompileOneDependencyTransformer#transformCompileOneDependency to throw ...Gravatar Janak Ramakrishnan2016-08-19
* Refactor GlobFunction to avoid random-access lookup of the returned map of a ...Gravatar Janak Ramakrishnan2016-08-18
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* Fix tmpdir with standalone test strategyGravatar Kristina Chodorow2016-08-18
* Fixes order of keyword arguments in the error message printed when a JavaGravatar Pedro Liberal Fernandez2016-08-18
* Stop catching InterruptedException in remote execution.Gravatar Janak Ramakrishnan2016-08-18
* Log gRPC interrupt events.Gravatar Lukacs Berki2016-08-18
* Use array comparison and not reference comparison between digests.Gravatar Shreya Bhattarai2016-08-18
* Fix NPE when aspect propagates over an alias.Gravatar Googler2016-08-18
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Restore objc -> cc_inc_library deps, add regression test.Gravatar Cal Peyser2016-08-18
* java_(lite_)?proto_library to get Java proto runtimes from //external: instea...Gravatar Carmi Grushko2016-08-18
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Remove unnecessary wrapping of InterruptedException in SkyQueryEnvironment.Gravatar Janak Ramakrishnan2016-08-18
* Check that dependencies are non-null upon insertion.Gravatar Carmi Grushko2016-08-18
* Propagate DEVELOPER_DIR environment variable to the apple release bundling co...Gravatar Chris Parsons2016-08-18
* Allow SkyframePackageRootResolver's methods to throw interrupts, now that the...Gravatar Janak Ramakrishnan2016-08-18
* Set the LibraryIdentifier before building the LTO Indexing link actionGravatar Googler2016-08-18
* Improve BlazeModule documentation.Gravatar Ulf Adams2016-08-18
* Remove the awkward logic that used to look at the string form at a command li...Gravatar Lukacs Berki2016-08-18
* Make native deps with embedded runtimes work again. commit 0978a8ea1593ef204e...Gravatar Lukacs Berki2016-08-17
* Remove SourcesJavaCompilationArgsProviderGravatar Liam Miller-Cushon2016-08-17
* Fix slow hostname lookupGravatar Marcel Hlopko2016-08-17
* Open-source java_lite_proto_library.Gravatar Carmi Grushko2016-08-17
* Rollback of commit cf00c82a394e5a392a55c058ed01483d2e39c3db.Gravatar Liam Miller-Cushon2016-08-17
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* Add defines to experimental_objc_library.Gravatar Cal Peyser2016-08-17
* Simplify SkyframeExecutor#evaluateSkyKeyForCodeMigration and allow it to thro...Gravatar Janak Ramakrishnan2016-08-17
* Add a more robust test for cc_library deps that is not confused by anGravatar Cal Peyser2016-08-17
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* In BlazeQueryEnvironment, stop wrapping InterruptedExceptions in QueryExcepti...Gravatar Janak Ramakrishnan2016-08-17