aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Minor refactoring of TestFileOutErr.Gravatar Eric Fellheimer2015-06-12
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Fix permissions for zip filesGravatar Kristina Chodorow2015-06-12
* Simplify maven_jar to just take a single artifact descriptorGravatar Kristina Chodorow2015-06-12
* Use "python2" instead of "python" as the default Python2 interpreter.Gravatar Lukacs Berki2015-06-11
* Remove tools/jdk/jdk symbolic link creationGravatar Damien Martin-Guillerez2015-06-11
* Update Bazel's protobuf from 2.5.0 to 3.0.0-alpha3 for proto3 support.Gravatar Philipp Wollermann2015-06-10
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* A minor refactoring.Gravatar Lukacs Berki2015-06-10
* Bazel: Add an integration test for the persistent JavaBuilder as a Worker pro...Gravatar Philipp Wollermann2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Support --run_under in Bazel.Gravatar Han-Wen Nienhuys2015-06-10
* Fix compilation of SkylarkshellGravatar Laurent Le Brun2015-06-08
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Add pom.xml parserGravatar Kristina Chodorow2015-06-08
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* MavenDownloader ignores empty/default sha1 attributeGravatar Michajlo Matijkiw2015-06-05
* Description redacted.Gravatar Rumou Duan2015-06-05
* Ignore relative entries in SearchPath.Gravatar Han-Wen Nienhuys2015-06-03
* Add vfs.SearchPath for searching binaries.Gravatar Han-Wen Nienhuys2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Simplify genproto.bzl.Gravatar Han-Wen Nienhuys2015-06-02
* Add support for @foo//:bar-format labels on the command lineGravatar Kristina Chodorow2015-06-01
* Use a testenv.sh function rather than hardcoded list to specify the tools dir...Gravatar Googler2015-05-28
* Forbid **kwargs and *args in BUILD files.Gravatar Laurent Le Brun2015-05-27
* Don't make sha1 field mandatory until there's a helper to generate themGravatar Kristina Chodorow2015-05-27