aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Ensure test results are also reported for cached test Gravatar Klaus Aehlig2017-02-16
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Rollback of commit 49d97f9bb4dd04ef62198ded7b53b2a8f8c603db.Gravatar Luis Fernando Pino Duque2017-02-10
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-08
* Reinstate IdleServerTasks that accidentally got disabled with the switch from...Gravatar Lukacs Berki2017-02-07
* Add some logging when we crash/send bug reports about crashing.Gravatar Janak Ramakrishnan2017-02-02
* Fix a NPE in crash reportingGravatar Liam Miller-Cushon2017-02-02
* Tweak output string phrasing.Gravatar Googler2017-01-26
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Move the mobile_install command to a separate package and moduleGravatar Ulf Adams2017-01-17
* Global cleanup change.Gravatar Googler2017-01-16
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Make the server commit suicide if its PID file vanishes.Gravatar Lukacs Berki2017-01-13
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* Updates Android flag documentation.Gravatar Alex Humesky2017-01-09
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Avoids NullPointerException when running `bazel coverage //:xxx`, since PathF...Gravatar Yue Gan2016-12-20
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13