aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* experimental UI: improve message shorteningGravatar Klaus Aehlig2016-05-20
* Take aliases into consideration when creating a LabelAndConfiguration from a ...Gravatar Lukacs Berki2016-05-19
* experimental_ui: show number of packages loaded during analysisGravatar Klaus Aehlig2016-05-19
* Make "blaze run" work with aliases.Gravatar Lukacs Berki2016-05-19
* Improve pass-through during buildGravatar Klaus Aehlig2016-05-13
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Flip --deep_execroot to default to trueGravatar Kristina Chodorow2016-05-11
* Print coverage.dat location always.Gravatar Googler2016-05-11
* RELNOTES: Use singular form when appropriate in blaze's test result summary m...Gravatar Googler2016-05-10
* experimental_ui: when analyzing analyzing one target, show itGravatar Klaus Aehlig2016-05-09
* Do not hard-code Blaze as product nameGravatar Klaus Aehlig2016-05-09
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* cpp: fix documentation wording for data members in GlobalVariablesGravatar Thiago Farina2016-05-04
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Remove documentation for "abi" and "abi_deps".Gravatar Greg Estren2016-05-03
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28
* Remove repeated allowMissingInputs module check.Gravatar Janak Ramakrishnan2016-04-28
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Make gRPC mode honor --max_idle_secs.Gravatar Lukacs Berki2016-04-25
* ExperimentalEventHandler: narrow synchronization blocksGravatar Klaus Aehlig2016-04-25
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Make client-provided options an rc sourceGravatar Klaus Aehlig2016-04-21
* Allow executing input files in addition to output onesGravatar Brian Silverman2016-04-20
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Signal that the version command does not buildGravatar Klaus Aehlig2016-04-19
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Module cleanup - don't hold on to stuff after the command completes.Gravatar Ulf Adams2016-04-18
* experimental UI: avoid empty lines between one-line FAILURE notesGravatar Klaus Aehlig2016-04-18
* Make ExperimentalStateTracker aim for target widthGravatar Klaus Aehlig2016-04-18
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* experimental UI: only redraw progress bar after event in curses modeGravatar Klaus Aehlig2016-04-14
* experimental UI: show passed and failed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: Keep track of completed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: ignore refresh limit on final progress-bar changeGravatar Klaus Aehlig2016-04-13
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Keep output of experimental UI short if curses cannot be usedGravatar Klaus Aehlig2016-04-12
* ExperimentalStateTracker: add a short version of the progress barGravatar Klaus Aehlig2016-04-11
* Rate limit updates in the experimental UI and keep it freshGravatar Klaus Aehlig2016-04-11
* experimental UI: only wrap lines if curses are usedGravatar Klaus Aehlig2016-04-11
* experimental UI: honor --cursesGravatar Klaus Aehlig2016-04-11
* experimental UI: squeeze dots in last sample actionGravatar Klaus Aehlig2016-04-11
* Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...Gravatar Nathan Harmata2016-04-11