aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Add syntax for referencing docs in other rule families.Gravatar David Chen2016-02-25
* Handle http <-> https redirectsGravatar Michajlo Matijkiw2016-02-25
* Expose to Skylark information about whether a target defines any Android reso...Gravatar Dmitry Lomov2016-02-24
* Expose IDL information about Android targets to Skylark.Gravatar Dmitry Lomov2016-02-24
* Refactoring of the OptionsParser implementation to allow overriding the value...Gravatar Luis Fernando Pino Duque2016-02-24
* Collect runtime dependencies correctly in intellij_info.bzlGravatar Dmitry Lomov2016-02-24
* Implements repository_ctx.templateGravatar Damien Martin-Guillerez2016-02-24
* Enable access to file values in repository contextGravatar Damien Martin-Guillerez2016-02-24
* Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This inc...Gravatar Googler2016-02-24
* Enable testJavaPlugin for Skylark intellij_info aspect.Gravatar Dmitry Lomov2016-02-23
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Remove current directory from PATH values.Gravatar Julio Merino2016-02-23
* Support "mandatoryProvidersList" in Skylark and added necessary testsGravatar Yun Peng2016-02-23
* Implements repository_ctx.fileGravatar Damien Martin-Guillerez2016-02-23
* Implements repository_ctx.osGravatar Damien Martin-Guillerez2016-02-23
* Implements repository_ctx.executeGravatar Damien Martin-Guillerez2016-02-23
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Fix blatant bug with Skyframe globbing where we incorrectly allow dangling sy...Gravatar Nathan Harmata2016-02-23
* Prevent new evaluations from starting if a done child's error is discovered. ...Gravatar Janak Ramakrishnan2016-02-23
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATUREGravatar David Chen2016-02-22
* Expose ``build_file_path`` to Skylark rules.Gravatar Dmitry Lomov2016-02-22
* Add the names of the mandatory inputs to the action key for actions that disc...Gravatar Lukacs Berki2016-02-22
* Removes "startsWith" check in testGravatar Yue Gan2016-02-19
* Add repository_ctx.which(str): returns the path of a commandGravatar Damien Martin-Guillerez2016-02-19
* 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