aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Fix tests with python3 as default python.Gravatar Peter Foley2015-07-06
* Rollback of several changes related to the persistent Javac worker.Gravatar Han-Wen Nienhuys2015-07-06
* Make intellij-setup.sh work again. Gravatar Lukacs Berki2015-07-02
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Test for the correct exception in FilesystemUtilsTest.Gravatar Philipp Wollermann2015-06-30
* Fix "crashes with "Aborted" and no other useful errors on EPERM".Gravatar Philipp Wollermann2015-06-30
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Make //src/test/shell:bazel_test work again.Gravatar Lukacs Berki2015-06-30
* Remove all traces of --java_cpu.Gravatar Lukacs Berki2015-06-30
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Split sandbox code from standalone module.Gravatar Philipp Wollermann2015-06-29
* Deflake GlobTest dealing with glob interruption. Do not assume that an interr...Gravatar Eric Fellheimer2015-06-29
* Remove --experimental_persistent_javac. Bazel does not support theGravatar Han-Wen Nienhuys2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Rollback of commit 6f049bb19941b89d16364b26cca66aae09f9cb42.Gravatar Nathan Harmata2015-06-26
* Open source AarGeneratorAction and AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2015-06-26
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
* Cleanup the WORKSPACE_DIR in the test-setupGravatar Damien Martin-Guillerez2015-06-24
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Let Bazel set a good example of how to split up your code into multiple java_...Gravatar Philipp Wollermann2015-06-23
* Simple concurrency tests for EvaluableGraph implementations.Gravatar Googler2015-06-23
* Move the Error Prone plugin into BazelGravatar Liam Miller-Cushon2015-06-19
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Add initial Rust rules to Bazel.Gravatar David Chen2015-06-18
* Allow repository rules to provide default bindings for external labels.Gravatar Lukacs Berki2015-06-18
* Skylark: Allow variable reassignment to change the type of a variable.Gravatar Laurent Le Brun2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Introduce a simple concurrent Multimap-like data structure with reference cou...Gravatar Nathan Harmata2015-06-16
* Undo development-only change to the number of threads in test that mistakenly...Gravatar Nathan Harmata2015-06-16
* Set-up travis OSX to compile using JDK 7Gravatar Damien Martin-Guillerez2015-06-16
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Introduce CompositeRunfilesSupplierGravatar Michajlo Matijkiw2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Add an integration test for the persistent JavaBuilder as a Worker process.Gravatar Philipp Wollermann2015-06-12