aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Skylark: Remove deprecated ctx.target(s) attribute.Gravatar Laurent Le Brun2015-05-21
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
* Teach TargetPatterns "getDirectory" and "contains"Gravatar Mark Schaller2015-05-21
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Add jvm_opts attribute to the java_toolchain ruleGravatar Damien Martin-Guillerez2015-05-21
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Always set Runfiles suffix in runfiles Skylark functionGravatar Ross Light2015-05-18
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Pass PathFragments (relative to the exec root) instead of Paths to the includ...Gravatar Janak Ramakrishnan2015-05-15
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* RELNOTES: Easier import paths for j2objc headers.Gravatar Googler2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15
* Attach runfiles to TestTargetExecutionSettingsGravatar Michajlo Matijkiw2015-05-15
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Skylark: Add an empty argument after bash -c 'arg'.Gravatar Laurent Le Brun2015-05-15
* Skylark doc for action.mnemonicGravatar Laurent Le Brun2015-05-15
* Skylark: Fix bug that prevented functions generating rules.Gravatar Laurent Le Brun2015-05-15
* Clean up obcj rules by removing ObjcActionsBuilder.Gravatar Peter Schmitt2015-05-15
* Make ObjcBundleLibrary use the "families" attribute.Gravatar David Santiago2015-05-15
* Description redacted.Gravatar Googler2015-05-15
* Add a genrule that generates a dummy J2ObjC dead code removal script in tools...Gravatar Googler2015-05-15
* Support --objc_generate_debug_symbols when --ios_multi_cpus is set.Gravatar Philipp Wollermann2015-05-15
* Remove left over code.Gravatar Laurent Le Brun2015-05-15
* Make local TestStrategy bits rely less on runfiles manifestsGravatar Michajlo Matijkiw2015-05-15
* RELNOTES: Set XCode build setting USE_HEADERMAP to NO for Bazel-generated XCo...Gravatar Googler2015-05-15
* Open-source J2ObjcConfiguration and J2ObjcCommandLineOptions.Gravatar Googler2015-05-11
* RELNOTES: Fix linking order for Bazel-generated XCode projects.Gravatar Googler2015-05-11
* Allow .ld extension for linker scripts.Gravatar Onath Claridge2015-05-11
* Description redacted.Gravatar Keefer Taylor2015-05-08
* Add plugin support to experimental_ios_testGravatar Daniel Wagner-Hall2015-05-08
* Expose PythonSourcesProvider to Skylark.Gravatar Laurent Le Brun2015-05-07
* Update command that builds storyboards to pass correct optionsGravatar David Santiago2015-05-07
* Fix link params collection for java_import.Gravatar Ulf Adams2015-05-07
* Fix filegroup paths to work with external repositoriesGravatar Liam Miller-Cushon2015-05-07
* Expose information from JavaRuntimeClasspathProvider to SkylarkGravatar Laurent Le Brun2015-05-07
* Description redacted.Gravatar Ulf Adams2015-05-07
* Simplify link params collection a little bit.Gravatar Ulf Adams2015-05-05
* Move the "families" attribute to BundlingRule.Gravatar David Santiago2015-05-04
* Add ios_test.sh.bazel_templateGravatar Daniel Wagner-Hall2015-05-04
* Pull out class for substitutionsGravatar Daniel Wagner-Hall2015-05-01
* Description redacted.Gravatar Googler2015-05-01
* Stop updating shadowed action's inputs in case of an action cache hit for the...Gravatar Janak Ramakrishnan2015-05-01
* Remove unneeded final qualifiers from parameters.Gravatar Philipp Wollermann2015-04-30
* Execute the plist merge action if there is a bundle id to stamp onto the plis...Gravatar Googler2015-04-30
* ios_test: Export device-specific information on a providerGravatar Daniel Wagner-Hall2015-04-29
* Indicate that experimental_ios_test targets can only run on OSXGravatar Daniel Wagner-Hall2015-04-29