aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Introduce --override_workspace_root blaze flag to hand-set workspace_root and...Gravatar Googler2015-10-15
* Remove command_helper, use resolve_command insteadGravatar Francois-Rene Rideau2015-10-15
* Improves the error message for invalid cpu (--cpu or --fat_apk_cpu).Gravatar Alex Humesky2015-10-13
* Makes the error message for invalid or duplicate crosstool toolchains more le...Gravatar Alex Humesky2015-10-13
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* Rename IOS_SDK_VERSION_OVERRIDE to APPLE_SDK_VERSION_OVERRIDE, as it need not...Gravatar Chris Parsons2015-10-13
* Add timing info for tests and correct caching vs. run ratioGravatar Kristina Chodorow2015-10-13
* LTO: Don't choke on cc_library without srcs.Gravatar Han-Wen Nienhuys2015-10-12
* Added android_compiler flag.Gravatar Austin Schuh2015-10-12
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Show documentation for --objc_generate_debug_symbolsGravatar Peter Schmitt2015-10-12
* Add isSource to Android aspect ArtifactLocation.Gravatar Googler2015-10-12
* Do not change cwd when building J2ObjC protos.Gravatar Lukacs Berki2015-10-09
* For standalone spawn strategy (local execution), bootstrap ios SDKROOT (deter...Gravatar Chris Parsons2015-10-09
* Allow use of signing certificate name for iOS app signing.Gravatar Peter Schmitt2015-10-09
* Description redacted.Gravatar Francois-Rene Rideau2015-10-08
* Set CLANG for invoking the LTO backend.Gravatar Han-Wen Nienhuys2015-10-08
* Pass APPLE_SDK_PLATFORM to the environment for actions requiring darwinGravatar Chris Parsons2015-10-08
* Add a custom converter to --crosstool_top so that select() works.Gravatar Lukacs Berki2015-10-08
* Add a mapping and relevant function calls in ObjcProvider to provide a way to...Gravatar Rumou Duan2015-10-07
* Move several commands over to using xcrun instead of hardcoding tooling locat...Gravatar Dave MacLachlan2015-10-07
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actionsGravatar Chris Parsons2015-10-06
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Remove --treat_srcjars_as_srcs_for_strict_depsGravatar Liam Miller-Cushon2015-10-06
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Allow extractIncludes method to throw an ExecException.Gravatar Janak Ramakrishnan2015-10-05
* Fix coverage not being calculated for android_tests using binary_under_test.Gravatar Andrew Pellegrini2015-10-02
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-10-02
* Make explicit that an extra action always has the same owner as the action it...Gravatar Janak Ramakrishnan2015-10-01
* Make breakpad file editing platform independent.Gravatar Peter Schmitt2015-09-30
* Filter idl sources from AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* Add Android aspect ijar support.Gravatar Googler2015-09-30
* Document java_toolchainGravatar Damien Martin-Guillerez2015-09-30
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Rollback of "Propagates cc_library linkopts attribute to dependent objc_libra...Gravatar Chris Parsons2015-09-30
* Make test setup name public.Gravatar Han-Wen Nienhuys2015-09-30
* Move test setup script up in the hierarchy.Gravatar Han-Wen Nienhuys2015-09-30
* Adds the textual_hdrs attribute, which are treated as regular headers but not...Gravatar Googler2015-09-30
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Give a nice error message on double included files in objc rules.Gravatar Peter Schmitt2015-09-28
* Expose proto sources in the Skylark providerGravatar Laurent Le Brun2015-09-28
* Resolve labels in linkopts against either 'deps' or 'srcs'Gravatar Googler2015-09-28
* Disable include scanning for assembler-without-preprocessor source.Gravatar Googler2015-09-28
* Find the test setup script based on its basename and not its precise exec path.Gravatar Lukacs Berki2015-09-28