aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Build language: Implement integer divisionGravatar Laurent Le Brun2015-04-15
* Catch modulo by 0 errorsGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Quote %sdk_version% and %sim_device% in the template var.Gravatar Googler2015-04-15
* Minimize calls to AggregatingAttributeMapper.visitAttribute. Attributes withGravatar Greg Estren2015-04-15
* Clarify requirement for source file on objc_binary.Gravatar Peter Schmitt2015-04-15
* Improves the method xcodegen uses to find the workspace rootGravatar David Santiago2015-04-15
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Make the indirect dependency message show the correct label for external depsGravatar Kristina Chodorow2015-04-15
* Simplify MethodLibrary.Gravatar Laurent Le Brun2015-04-15
* Enable accepting external contributions to the BE's static parts.Gravatar Laszlo Csomor2015-04-14
* Use fully qualified paths for C++ includesGravatar Kristina Chodorow2015-04-14
* Fix Bazel integration tests.Gravatar Lukacs Berki2015-04-14
* Move the Android incremental deployment stub application to the Bazel tree.Gravatar Lukacs Berki2015-04-14
* Enable external contribution to src/main/java/**Gravatar Damien Martin-Guillerez2015-04-14
* Check that getenv() returns non-null in blaze::Which()Gravatar Damien Martin-Guillerez2015-04-14
* Shrink EvaluationContext a bitGravatar Francois-Rene Rideau2015-04-14
* Use Artifacts instead of Paths in the pregrepped files map.Gravatar Janak Ramakrishnan2015-04-14
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...Gravatar Janak Ramakrishnan2015-04-14
* Delete debugging code used to diagnose bug when shared actions raced to execute.Gravatar Janak Ramakrishnan2015-04-14
* Don't create duplicate ExtractInclusionActions just because user specifies th...Gravatar Janak Ramakrishnan2015-04-14
* Delete unused code.Gravatar Janak Ramakrishnan2015-04-14
* Pick default resources based on the Runtime.maxMemory andGravatar Han-Wen Nienhuys2015-04-14
* Remove make variable GNU_TARGET from blaze.Gravatar Han-Wen Nienhuys2015-04-14
* Fix race when two shared actions don't know about each other until after they...Gravatar Janak Ramakrishnan2015-04-14
* Enable test sharding for bazel_example_testGravatar Damien Martin-Guillerez2015-04-14
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Make the source jars filegroup hidden so that it doesn't show up in the maste...Gravatar Lukacs Berki2015-04-14
* Support running extra_actions on [].Gravatar Googler2015-04-14
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Cleanup: Build file.cc as part of util library.Gravatar Thiago Farina2015-04-14
* Inline TestConstants.TEST_WORKSPACE_DIRECTORY.Gravatar Ulf Adams2015-04-14
* A minor refactoring.Gravatar Lukacs Berki2015-04-13
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* Move com/google/devtools/build/lib/rules/workspace/* to com/google/devtools/b...Gravatar Lukacs Berki2015-04-13
* Extract boilerplate logic from ParallelEvaluator's SkyFunction.Environment im...Gravatar Janak Ramakrishnan2015-04-13
* Explicitly use bash to test negative exit codesGravatar Kristina Chodorow2015-04-13
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Move NativeDepsHelper into the public tree.Gravatar Michael Staib2015-04-13
* Don't take into account symlinks when computing intrabuild file modifications...Gravatar Miguel Alcon Pinto2015-04-13
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Allow evaluation from StringGravatar Francois-Rene Rideau2015-04-13
* Make Artifacts be compared to each other based on their exec paths (and not t...Gravatar Lukacs Berki2015-04-13
* Use int64_t for the offset argument of libarchive function call.Gravatar Han-Wen Nienhuys2015-04-13
* Rewrite tests to avoid /[]/ in the paths.Gravatar Ulf Adams2015-04-13
* Replaying commit 49e14592032ea5312e3866d8988c6900508abf2dGravatar Damien Martin-Guillerez2015-04-13
* Enable external contribution on Objective-C tooling.Gravatar Damien Martin-Guillerez2015-04-13
* Add a visibility predicate to blaze query.Gravatar Liam Miller-Cushon2015-04-10
* objc: Add flag to disable per-proto includesGravatar Daniel Wagner-Hall2015-04-10