aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Fix layering_check with cc_fake_binary / no-compile tests.Gravatar Manuel Klimek2015-02-18
* Use TopLevelArtifactProvider directly only within the lib/analysis package. I...Gravatar Lukacs Berki2015-02-18
* Fix fallout from [] by introducing a distinction between "important" and "not...Gravatar Lukacs Berki2015-02-18
* Update the .equals() and .hashCode() methods of TopLevelArtifactContext with ...Gravatar Lukacs Berki2015-02-18
* Don't define DEBUG for fastbuild.Gravatar Googler2015-02-17
* Make it possible for a Blaze command not to build the filesToRun of a configu...Gravatar Lukacs Berki2015-02-17
* Add a new Blaze command.Gravatar Lukacs Berki2015-02-17
* Rename Skylark's range fn "end" arg to "stop" + some cleanups.Gravatar Laszlo Csomor2015-02-17
* Refactor the tests.Gravatar Ulf Adams2015-02-16
* Rewrite CrosstoolConfigurationHelper and make it more generic - it now allowsGravatar Ulf Adams2015-02-16
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Remove shell.Shell. The windows support is unused.Gravatar Han-Wen Nienhuys2015-02-16
* Fix objc entitlements substitution on OSXGravatar Daniel Wagner-Hall2015-02-13
* Acquire resources for tests in StandaloneTestStrategy.Gravatar Han-Wen Nienhuys2015-02-12
* Introduce a PackageBoundaryMode enum to FilesetTraversalParams.Gravatar Laszlo Csomor2015-02-12
* JavaCompileAction uses a NestedSet for inputs. This way it doesn't flatten cl...Gravatar Googler2015-02-12
* Remove "command artifacts" from TopLevelContextProvider.Gravatar Lukacs Berki2015-02-12
* Print the actual set of artifacts built for each target on the command line o...Gravatar Lukacs Berki2015-02-12
* Include non_propagated_deps as dependencies in xcodeproj filesGravatar Daniel Wagner-Hall2015-02-11
* Add back mistakenly deleted interrupt-handling code. Sadly, I can't find a wa...Gravatar Janak Ramakrishnan2015-02-11
* Refactor Query code a bit. Get rid of separate SkyframeQueryEnvironment, move...Gravatar Janak Ramakrishnan2015-02-11
* fix accumulating logic around cached testsGravatar Michajlo Matijkiw2015-02-11
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Extract an EvaluableBlazeQueryEnvironment abstract class from BlazeQueryEnvir...Gravatar Janak Ramakrishnan2015-02-11
* Add default WORKSPACE file for Java rulesGravatar Kristina Chodorow2015-02-11
* Skylark: Validate function arguments.Gravatar Laurent Le Brun2015-02-11
* Allows users of CommandHelper to override the default shell executable.Gravatar Googler2015-02-11
* Parse built-in WORKSPACE filesGravatar Kristina Chodorow2015-02-11
* Fix cache key generation of CppModuleMapAction.Gravatar Manuel Klimek2015-02-11
* A few small changes towards untangling our tests:Gravatar Ulf Adams2015-02-11
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* As a follow up to []. This changelist creates an intermediary FileWriteAction...Gravatar Googler2015-02-11
* Copy over any input manifests from the shadowed action to the extra action.Gravatar Ulf Adams2015-02-10
* Read the whole file descriptor instead of reading part of it for java -versio...Gravatar Damien Martin-Guillerez2015-02-10
* Blaze doesn't crash if a coverage combined report was requested and no test t...Gravatar Googler2015-02-10
* Description redacted.Gravatar Manuel Klimek2015-02-10
* Refactor NodeEntry to be an interface.Gravatar Nathan Harmata2015-02-10
* Mark some skyframe-internal data structures as being Serializable.Gravatar Nathan Harmata2015-02-10
* Mark some data structures used in SkyValues during the loading phase as being...Gravatar Nathan Harmata2015-02-10
* Configurable attributes: allow multiple matches so long asGravatar Greg Estren2015-02-09
* Add some test coverage for --noorder_results.Gravatar Janak Ramakrishnan2015-02-09
* fix bug where cov info wasn't being printed for some buildsGravatar Michajlo Matijkiw2015-02-09
* Skylark: enable relative paths in load statements. Only paths with 1 segment ...Gravatar Googler2015-02-09
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Skylark: fixing a crash. It occurred when the files field of the struct retur...Gravatar Googler2015-02-09
* Skylark: Fix SkylarkNestedSet.toStringGravatar Laurent Le Brun2015-02-09
* Drop deprecated CommandResult.getExitStatusGravatar Han-Wen Nienhuys2015-02-09
* When we log to [] instead of crashing on EventBus failures, also log exceptio...Gravatar Eric Fellheimer2015-02-07
* Remove unnecessary wrapper in return value of BlazeQueryEnvironment#getTarget...Gravatar Janak Ramakrishnan2015-02-06
* Implement ios_extension_binary rule, which is similar to objc_binary, but onl...Gravatar Matthew DeVore2015-02-06