aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Pass bundle_id attribute to PlMerge if it is explicitly setGravatar Googler2015-02-25
* Make xctest_app's .ipa an implicit output so that scripts external to Bazel c...Gravatar Matthew DeVore2015-02-24
* Add the j2objc libraries as dependencies in IosTest.Gravatar Googler2015-02-24
* Simplify the algorithm to compute top-level artifacts to build even more by c...Gravatar Lukacs Berki2015-02-24
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* Change default xcode_options to DebugGravatar Daniel Wagner-Hall2015-02-23
* Don't allow bundles in objc_* deps.Gravatar Peter Schmitt2015-02-23
* Xcode project files: Add dependencies on ios_extension from objc_binary corre...Gravatar Matthew DeVore2015-02-23
* Add a dummy source file to the Xcode targets for ios_extensions to make Xcode...Gravatar Matthew DeVore2015-02-22
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Fix bug when using header modules and FDO with --save_temps.Gravatar Manuel Klimek2015-02-20
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Do not add header modules to the object files in CcCompilationOutputs.Gravatar Manuel Klimek2015-02-20
* Use .pcm.d as file name for the dependency file for header modules.Gravatar Manuel Klimek2015-02-20
* Naming and documentation cleanup left over from a recent CL.Gravatar Peter Schmitt2015-02-19
* Correctly add .pcm files to the command line of parsed headers when theirGravatar Manuel Klimek2015-02-19
* Decouple header-processing from the toolchain rule attribute.Gravatar Manuel Klimek2015-02-19
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze.Gravatar Damien Martin-Guillerez2015-02-19
* Port all module map and header parsing related flags to the new crosstoolGravatar Manuel Klimek2015-02-19
* Scrub.Gravatar Ulf Adams2015-02-19
* Add anything specified in "defines" to the compiler arguments for objc_binary...Gravatar Matthew DeVore2015-02-18
* Fixed an inconsistency.Gravatar Googler2015-02-18
* Coverage implementation for Objective C.Gravatar Googler2015-02-18
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Fix layering_check with cc_fake_binary / no-compile tests.Gravatar Manuel Klimek2015-02-18
* Use TopLevelArtifactProvider directly only within the lib/analysis package. I...Gravatar Lukacs Berki2015-02-18
* Don't define DEBUG for fastbuild.Gravatar Googler2015-02-17
* Add a new Blaze command.Gravatar Lukacs Berki2015-02-17
* Rename Skylark's range fn "end" arg to "stop" + some cleanups.Gravatar Laszlo Csomor2015-02-17
* Refactor the tests.Gravatar Ulf Adams2015-02-16
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Fix objc entitlements substitution on OSXGravatar Daniel Wagner-Hall2015-02-13
* Acquire resources for tests in StandaloneTestStrategy.Gravatar Han-Wen Nienhuys2015-02-12
* JavaCompileAction uses a NestedSet for inputs. This way it doesn't flatten cl...Gravatar Googler2015-02-12
* Include non_propagated_deps as dependencies in xcodeproj filesGravatar Daniel Wagner-Hall2015-02-11
* fix accumulating logic around cached testsGravatar Michajlo Matijkiw2015-02-11
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Allows users of CommandHelper to override the default shell executable.Gravatar Googler2015-02-11
* Fix cache key generation of CppModuleMapAction.Gravatar Manuel Klimek2015-02-11
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* As a follow up to []. This changelist creates an intermediary FileWriteAction...Gravatar Googler2015-02-11
* Copy over any input manifests from the shadowed action to the extra action.Gravatar Ulf Adams2015-02-10
* Blaze doesn't crash if a coverage combined report was requested and no test t...Gravatar Googler2015-02-10
* Description redacted.Gravatar Manuel Klimek2015-02-10
* Skylark: fixing a crash. It occurred when the files field of the struct retur...Gravatar Googler2015-02-09
* Implement ios_extension_binary rule, which is similar to objc_binary, but onl...Gravatar Matthew DeVore2015-02-06