aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Initial support for Java header compilationGravatar Liam Miller-Cushon2016-02-18
* Add a SkylarkRepositoryContextTestGravatar Damien Martin-Guillerez2016-02-17
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Use absolute paths in ProcessBuilder invocations.Gravatar Dmitry Lomov2016-02-17
* Include real type in type casting error message.Gravatar Tobias Werth2016-02-16
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* bazel_go_example_test.sh: Inline BUILD.go-toolchainGravatar Damien Martin-Guillerez2016-02-16
* Add support for downloading .tar.bz2 files with http_archive rules.Gravatar David Chen2016-02-16
* Reduce the number of stat calls when setting up a sandboxGravatar Brian Silverman2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15
* Enable injection of Skylark modules through the RuleClassProviderGravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Adds a build_file_content attribute to new_git_repository, new_http_archive, andGravatar Alex Humesky2016-02-12
* Support MOSTLY_STATIC with --build_test_dwp.Gravatar Googler2016-02-11
* Rollback of commit a0eefb52f529b73c6cb92f0a762853646ea2eae6.Gravatar Googler2016-02-11
* Rewrite the test to work with Bazel - avoid bash_version.Gravatar Ulf Adams2016-02-11
* Expose some information about Java compilation to Skylark.Gravatar Dmitry Lomov2016-02-11
* Enable smoke tests for Java information being provided on Android rules.Gravatar Dmitry Lomov2016-02-11
* Add support for java_imports to Skylark IDE info aspect.Gravatar Dmitry Lomov2016-02-11
* Expose Java annotation processing information to Skylark.Gravatar Dmitry Lomov2016-02-11
* Add a few extra tests for XcodeProvider.Gravatar Lukacs Berki2016-02-11
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* Allow for more flexibility in choices of Version for the GraphConcurrencyTest...Gravatar Shreya Bhattarai2016-02-11
* Allow propagation of execution requirements to the ctx.resolve_command functi...Gravatar Chris Parsons2016-02-11
* Allow ParallelEvaluator to not store errors alongside values if nodes recover...Gravatar Janak Ramakrishnan2016-02-11
* Make xcode project generation generate correct filenames for external reposGravatar Kristina Chodorow2016-02-11
* Remove TransitivePackageLoader#getVisitedTargets, which was only used in test...Gravatar Janak Ramakrishnan2016-02-11
* Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" .Gravatar Lukacs Berki2016-02-11
* Rollback of commit df03e10f6552566982399b8779fe7bc7a17d75dc.Gravatar Michajlo Matijkiw2016-02-11
* Forbid overloading of a repository outside of the first part of the workspace...Gravatar Damien Martin-Guillerez2016-02-11
* Fix bug in TargetPatternList.equals, which was ignoring the offset.Gravatar Ulf Adams2016-02-11
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Allow load of external label in the WORKSPACE file.Gravatar Damien Martin-Guillerez2016-02-10
* Make implicit attribute label lookup consistent.Gravatar Brian Silverman2016-02-10
* Fix SkyframeLoadingPhaseRunner posting of EventBus events.Gravatar Ulf Adams2016-02-10
* SkyframeLoadingPhaseRunner: implement --compile_one_dependency.Gravatar Ulf Adams2016-02-10
* Move two visibility-related loading tests to BuildViewTest.Gravatar Ulf Adams2016-02-10
* Fix callback handling in the Skyframe-based target pattern eval.Gravatar Ulf Adams2016-02-10
* Make unpredictable action inputs and outputs available to Actions.Gravatar Michael Thvedt2016-02-10
* Skyframe-based loading phase runner: report errors if a package is in error.Gravatar Ulf Adams2016-02-10
* Add support for tags to Skylark IDE info aspect.Gravatar Dmitry Lomov2016-02-10
* Add JavaSkylarkApiProvider to all Java rules.Gravatar Dmitry Lomov2016-02-10
* Fix NPE in TestsInSuiteFunction.Gravatar Ulf Adams2016-02-10
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Update FileSystemValueChecker to handle TreeArtifact values.Gravatar Michael Thvedt2016-02-10