aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Teach java_import about deps.Gravatar Googler2015-09-04
* Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937.Gravatar Carmi Grushko2015-09-04
* Turn Bazel proto_library on for objc_proto_library.Gravatar Michael Thvedt2015-09-04
* Fix Swift merge action to use combined arch binaryGravatar Dmitry Shevchenko2015-09-03
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Link Android native code with libstdc++, statically.Gravatar Ulf Adams2015-09-03
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Fix ios debug symbol generation on Bazel.Gravatar Rumou Duan2015-09-02
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* Update xctest_app documentation to reflect that ios_application rules are a v...Gravatar Chris Parsons2015-09-02
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Update error messages for missing fields. Make them more standard.Gravatar Laurent Le Brun2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Declare the xcode_options flag deprecatedGravatar Googler2015-09-02
* Add a BazelProtoLibrary representing a collection of .proto files.Gravatar Michael Thvedt2015-09-02
* Move common proto functions into a new open-source class, ProtoCommon, in pre...Gravatar Michael Thvedt2015-09-02
* Implementation of AndroidStudioIdeInfoAspect.Gravatar Dmitry Lomov2015-09-02
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Change ios_test to reflect experimental_ios_test functionality on mac.Gravatar Chris Parsons2015-09-02
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
* Change the order of header search paths in XcodeProvider to link order, which...Gravatar Rumou Duan2015-09-01
* Switch J2ObjC transpilation and dead code removal actions to use parameter fi...Gravatar Rumou Duan2015-09-01
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-09-01
* Change default value of objc_per_proto_includes to match new value in .blazercGravatar Googler2015-08-31
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* For standalone tests, cd into the workspace directory before running the test...Gravatar Chris Parsons2015-08-31
* Remove the OFFLINE coverage file constant.Gravatar Ulf Adams2015-08-31
* Skylark: All executable rules now have an attribute 'args'.Gravatar Florian Weikert2015-08-31
* For Java, only collect .java source files for coverage.Gravatar Ulf Adams2015-08-31
* Create baseline coverage actions for local sources only and aggregate.Gravatar Ulf Adams2015-08-31
* Refactor the InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Remove the deprecated unused addTransitiveLangTargets method.Gravatar Ulf Adams2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Fix Jack's proguard specs.Gravatar Michael Staib2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Remove an unnecessary semicolon.Gravatar Ulf Adams2015-08-28
* Inline Constants.IOS_DEVICE_RULE_CLASSES.Gravatar Ulf Adams2015-08-28
* Fix a typo.Gravatar Ulf Adams2015-08-28
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Fix C++ link order for py_library and py_binary rules.Gravatar Ulf Adams2015-08-28
* Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1...Gravatar Googler2015-08-28
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Always create a generating action for _proguard.jar, even if no specs are spe...Gravatar Michael Staib2015-08-28
* Fix link order for all rules using the java library helper.Gravatar Ulf Adams2015-08-27
* Distinguish between user-supplied ios_cpu and the default, and don't propagat...Gravatar Michael Thvedt2015-08-27