aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Description redacted.Gravatar Laszlo Csomor2015-08-04
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Fix the documentation for how skylark rule outputs substitution works.Gravatar Brian Silverman2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Rollback of commit 6c2303c461478c6082a29b969e49ad5adb0029aa.Gravatar Andrew Pellegrini2015-08-04
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Rollback of commit 6c7ef224d700c25f14581f2a290fbc01d5232011.Gravatar Han-Wen Nienhuys2015-07-30
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules.Gravatar Lukacs Berki2015-07-30
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Compute copts in CcCommon lazily.Gravatar Ulf Adams2015-07-30
* Refactor Cc* some more.Gravatar Ulf Adams2015-07-30
* Remove some unnecessary code from CcBinary.Gravatar Ulf Adams2015-07-29
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* 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