aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Create injectable semantics for include validation, to allow it to be turnedGravatar Cal Peyser2016-09-01
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Adds support for ApkSignerTool and APK signature schema v2 behind --apk_signi...Gravatar Adam Michael2016-09-01
* xcode_configure repository rule for determining locally installed versions of...Gravatar Chris Parsons2016-09-01
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* experimental_objc_library can compile assembly.Gravatar Cal Peyser2016-09-01
* Add resource support to experimental_objc_library.Gravatar Cal Peyser2016-08-31
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Migrate classes to @AutoValue. Mostly created byGravatar Googler2016-08-31
* Remove experimental_ios_test from allowed deps of objc_xcodeproj.Gravatar Cal Peyser2016-08-31
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Rollback of commit 8dc4257b9493bd2251636de1271a1972c17919ef.Gravatar Tobias Werth2016-08-30
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* Add a resource validator action for android_libraryGravatar Googler2016-08-30
* apple_binary propagates appropriate dSYM information, and apple_watch2_extens...Gravatar Chris Parsons2016-08-30
* Appropriately set platform environment variables in release bundle plists.Gravatar Chris Parsons2016-08-30
* Add a lightweight resource merge action.Gravatar Googler2016-08-30
* Avoid building android R class ijar / header jarGravatar Googler2016-08-29
* Remove the dependency from the C++ rules to Apple stuff.Gravatar Ulf Adams2016-08-29
* --Gravatar Googler2016-08-29
* Exclude resources jars from android_library rules from the apk_manifestGravatar Alex Humesky2016-08-27
* Don't provide AARs for deps that are neverlink or that of their transitiveGravatar Googler2016-08-27
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-27
* Add propagated headers to experimental_objc_library compile action to enableGravatar Cal Peyser2016-08-27
* Add two implicit outputs to the AndroidBinary rule that are produced by ProGu...Gravatar Googler2016-08-26
* Make SpawnActions honor the client environmentGravatar Klaus Aehlig2016-08-26
* Expose PlatformType and supporting methods to Skylark.Gravatar Dmitry Shevchenko2016-08-25
* Expose some values needed for Apple code signing to Skylark.Gravatar Googler2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Invoke source jar action as a worker.Gravatar Googler2016-08-24
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Fix nocompile tests after commit b6fd4ed25b6201eaaabb14c389c02819184ad4a6. I ...Gravatar Googler2016-08-24
* Optional reuse of classpath from previous compile saved in memory, as itGravatar Googler2016-08-24
* Rollback of commit 0545788b86c8ff58f22ac62e51d096e876e7feea.Gravatar Sergio Campama2016-08-23
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Use helper method for collecting transitive source jars.Gravatar Googler2016-08-23
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Propagate defines through objc -> cc deps.Gravatar Cal Peyser2016-08-23
* Avoid setting CFBundleExecutable on objc_bundle_library plistsGravatar Chris Parsons2016-08-23
* Move $swiftstdlibtoolwrapper to ReleaseBundlingToolsRule, the accurate place ...Gravatar Chris Parsons2016-08-23
* Expose single and multi-architecture platform retrieval methods (AppleConfigu...Gravatar Chris Parsons2016-08-23
* Enables objc_proto_library to depend on other objc_proto_libraries. This only...Gravatar Sergio Campama2016-08-23
* Remove CppCompilationContext.equals/hashCode. Making them throw an exceptionGravatar Googler2016-08-23
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22