index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
Commit message (
Expand
)
Author
Age
*
Make gRPC mode honor --max_idle_secs.
Lukacs Berki
2016-04-25
*
ExperimentalEventHandler: narrow synchronization blocks
Klaus Aehlig
2016-04-25
*
Make the integration tests pass with gRPC client/server comms.
Lukacs Berki
2016-04-21
*
Assorted changes wrt. gRPC client/server comms:
Lukacs Berki
2016-04-21
*
Make client-provided options an rc source
Klaus Aehlig
2016-04-21
*
Allow executing input files in addition to output ones
Brian Silverman
2016-04-20
*
Block when another command is running on the server and not on the client whe...
Lukacs Berki
2016-04-20
*
Signal that the version command does not build
Klaus Aehlig
2016-04-19
*
Do not start the AF_UNIX server when in gRPC mode.
Lukacs Berki
2016-04-19
*
Module cleanup - don't hold on to stuff after the command completes.
Ulf Adams
2016-04-18
*
experimental UI: avoid empty lines between one-line FAILURE notes
Klaus Aehlig
2016-04-18
*
Make ExperimentalStateTracker aim for target width
Klaus Aehlig
2016-04-18
*
Inject the BlazeDirectories in SkyframeExecutor.
Ulf Adams
2016-04-15
*
Add an afterCommand hook to AbstractBlazeQueryEnvironment.
Nathan Harmata
2016-04-15
*
Add the --grpc_port startup option and start a Java server if it's passed in.
Lukacs Berki
2016-04-14
*
experimental UI: only redraw progress bar after event in curses mode
Klaus Aehlig
2016-04-14
*
experimental UI: show passed and failed tests
Klaus Aehlig
2016-04-14
*
experimental UI: Keep track of completed tests
Klaus Aehlig
2016-04-14
*
experimental UI: ignore refresh limit on final progress-bar change
Klaus Aehlig
2016-04-13
*
Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.
Ulf Adams
2016-04-13
*
Keep output of experimental UI short if curses cannot be used
Klaus Aehlig
2016-04-12
*
ExperimentalStateTracker: add a short version of the progress bar
Klaus Aehlig
2016-04-11
*
Rate limit updates in the experimental UI and keep it fresh
Klaus Aehlig
2016-04-11
*
experimental UI: only wrap lines if curses are used
Klaus Aehlig
2016-04-11
*
experimental UI: honor --curses
Klaus Aehlig
2016-04-11
*
experimental UI: squeeze dots in last sample action
Klaus Aehlig
2016-04-11
*
Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...
Nathan Harmata
2016-04-11
*
Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where a...
Nathan Harmata
2016-04-07
*
experimental UI: use LoadingProgressReceiver
Klaus Aehlig
2016-04-07
*
Rollback of commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9.
John Field
2016-04-07
*
Clean up FancyTerminalEventHandler
Googler
2016-04-07
*
experimental UI: update progress bar on progress events
Klaus Aehlig
2016-04-05
*
experimental UI: show run-time for long-running actions in the progress bar
Klaus Aehlig
2016-04-04
*
Pass through the clock to the ExperimentalStateTracker
Klaus Aehlig
2016-04-04
*
Change --experimental_oom_more_eagerly_threshold default to 100, so that it i...
Janak Ramakrishnan
2016-03-31
*
Don't try to clean up (and potentially exit with minor IOException exit code)...
Janak Ramakrishnan
2016-03-31
*
experimental UI: present SUBCOMMANDS in the scroll-back buffer
Klaus Aehlig
2016-03-31
*
Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...
Luis Fernando Pino Duque
2016-03-31
*
Rollback of commit 044adedc70de040475443e52eb1a3c692159790e
Googler
2016-03-31
*
Only break lines if cursor motion is in use
Klaus Aehlig
2016-03-31
*
Signal that the help command does not build
Klaus Aehlig
2016-03-31
*
Move BlazeRuntime.initCommand to BlazeWorkspace.
Ulf Adams
2016-03-30
*
Move most of the workspace-handling code from BlazeRuntime to a new class.
Ulf Adams
2016-03-30
*
Move most BlazeRuntime methods related to workspace directories to CommandEnv.
Ulf Adams
2016-03-30
*
Signal that clean does not build
Klaus Aehlig
2016-03-30
*
Move the BuildView creation to BuildTool, the only remaining user.
Ulf Adams
2016-03-30
*
Delay BuildView creation in CommandEnvironment until beforeCommand().
Ulf Adams
2016-03-30
*
Make the ProjectFileSupport stateless; pass in required parameter when called.
Ulf Adams
2016-03-30
*
Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.
Ulf Adams
2016-03-30
*
experimental UI: don't update progress bar after build for INFO
Klaus Aehlig
2016-03-30
[next]