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
/
exec
Commit message (
Expand
)
Author
Age
*
Extract a common AbstractSpawnStrategy parent class
ulfjack
2017-07-24
*
SpawnResult: allow signaling catastrophic errors, and compute detail message
ulfjack
2017-07-24
*
Move ActionInputPrefetcher to the actions package
ulfjack
2017-07-21
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Extend the SpawnRunner API
ulfjack
2017-07-17
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
LocalSpawnRunner now always logs as itself
ulfjack
2017-07-14
*
remote: Don't cache test if marked "external". Fixes #3362
buchgr
2017-07-14
*
Rewrite all the sandbox strategy implementations
ulfjack
2017-07-12
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Pass an EventHandler to OutputService.startBuild
ulfjack
2017-07-11
*
BEP: Report test warnings
aehlig
2017-07-10
*
Cache flaky tests (remove the cachable flag from test result data)
ulfjack
2017-07-07
*
Simplify the ActionInputFileCache
ulfjack
2017-07-06
*
Add ActionEnvironment, which is a wrapper class for a fixed+inherited env
ulfjack
2017-06-28
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Use getopt to parse process-wrapper's command-line.
philwo
2017-06-22
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Fix local execution to not throw an exception
ulfjack
2017-06-14
*
Extract the MacOS/XCode env rewrite logic into lib.exec.apple
ulfjack
2017-06-13
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Add some tests to the LocalSpawnRunner, and make some small tweaks
ulfjack
2017-06-08
*
Switch to correct runfiles directory when running python test on Windows
Yun Peng
2017-06-08
*
Extend the SpawnResult interface to cover more use cases
ulfjack
2017-06-07
*
Add a tag to ExecutionRequirements that allows disabling local prefetch
ulfjack
2017-06-06
*
Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.
Googler
2017-05-26
*
Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.
cpeyser
2017-05-23
*
Do not retain transitive data in AndroidLocalTestBase.
Googler
2017-05-15
*
use a relative path to build-runfiles
Benjamin Peterson
2017-05-15
*
Replace constants (static final CONSTANT_CASE) declaration type which use the...
Googler
2017-05-08
*
Set the local CPU reservation for tests based on their "cpu:<n>" tag.
philwo
2017-05-03
*
Bazel: Fix wrong test count shown for failing tests.
philwo
2017-04-24
*
Make the test tmp directory name deterministic
ulfjack
2017-04-24
*
Implement logging in LocalSpawnRunner
ulfjack
2017-04-18
*
Simplify LocalSpawnRunner
ulfjack
2017-04-18
*
Split out option usage restriction from option category.
ccalvarin
2017-04-18
*
Fix the SpawnInputExpander to compute the manifest path correctly
ulfjack
2017-04-10
*
LocalSpawnRunner: on Windows, don't use the process wrapper for now
ulfjack
2017-04-07
*
Open source LocalSpawnRunner
ulfjack
2017-04-07
*
Expand the SpawnRunner/SpawnResult interfaces to cover more functionality
ulfjack
2017-04-06
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Extract a SpawnRunner interface
ulfjack
2017-04-04
*
Add option to disable critical path computation in Bazel. While this informat...
janakr
2017-03-31
*
Also report starting times of test actions
aehlig
2017-03-31
*
Clone the remote execution implementation into a new class
ulfjack
2017-03-29
*
BEP: Use TestStatus enum to report the status of a TestResult
Jakob Buchgraber
2017-03-23
*
Partial rollback of commit dd142c93fd4939aaec30726f275644ca9446fea2.
Philipp Wollermann
2017-03-22
*
Fix linux sandbox to create empty files correctly.
Ulf Adams
2017-03-22
[next]