aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel
Commit message (Expand)AuthorAge
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Description redacted.Gravatar Googler2015-11-10
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Provide the ability to declare host config fragments forGravatar Greg Estren2015-11-06
* Add BazelConfiguration to GenRuleRule's declared fragments to supportGravatar Greg Estren2015-11-06
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Disallow jars in srcs of java-based rulesGravatar Liam Miller-Cushon2015-11-04
* Fix broken resolution of STL sources through @bazel_tools.Gravatar Peter Schmitt2015-11-03
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Make C++ builds work on OS X.Gravatar Lukacs Berki2015-10-30
* Adds include paths through -isystem to get Android native compiling working a...Gravatar Alex Humesky2015-10-28
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Ignores the empty pathGravatar Scott Robertson2015-10-28
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Fixes a wrong path causing the *-toolchain_files filegroup to actually be empty:Gravatar Philipp Wollermann2015-10-27
* Fixes the following linker error during compilation of //examples/android/jav...Gravatar Philipp Wollermann2015-10-27
* Add documentation of aar output to the build encyclopedia. Notes that the aar...Gravatar Andrew Pellegrini2015-10-27
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Removes gcc from the clang compiler names, because that doesn't really make s...Gravatar Alex Humesky2015-10-27
* Read the j2objc BUILD file from embedded tools instead of from the client.Gravatar Lukacs Berki2015-10-27
* Remove the unused launcher argument from JavaSemantics.getJvmFlags.Gravatar Ulf Adams2015-10-27
* Add the include paths to the compiler_files attribute of the cc_toolchainsGravatar Alex Humesky2015-10-23
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* ArtifactFactory.findSourceRoot now handles the case where an execPath refers ...Gravatar Philipp Wollermann2015-10-22
* Add missing dash for -finline-limit=300Gravatar Steven Dee2015-10-22
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21
* Add support for Windows zip permissionsGravatar Kristina Chodorow2015-10-20
* Add netrc support to GitCloneFunction.Gravatar Erik Gilling2015-10-20
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Fix changing the build_file for new_* rulesGravatar Brian Silverman2015-10-15
* Rollback of unknown previous commit.Gravatar Googler2015-10-13
* Add the remainder of support_v7 to android_sdk_repository that can beGravatar Todd Jeffreys2015-10-13
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Rename protobuf targets to xxx_proto.Gravatar Han-Wen Nienhuys2015-10-09
* Make RedirectChaser follow redirects through external repositories correctly ...Gravatar Lukacs Berki2015-10-09
* Add executable option to http_fileGravatar Kristina Chodorow2015-10-09
* Do not follow symlinks when checking if a repository symlink already exists.Gravatar Lukacs Berki2015-10-09
* Fix new_http_archive's strip_prefix for zipsGravatar Kamal Marhubi2015-10-07
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* Fix fallout from the previous CL renaming the tools directory.Gravatar Lukacs Berki2015-10-06
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* In FilesystemValueChecker, use 200 threads and don't waste threads on skipped...Gravatar Nathan Harmata2015-10-06
* Adds support for selecting the different STL implementations in the Android NDK.Gravatar Alex Humesky2015-10-06
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Progress reporting test: attempt to deflake.Gravatar Laszlo Csomor2015-10-05
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Fix strip_prefixGravatar Kristina Chodorow2015-10-02
* [dash] Add shared-secret authenticationGravatar Damien Martin-Guillerez2015-09-30
* Make AndroisStudioInfoAspectTest run in Bazel.Gravatar Dmitry Lomov2015-09-30