aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Very basic XcTest support in BazelGravatar Daniel Wagner-Hall2015-04-28
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-28
* Fix multiple issues with extra actions and input-discovering actions:Gravatar Janak Ramakrishnan2015-04-28
* Remove IncludeParser from Bazel tree.Gravatar Janak Ramakrishnan2015-04-28
* Update documentations for attribute bundle_id on objc rules to explain bundle...Gravatar Googler2015-04-28
* Remove bundling and application specific build settings from generated compan...Gravatar Googler2015-04-28
* Fix objective C rules to work with external repositoriesGravatar Kristina Chodorow2015-04-28
* Move comments closer to the code they describe.Gravatar Mark Schaller2015-04-27
* Description redacted.Gravatar Peter Schmitt2015-04-24
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-23
* Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.Gravatar Nathan Harmata2015-04-23
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Add TEST_TMPDIR for BazelGravatar Kristina Chodorow2015-04-22
* Description redacted.Gravatar Googler2015-04-21
* Refactor link command line to live in CompilationSupport.Gravatar Peter Schmitt2015-04-21
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark documentation: Add missing linksGravatar Laurent Le Brun2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* A minor simplification in Java rules.Gravatar Lukacs Berki2015-04-17
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* RELNOTES:Observe "non_propagated_deps" on objc rules in generated XCode proje...Gravatar Googler2015-04-16
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* Check exports for J2ObjcSrcsProvider.Gravatar Googler2015-04-16
* Add a function to JavaCommon to create instrumented jars.Gravatar Lukacs Berki2015-04-16
* Add constraint validation logic to JavaCommon.Gravatar Lukacs Berki2015-04-16
* Become more restrictive around Runfiles#manifestExpanderGravatar Michajlo Matijkiw2015-04-16
* Quote %sdk_version% and %sim_device% in the template var.Gravatar Googler2015-04-15
* Clarify requirement for source file on objc_binary.Gravatar Peter Schmitt2015-04-15
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Make the indirect dependency message show the correct label for external depsGravatar Kristina Chodorow2015-04-15
* Use fully qualified paths for C++ includesGravatar Kristina Chodorow2015-04-14
* Use Artifacts instead of Paths in the pregrepped files map.Gravatar Janak Ramakrishnan2015-04-14
* Don't create duplicate ExtractInclusionActions just because user specifies th...Gravatar Janak Ramakrishnan2015-04-14
* Delete unused code.Gravatar Janak Ramakrishnan2015-04-14
* Remove make variable GNU_TARGET from blaze.Gravatar Han-Wen Nienhuys2015-04-14
* Make the source jars filegroup hidden so that it doesn't show up in the maste...Gravatar Lukacs Berki2015-04-14
* Support running extra_actions on [].Gravatar Googler2015-04-14
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Move com/google/devtools/build/lib/rules/workspace/* to com/google/devtools/b...Gravatar Lukacs Berki2015-04-13
* Move NativeDepsHelper into the public tree.Gravatar Michael Staib2015-04-13
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Allow evaluation from StringGravatar Francois-Rene Rideau2015-04-13
* objc: Add flag to disable per-proto includesGravatar Daniel Wagner-Hall2015-04-10
* objc: Preserve existing version strings if no value is specified to --embed_l...Gravatar Daniel Wagner-Hall2015-04-09
* Add support for $(location) with //external labelsGravatar Kristina Chodorow2015-04-09
* Use injected action context when include scanning, not hard-coded CppCompilat...Gravatar Janak Ramakrishnan2015-04-09
* Clean up some FakeCppCompileAction code. In particular FakeCppCompileAction w...Gravatar Janak Ramakrishnan2015-04-09