aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27
* Expose java_import and android_library information to skylarkGravatar Liam Miller-Cushon2015-08-27
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolv...Gravatar Chris Parsons2015-08-26
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Add an --experimental_disable_jvm flag.Gravatar Ulf Adams2015-08-26
* Copies shared object dependencies when building Android native binaries.Gravatar Michael Staib2015-08-25
* Remove onlyLoadingPhase on objects.Gravatar Laurent Le Brun2015-08-24
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* 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