aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel
Commit message (Expand)AuthorAge
* Document the Android rules in Bazel.Gravatar Lukacs Berki2015-08-14
* When we have enough information to determine that a file didn't change type, ...Gravatar Nathan Harmata2015-08-13
* Open-source full support for J2ObjC in Bazel, including dead code removal, an...Gravatar Michael Thvedt2015-08-13
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Properly extract symlinks from tar archives.Gravatar Brian Silverman2015-08-13
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Updates documentation for bind, new_http_archive, and new_git_repository for ...Gravatar Alex Humesky2015-08-11
* Generate a _test_script executable in BazelIosTest, and use that forGravatar Han-Wen Nienhuys2015-08-10
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Show build options on dashboardGravatar Kristina Chodorow2015-08-06
* Add output_dir option and improve repository handlingGravatar Kristina Chodorow2015-08-06
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Follow redirects in HTTP-based remote repositories.Gravatar Damien Martin-Guillerez2015-08-04
* Add configuration fragment annotations to some cc_* rules.Gravatar Ulf Adams2015-08-04
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Generate a fail.sh so that using Jack/Jill fails a bit more gracefully.Gravatar Lukacs Berki2015-07-29
* Clarify the behavior of the "type" attribute for http_archive and new_http_ar...Gravatar John Field2015-07-29
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Download from remote http repository only if zip file with correct hash doesn...Gravatar Janak Ramakrishnan2015-07-29
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Remove the extra outputs from the Java compile action.Gravatar Ulf Adams2015-07-29
* Use "python" instead of "python2" as the default Python2 binary.Gravatar Lukacs Berki2015-07-29
* Description redacted.Gravatar Rumou Duan2015-07-28
* Correct typo in android_sdk_repository_template.txt which breaks a number of ...Gravatar John Field2015-07-28
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Include test information in target fieldsGravatar Kristina Chodorow2015-07-27
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* Fix sha1 for guava exampleGravatar Carl Mastrangelo2015-07-27
* Update doc for the allowed C++ source file extensions.Gravatar Thiago Farina2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* Fixing python argument passingGravatar Damien Martin-Guillerez2015-07-27
* Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.Gravatar Greg Estren2015-07-23
* Make tar.gz decompressor overwrite old versions of decompressed filesGravatar Kristina Chodorow2015-07-23
* Make Android appcompat libraries available using external labels.Gravatar Lukacs Berki2015-07-23
* Add http_file() workspace functionGravatar Damien Martin-Guillerez2015-07-21
* Use Apache Commons for reading tar filesGravatar Kristina Chodorow2015-07-21
* Set PATH and TMPDIR in genrule / Skylark's actionGravatar Damien Martin-Guillerez2015-07-21
* Get android example to build on OS XGravatar Steven Dee2015-07-21
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Make android_ndk_repository work on case-insensitive OS X file systems by not...Gravatar Lukacs Berki2015-07-17
* Add git_repository and new_git_repository workspace rules.Gravatar David Chen2015-07-17
* Add a type attribute to {new_,}http_archiveGravatar Damien Martin-Guillerez2015-07-17
* Add a simple resolver for Maven repositoriesGravatar Kristina Chodorow2015-07-16
* Move Jack's tools into AndroidSdkProvider.Gravatar Michael Staib2015-07-16
* Use WritableByteChannel for HttpDownloaderGravatar Damien Martin-Guillerez2015-07-16
* Remove unused langtools targetsGravatar Liam Miller-Cushon2015-07-13
* Adds build encyclopedia info for gen jars.Gravatar Alex Humesky2015-07-13
* Add the android_http_tools_repository rule that lets one download the Blaze-s...Gravatar Lukacs Berki2015-07-10
* Minor tweaks to AndroidLocalToolsRepositoryRule.Gravatar Lukacs Berki2015-07-10
* Implement the android_local_tools_repository rule.Gravatar Lukacs Berki2015-07-10