aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Skylark: File object can now retrieve dirname/basename.Gravatar Googler2015-05-27
* Filter out middleman artifacts in RunfilesSupplierImplGravatar Michajlo Matijkiw2015-05-27
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* Add a hidden flag which allows us to set the size of the legacy globbing thre...Gravatar Eric Fellheimer2015-05-22
* Add sha1 checksum for maven jarsGravatar Kristina Chodorow2015-05-22
* A minor refactoring of our tests.Gravatar Lukacs Berki2015-05-21
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Deactivate bazel_sandboxing_testGravatar Damien Martin-Guillerez2015-05-21
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Reactivate sandboxing_testGravatar Damien Martin-Guillerez2015-05-18
* Fix sandboxing testGravatar Damien Martin-Guillerez2015-05-18
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Make PackageFactoryApparatus#getPackageLocator public.Gravatar Han-Wen Nienhuys2015-05-18
* Add -undefined dynamic_lookup to OSX linker optionsGravatar Damien Martin-Guillerez2015-05-18
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15
* Create a rule for the skylarkshell in bazel.Gravatar Francois-Rene Rideau2015-05-15
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Skylark: Functions don't need to be declared in order.Gravatar Laurent Le Brun2015-05-15
* We are trying to merge same copies of the aspect, when target is declared in ...Gravatar Marian Lobur2015-05-15
* Fix order of method call in test-setupGravatar Damien Martin-Guillerez2015-05-15