aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Fix test flakinessGravatar Kristina Chodorow2015-08-11
* Don't return SkyValue when dirtying nodeGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Fixed Bazel test target //src/test/cpp/util:strings_test by adding a missing ...Gravatar Florian Weikert2015-08-10
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Externalize file_test and strings_test, and fix up the BUILD files.Gravatar Ulf Adams2015-08-10
* Add custom repositories to the WORKSPACE fileGravatar 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
* Add threadpool injectability to invalidatorGravatar Mark Schaller2015-08-06
* Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>.Gravatar Janak Ramakrishnan2015-08-05
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Follow redirects in HTTP-based remote repositories.Gravatar Damien Martin-Guillerez2015-08-04
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* Make some improvements to GraphConcurrencyTest -- versions are sensible, and ...Gravatar Janak Ramakrishnan2015-08-04
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Add test methods to check BuildConfiguration and ConfiguredTarget equality ch...Gravatar Greg Estren2015-08-04
* Remove more static configuration transitions from tests, as prep work for Gravatar Greg Estren2015-08-04
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Make OutputFileConfiguredTarget create artifacts that are consistent with Rul...Gravatar Lukacs Berki2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-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
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Quiet bazel shell tests a little.Gravatar Janak Ramakrishnan2015-07-29
* Disallow non-empty dotd files that do not end in a newline.Gravatar Janak Ramakrishnan2015-07-27
* Description redacted.Gravatar Laszlo Csomor2015-07-27
* Do not build Xcode tooling on LinuxGravatar Damien Martin-Guillerez2015-07-27
* Make default values of attributes point to the main repository.Gravatar Lukacs Berki2015-07-27
* Add integration tests for the Objective-C example in Bazel.Gravatar Michael Thvedt2015-07-27
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Remove another method from FoundationTestCase; use a static import instead.Gravatar Ulf Adams2015-07-23
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Make tar.gz decompressor overwrite old versions of decompressed filesGravatar Kristina Chodorow2015-07-23
* Make generate_workspace also generate a BUILD file with transitive depsGravatar Kristina Chodorow2015-07-23
* Fix test when TMPDIR/PATH is undefinedGravatar Damien Martin-Guillerez2015-07-21
* Add http_file() workspace functionGravatar Damien Martin-Guillerez2015-07-21
* Set PATH and TMPDIR in genrule / Skylark's actionGravatar Damien Martin-Guillerez2015-07-21
* Removed ValidationTests#testLoadWithTooManySlashes() since it was an inferior...Gravatar Florian Weikert2015-07-21
* Added an additional test for empty actions in Skylark.Gravatar Florian Weikert2015-07-20