aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* 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
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17
* Remove references to ARCHIVE_FILETYPES and ARCHIVE_LIBRARY_FILETYPES from our...Gravatar Lukacs Berki2016-08-17
* Use the the artifact category in LinkerInput to determine if it's a dynamic l...Gravatar Lukacs Berki2016-08-17
* Deprecate the ${link page.heading} syntax for referencing BE static pages.Gravatar David Chen2016-08-16
* Use Options for BE docgen command line arguments.Gravatar David Chen2016-08-16
* Only call StreamObserver.onNext() from a single thread in order to avoid a me...Gravatar Lukacs Berki2016-08-16
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16
* Fix binary attribute documentation for apple1 and apple2 extension rules.Gravatar Chris Parsons2016-08-16
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Issue deprecation warnings for deprecated code paths.Gravatar Googler2016-08-16
* Fix grammar in documentationGravatar Michajlo Matijkiw2016-08-16
* Clarify comments and function names in AggregatingAttributeMapperGravatar Mark Schaller2016-08-16
* Support xcode project generation in experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Add copts and objccopts to experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Support setting the build id via the client environmentGravatar Klaus Aehlig2016-08-16
* Use processed instead of merged manifest in android deploy infoGravatar Googler2016-08-12
* Have AQV propagate the most severe error encountered by any of its tasks. Mak...Gravatar Nathan Harmata2016-08-12
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Add android_test#data to android deploy info.Gravatar Googler2016-08-12
* Stream the right-hand side of subtractive query expressions. This means only ...Gravatar Eric Fellheimer2016-08-12
* Roll forward fix of global var shadow detectionGravatar Jon Brandvein2016-08-12
* Prefer IP agnostic terms/operations in favor of those that work only with ipv4.Gravatar Shreya Bhattarai2016-08-12
* Adds propagation of protobuf's headers and search paths through ObjcProtoProv...Gravatar Sergio Campama2016-08-12
* Allow local spawns to add custom execution info.Gravatar Eric Fellheimer2016-08-12
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Replace calls to <class>.newInstance with <class>.getConstructor().newInstance.Gravatar Ulf Adams2016-08-12
* Add ide-compile output group to IDE aspect.Gravatar Googler2016-08-11