aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Remove some dead code given that cc_public_library is gone.Gravatar Ulf Adams2015-07-29
* Move a method from CcCommon to CcBinary that is only called from there.Gravatar Ulf Adams2015-07-29
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from a few places.Gravatar Lukacs Berki2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* --Gravatar Googler2015-07-29
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-07-29
* Remove the extra outputs from the Java compile action.Gravatar Ulf Adams2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Introduced ctx.new_file_suffix(Artifact, String) as an alias for ctx.new_file...Gravatar Florian Weikert2015-07-29
* Description redacted.Gravatar Rumou Duan2015-07-28
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Add a command line option to enable incremental installation for Android nati...Gravatar Lukacs Berki2015-07-27
* Remove a misleading comment in CppCompileAction (the class is not actually ov...Gravatar Philipp Wollermann2015-07-27
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27
* RELNOTES[INC]: Stop supporting the 'suites' attribute of test_suite. UseGravatar Han-Wen Nienhuys2015-07-27
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* SkylarkAttr: Introduce constants for attribute namesGravatar Laurent Le Brun2015-07-27
* Reformat SkylarkAttr file.Gravatar Laurent Le Brun2015-07-27
* Add attr.int_list to Skylark rulesGravatar Laurent Le Brun2015-07-27
* Skylark: Remove flags in attributesGravatar Laurent Le Brun2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* For objc_proto_library, use root relative path of input protos to determine o...Gravatar Chris Parsons2015-07-27
* Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.Gravatar Ulf Adams2015-07-23
* Use SafeImplicitOutputFunctions for all except the skylark ones.Gravatar Ulf Adams2015-07-23
* Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.Gravatar Greg Estren2015-07-23
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
* Allow C++ files to have the .c++ extensionGravatar Kamal Marhubi2015-07-23
* Make the creation of the external package much simpler.Gravatar Lukacs Berki2015-07-23
* Support for .s, .S, and .asm files for objc rulesGravatar Chris Parsons2015-07-23
* Add ios_lab_device support in experimental_ios_test.Gravatar Googler2015-07-21
* Remove some dead code that made Bazel croak on nontrivial Android builds.Gravatar Lukacs Berki2015-07-21
* Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0.Gravatar Lukacs Berki2015-07-21
* Fix up registerEnvironmentPlistAction for bazel on Mac.Gravatar Googler2015-07-21
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Skylark: Implemented ctx.empty_action() to create actions that neither execut...Gravatar Florian Weikert2015-07-17
* Move another test into open source blaze.Gravatar Ulf Adams2015-07-17
* Sets the correct properties in the Info.plist, based on the environment that theGravatar Googler2015-07-17
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
* Description redacted.Gravatar Googler2015-07-16
* Remove low-value warning about alwayslink requiring srcs.Gravatar Han-Wen Nienhuys2015-07-16
* Move Jack's tools into AndroidSdkProvider.Gravatar Michael Staib2015-07-16
* Add all transitive module maps when we use header modules.Gravatar Manuel Klimek2015-07-13
* Add an --android_crosstool_top that sets the C++ toolchain to be used for And...Gravatar Lukacs Berki2015-07-13
* Adds a getter for the gen jar.Gravatar Alex Humesky2015-07-13
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-10
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Adds an output group for gen jars.Gravatar Alex Humesky2015-07-10
* Make android_binary rules with the application_id= attribute set the correct ...Gravatar Lukacs Berki2015-07-10
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10