aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
...
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* BEP: Improve the BuildEventTransport interface.Gravatar buchgr2017-04-07
* Experimental UI: only show progress in terminal title if curses enabledGravatar Klaus Aehlig2017-04-07
* When tracking the critical path, if not keeping incremental state, don't keep...Gravatar janakr2017-04-06
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Add integration test for --all_incompatible_changes flag conflictsGravatar brandjon2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Remove all directories under the execroot during a cleanGravatar kchodorow2017-04-04
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03
* Add new exception for wrapping parser construction failuresGravatar brandjon2017-04-03
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Add option to disable critical path computation in Bazel. While this informat...Gravatar janakr2017-03-31
* Expand Invocation FlagPolicies on expansion flags.Gravatar ccalvarin2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Log the server pid to java logging.Gravatar janakr2017-03-29
* Split out the InvocationPolicy parser from the enforcer.Gravatar ccalvarin2017-03-29
* BEP: Unconditionally report ExtraActions Gravatar Klaus Aehlig2017-03-28
* Clarify InvocationPolicy origins.Gravatar Chloe Calvarin2017-03-28
* BEP: Also report options Gravatar Klaus Aehlig2017-03-27
* BuildEventStreamerModule: catch early build events Gravatar Klaus Aehlig2017-03-27
* BEP: Also report the original command line Gravatar Klaus Aehlig2017-03-23
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Add a BuildEvent capable of storing the original command line Gravatar Klaus Aehlig2017-03-21
* BuildEventStreamer: fix handling of postedEvents Gravatar Klaus Aehlig2017-03-21
* Build a version of Bazel with a bundled OpenJDK inside the binary.Gravatar Philipp Wollermann2017-03-20
* Add the java-runtime, java-vm, java-home and character-encoding items to "baz...Gravatar Philipp Wollermann2017-03-20
* Add a new command "bazel license" that prints the license files of Bazel and ...Gravatar Philipp Wollermann2017-03-20
* Add caching of computed file digests based on file metadata.Gravatar Julio Merino2017-03-17
* Global cleanup change.Gravatar Googler2017-03-14
* Configurably block errors from universe eval in query environmentsGravatar Mark Schaller2017-03-12
* Abstract from DownloadProgressEvent to generic FetchProgress Gravatar Klaus Aehlig2017-03-10
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Env.vars: server won't ignore the client envGravatar Dmitry Lomov2017-03-08
* Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127.Gravatar Klaus Aehlig2017-03-07
* Env.vars: server won't ignore the client envGravatar Laszlo Csomor2017-03-07
* Fix typo in comment.Gravatar Lukacs Berki2017-03-07
* Convey the value of the --host_javabase startup option to the server.Gravatar Lukacs Berki2017-03-06
* BEP: Make TestSummary provide the overall status Gravatar Klaus Aehlig2017-03-06
* Global cleanup change.Gravatar Googler2017-03-03
* Post DownloadProgressEvents in ProgressInputStream Gravatar Klaus Aehlig2017-03-03
* Make ExperimentalStateTracker aware of DownloadProgressEvents Gravatar Klaus Aehlig2017-03-02
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27