aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Allow executing input files in addition to output onesGravatar Brian Silverman2016-04-20
* Signal that the version command does not buildGravatar Klaus Aehlig2016-04-19
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...Gravatar Nathan Harmata2016-04-11
* Don't try to clean up (and potentially exit with minor IOException exit code)...Gravatar Janak Ramakrishnan2016-03-31
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Signal that the help command does not buildGravatar Klaus Aehlig2016-03-31
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Signal that clean does not buildGravatar Klaus Aehlig2016-03-30
* Make the ProjectFileSupport stateless; pass in required parameter when called.Gravatar Ulf Adams2016-03-30
* Signal that the query command does not buildGravatar Klaus Aehlig2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Signal that the info command does not buildGravatar Klaus Aehlig2016-03-24
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf...Gravatar Nathan Harmata2016-03-02
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Remove the --artifacts flag from the dump command, which was long deprecated.Gravatar Philipp Wollermann2016-02-09
* Do not use sandboxing when bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Adds support for invocation policy to the canonicalize-flags command.Gravatar Alex Humesky2016-01-15
* Add option to read query from a file.Gravatar Janak Ramakrishnan2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Make --symlink_prefix= work as expected again (i.e. create links called "bin"...Gravatar Lukacs Berki2015-11-25
* Do not recurse into the convenience symlinks when evaluating the "//..." targ...Gravatar Lukacs Berki2015-11-20
* --output_groups overrides default output groups if set.Gravatar Googler2015-11-19
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* RELNOTES: Symlink dirents of directories containing a file named "DONT_FOLLOW...Gravatar Nathan Harmata2015-11-13
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Add HTML profiler execution phase statisticsGravatar Klaas Boesche2015-10-13
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Fix unsorted dumping of profiler task infoGravatar Klaas Boesche2015-10-08
* Make CriticalPathStatistics output optional.Gravatar Klaas Boesche2015-10-05
* Add options for reducing the size of the HTML output: --[no]chart for omittin...Gravatar Klaas Boesche2015-10-05
* Add --task_tree and --task_tree_threshold options.Gravatar Klaas Boesche2015-10-02
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Move several parts of BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-16