aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* ctx.new_file(Artifact, String) now replaces the basename of the base artifact...Gravatar Florian Weikert2015-08-24
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Make permanent changes already in tools/blaze.blazercGravatar Googler2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Add an empty RunfilesProvider to cc_toolchain_suite to fulfill the contract i...Gravatar Alex Humesky2015-08-21
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d.Gravatar Han-Wen Nienhuys2015-08-20
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* A minor refactoring of JavaSemantics.Gravatar Lukacs Berki2015-08-20
* Remove a few AnalysisEnvironment.getDerivedArtifact() call sites.Gravatar Lukacs Berki2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-08-20
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* --Gravatar Rumou Duan2015-08-20
* Deduplicate XCode target names in the dependencies propagated to XCode projects.Gravatar Michael Thvedt2015-08-20
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Fail more verbosely in LinkerInputs.java.Gravatar Han-Wen Nienhuys2015-08-18
* Change the paths of a few temporary directories javac uses so that they don't...Gravatar Lukacs Berki2015-08-18
* Change Objective-C defaults to match current versions.Gravatar Googler2015-08-18
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Add Bridging Header attribute to objc_ compilation rulesGravatar Dmitry Shevchenko2015-08-17
* Add an attribute 'per_proto_includes' which can be set on an objc_proto_libra...Gravatar Googler2015-08-14
* Open-source full support for J2ObjC in Bazel, including dead code removal, an...Gravatar Michael Thvedt2015-08-13
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* UTF-8 encoded template substitution values are now properly displayed.Gravatar Florian Weikert2015-08-12
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Remove -fprofile-dir flag from clang flags.Gravatar Googler2015-08-12
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* When using a SpawnAction with command, the action automatically adds the runf...Gravatar Florian Weikert2015-08-12
* Updates documentation for bind, new_http_archive, and new_git_repository for ...Gravatar Alex Humesky2015-08-11
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Feature configuration: add a field required_variables on flag_sets.Gravatar Manuel Klimek2015-08-06
* Allow the feature configuration to support structured build variables of nestedGravatar Manuel Klimek2015-08-06
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Remove the Skylark data configuration accessor and the only repositoryGravatar Greg Estren2015-08-05
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05
* Hard disable C++ include scanning in Bazel (which wasn't supported anyway, bu...Gravatar Philipp Wollermann2015-08-05