aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* 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
* Also ship the linker for LTO backend actions.Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use Label.parseAbsolute() to determine whether command line options that can ...Gravatar Lukacs Berki2015-09-25
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-09-25
* Tweak the installation order of split APKs so that there is less logcat spam ...Gravatar Lukacs Berki2015-09-25
* Removed new_file_suffix().Gravatar Florian Weikert2015-09-25
* Disable generateSubModules, since it causes issues with private headers.Gravatar Googler2015-09-25
* Remove the experimental check-deps implementation.Gravatar Ulf Adams2015-09-24
* Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24.Gravatar Googler2015-09-24
* Add a main_dex_proguard_specs attribute to android_binary that lets users spe...Gravatar Lukacs Berki2015-09-24
* Rollback of commit 53330510c6ea5cd6257b9981b44e52d15a9e01aa.Gravatar Googler2015-09-24
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-09-24
* Remove gen jar implicit output.Gravatar Googler2015-09-24
* Remove gen jar info from JavaRuleOutputJarsProvider.Gravatar Googler2015-09-24
* Rewrite TargetProviderEnvironment to use a PackageProvider.Gravatar Ulf Adams2015-09-24
* Disable --treat_srcjars_as_srcs_for_strict_deps flagGravatar Liam Miller-Cushon2015-09-24
* Fix ApplicationManifest#generatedManifest bug that would set the package as '...Gravatar Andrew Pellegrini2015-09-24
* Make gen jars output group transitive.Gravatar Googler2015-09-24
* Doc: Clarify when to use output_to_genfiles.Gravatar Laurent Le Brun2015-09-24
* Don't shell escape parameters to a non-shell action (environment plist).Gravatar Peter Schmitt2015-09-23
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Disallow precompiled jars in sourcesGravatar Liam Miller-Cushon2015-09-22
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Changes dylibs from being part of the xcodeproject file references to being a...Gravatar Dave MacLachlan2015-09-22
* Use OS X compatible gcov with experimental_ios_test.Gravatar Peter Schmitt2015-09-21
* Unify AndroidLibrary code paths.Gravatar Googler2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Enable j2objc_library proto aspect for Bazel. Note that the remote j2objc wor...Gravatar Michael Thvedt2015-09-21
* Remove unused copts attribute from j2objc_library.Gravatar Rumou Duan2015-09-21