aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel
Commit message (Expand)AuthorAge
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Simplifies passing the debug key to ApkBuilder.Gravatar Alex Humesky2016-01-12
* Adds ApkBuilder from the Android SDK to bazel's third_party with someGravatar Alex Humesky2016-01-11
* Fix broken links in all Java rule documentation.Gravatar David Chen2016-01-11
* Add auth support for proxy downloadsGravatar Kristina Chodorow2016-01-11
* Adds the Android design support library as an Android dependency.Gravatar Jake Voytko2016-01-08
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Add strip_prefix attribute to http_archiveGravatar Kristina Chodorow2016-01-07
* Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't reso...Gravatar Lukacs Berki2016-01-07
* Removes experimental_ios_test. Will wait on [].Gravatar Cal Peyser2016-01-07
* Improve error message when download failsGravatar Kristina Chodorow2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Add support for downloading through proxiesGravatar Kristina Chodorow2015-12-22
* Tweak the shell text munging expression used to figure out a relative path to...Gravatar Lukacs Berki2015-12-15
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Prevent jgit from dumping stack traces all over the placeGravatar Kristina Chodorow2015-12-11
* Python 3 compatibility for python binary stubGravatar Joe Harrison2015-12-10
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Refactor android_tools_defaults_jarGravatar Liam Miller-Cushon2015-12-07
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Fix fingerprinting of Maven settings file.Gravatar Lukacs Berki2015-11-26
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Fix the android_ndk_repository rule that was broken in a previous commit.Gravatar Lukacs Berki2015-11-25
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Implementation for xcode_version and xcode_config rules.Gravatar Chris Parsons2015-11-25
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24
* Use the https url for maven central.Gravatar wjywbs2015-11-20
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Description redacted.Gravatar Googler2015-11-13
* Strengthen the deprecation notice for abi_deps.Gravatar Greg Estren2015-11-12
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* Update @Nullable annotations for FilesystemValueChecker related stuff.Gravatar Nathan Harmata2015-11-10
* 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