aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Parser: Update error message when using 'def' in a BUILD file.Gravatar Laurent Le Brun2015-03-18
* Simplify actoolzip argument flowGravatar Daniel Wagner-Hall2015-03-18
* Emit events (e.g. errors) encountered while parsing the WORKSPACE file.Gravatar Nathan Harmata2015-03-18
* Make ExternalPackage serializable.Gravatar Nathan Harmata2015-03-18
* Mark lib.events.Event and build.skyframe.TaggedEvents as serializable.Gravatar Nathan Harmata2015-03-18
* Rollback Blaze log flushing as it is not necessary.Gravatar Miguel Alcon Pinto2015-03-18
* Propagate permissions of files in nested zips to the final zip.Gravatar Matthew DeVore2015-03-18
* Improve error message if WORKSPACE file is not foundGravatar Kristina Chodorow2015-03-18
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Set Bazel TEST_SRCDIR to runfiles root, not inside runfiles prefix.Gravatar Ross Light2015-03-18
* Return ActionInput objects from the ActionInputFileCache when given a digest ...Gravatar Janak Ramakrishnan2015-03-16
* Skylark: dict.keys() has sorted output.Gravatar Laurent Le Brun2015-03-16
* Allow ios_application in xctest_app attribute.Gravatar Peter Schmitt2015-03-16
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Allow traling comma in load statementsGravatar Laurent Le Brun2015-03-16
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Add a feature to put each header into it's own submodule. This will be requiredGravatar Googler2015-03-16
* Add missing "implicit output" section for Bazel's java_test.Gravatar Laszlo Csomor2015-03-16
* Document Bazel's cc_binary, cc_library and cc_test rule.Gravatar Laszlo Csomor2015-03-16
* Move some test helper classes into /util packages and open source them.Gravatar Ulf Adams2015-03-16
* Add missing ${SYNOPSIS} tags to some Bazel rule classes.Gravatar Laszlo Csomor2015-03-16
* Skylark: Static checks allows None value everywhere.Gravatar Laurent Le Brun2015-03-16
* Simplify BuildConfiguration to make it cheaper to create more instances.Gravatar Ulf Adams2015-03-16
* RELNOTES[INC]: genquery target locations are now relative to the workspace ro...Gravatar Damien Martin-Guillerez2015-03-16
* remove support for supplying relative root for runfilesGravatar Michajlo Matijkiw2015-03-16
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* Delete PackageCacheBackedTargetPatternResolver. There is no PackageCache.Gravatar Janak Ramakrishnan2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* RELNOTES: Allow users to set the simulated device, SDK, and environment from ...Gravatar Googler2015-03-13
* Add documentation body for Bazel java_test, sh_binary, sh_test, test_suite.Gravatar Laszlo Csomor2015-03-13
* Fix Build Encyclopedia docgen: allow overriding rule definitions.Gravatar Laszlo Csomor2015-03-13
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* BazelExtraActionRule is documented.Gravatar Googler2015-03-13
* BazelActionListenerRule is documented.Gravatar Googler2015-03-13
* Use VFS_READLINK rather than VFS_LINK, to avoid confusion with theGravatar Han-Wen Nienhuys2015-03-13
* Skylark: DictionaryLiteral is immutable (like every dict).Gravatar Laurent Le Brun2015-03-13
* Skylark: Make ctx.var a dictionary.Gravatar Laurent Le Brun2015-03-13
* Attribute synopsis's are cleaned up. The BE generator prints a warning in cas...Gravatar Googler2015-03-13
* Simplify Attribute builder now that all rules specify allowed file types.Gravatar Ulf Adams2015-03-13
* Bazel sh_* rules are documented and cleared up.Gravatar Googler2015-03-13
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* RELNOTES[NEW]: Added --relative_locations flag to the query command to make t...Gravatar Damien Martin-Guillerez2015-03-13
* Remove dead blaze flag --show_builder_stats.Gravatar Laszlo Csomor2015-03-13
* Defaulted cpu to the host cpuGravatar Damien Martin-Guillerez2015-03-13
* Document Bazel's genrule.Gravatar Laszlo Csomor2015-03-13
* BazelTestSuiteRule is documented. The "suites" attribute is removed from Baze...Gravatar Googler2015-03-13
* Implements an attribute textual_hdrs for cc_library rules.Gravatar Manuel Klimek2015-03-13
* Save ~13% execution time in []RuleClassProvider.create() by only formatting s...Gravatar Googler2015-03-13