aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel
Commit message (Expand)AuthorAge
* Update java_plugin.processor_class documentation on pluginsGravatar Liam Miller-Cushon2016-06-27
* Fixed java_stub_template.txt after disabling runfiles on WindowsGravatar Yun Peng2016-06-27
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Update the types of rules cc_library can depend onGravatar Kristina Chodorow2016-06-23
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Mention that redirection from HTTP to HTTPS doesn't workGravatar Kristina Chodorow2016-06-21
* Allow any filename in the srcs attribute of the sh_* rules.Gravatar Julio Merino2016-06-21
* We need to keep LD_LIBRARY_PATH in the environment for actions that use the d...Gravatar Philipp Wollermann2016-06-21
* Move Android and Java 7 javacopts into java_toolchainGravatar Liam Miller-Cushon2016-06-21
* Make skylark repository rules accept basic rule attributesGravatar Kristina Chodorow2016-06-21
* Fix new_git_repository documentationGravatar Kristina Chodorow2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Make bazel test work on WindowsGravatar Yun Peng2016-06-15
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Add addMainDexListActionArguments to AndroidSemantics.Gravatar Googler2016-06-13
* Support absolute paths for zip filesGravatar Kristina Chodorow2016-06-13
* Use the cc_toolchain rule instead of an event bus-based hack to signal an err...Gravatar Lukacs Berki2016-06-10
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Remove --java_launcher_javatest_migrationGravatar Liam Miller-Cushon2016-06-09
* fixed use_testrunner docGravatar ittaiz2016-06-08
* Sets default shell executable for windows to msys64 bash.exe path becauseGravatar Googler2016-06-08
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Create the output directory when invoking repository_ctx.download_and_extractGravatar Damien Martin-Guillerez2016-06-06
* repository_ctx.execute: execute from the external repository root and allow t...Gravatar Damien Martin-Guillerez2016-06-06
* Make Android rules/tests refer to the correct runfiles pathsGravatar Kristina Chodorow2016-05-31
* Append correct error message when recursing jgit exception stack.Gravatar David Chen2016-05-31
* Remove the --use_isystem_for_includes option.Gravatar Lukacs Berki2016-05-31
* Force paths to be relative when archives are decompressedGravatar Kristina Chodorow2016-05-27
* Implement zip file symlink supportGravatar Kristina Chodorow2016-05-27
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* libtool wrapper script to isolate the unfortunate hacks we must make to get a...Gravatar Chris Parsons2016-05-24
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Accurately document java_*.depsGravatar Liam Miller-Cushon2016-05-20
* Fix maven_jar documentation to use to the correct repository nameGravatar Kristina Chodorow2016-05-17
* Always unzip paths ending in / as directoriesGravatar Kristina Chodorow2016-05-17
* Support NDK r11 in bazelGravatar Alex Humesky2016-05-13
* Refactoring: Introduced AttributeValueSource to handle attribute name validat...Gravatar Florian Weikert2016-05-12
* Style cleanups.Gravatar Damien Martin-Guillerez2016-05-12
* On FreeBSD, don't assume bash to be installed under /binGravatar Klaus Aehlig2016-05-11
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Distinguish between the build tools version and the build tools directory in ...Gravatar Alex Humesky2016-05-09
* Remove abi and abi_deps attributes.Gravatar Greg Estren2016-05-09
* java_binary.create_executable=0 should disable the launcherGravatar Liam Miller-Cushon2016-05-06