aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* java_(lite_)?proto_library to get Java proto runtimes from //external: instea...Gravatar Carmi Grushko2016-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
* Set the LibraryIdentifier before building the LTO Indexing link actionGravatar Googler2016-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
* Open-source java_lite_proto_library.Gravatar Carmi Grushko2016-08-17
* Rollback of commit cf00c82a394e5a392a55c058ed01483d2e39c3db.Gravatar Liam Miller-Cushon2016-08-17
* Add defines to experimental_objc_library.Gravatar Cal Peyser2016-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
* 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
* 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
* 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
* Use processed instead of merged manifest in android deploy infoGravatar Googler2016-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
* Adds propagation of protobuf's headers and search paths through ObjcProtoProv...Gravatar Sergio Campama2016-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
* The Android transition requires a valid CPU value. If we don't have one, don'...Gravatar Googler2016-08-11
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-11
* Refactors out ProtocolBuffers2 related code into it's own class. This is the ...Gravatar Sergio Campama2016-08-11
* Roll forward commit 94c86135d05a1844263c59f3ce6b1c1917e0f4c8Gravatar Liam Miller-Cushon2016-08-11
* Add 'provider()' function.Gravatar Dmitry Lomov2016-08-11
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Added support for null terminated queries.Gravatar Andreas Bergmeier2016-08-10
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Refactor JavaCompileAction in preparation for adding minimum classpath optimi...Gravatar Googler2016-08-10
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Using stub_template.txt as __main__.py and zip header in python executable zipGravatar Yun Peng2016-08-10
* Allow extra action inputs and variables extensions to boe propagated to theGravatar Cal Peyser2016-08-10
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Do not add useless library files to the inputs of the linker action.Gravatar Lukacs Berki2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Only send a cc_toolchain's linker_files to link actions. Previously, theGravatar Googler2016-08-08
* Fix handling of jdeps files in android_* rulesGravatar Liam Miller-Cushon2016-08-08
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Create Python executable zip fileGravatar Yun Peng2016-08-04