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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
standalone
Commit message (
Expand
)
Author
Age
*
Simplify BinTools setup for integration tests
ulfjack
2018-02-09
*
Plumb exec root through to all spawn runners.
tomlu
2018-01-11
*
Add ActionKeyContext to Action#getKey.
tomlu
2017-11-29
*
Clean up ExecutionRequirements
ulfjack
2017-11-29
*
Return SpawnResults using a List instead of a Set.
ruperts
2017-11-21
*
Thread FileSystem through to a single Path#delete call site.
tomlu
2017-10-30
*
More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...
ruperts
2017-10-07
*
Disable testCommandHonorsEnvironment on MacOS for now
ulfjack
2017-09-29
*
Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...
janakr
2017-09-14
*
More BUILD file refactorings.
philwo
2017-09-06
*
AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures
ulfjack
2017-08-11
*
Extract a common AbstractSpawnStrategy parent class
ulfjack
2017-07-24
*
Add ActionInputPrefetcher to ActionExecutionContext
ulfjack
2017-07-24
*
Move ActionInputPrefetcher to the actions package
ulfjack
2017-07-21
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Extract the MacOS/XCode env rewrite logic into lib.exec.apple
ulfjack
2017-06-13
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
kchodorow
2017-05-23
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
*
Symlink output directories to the correct directory name
kchodorow
2017-03-31
*
Rationalize local resource acquisition
Ulf Adams
2017-03-03
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Add a flag to print the effective (Spawn)ActionContexts for debugging.
Philipp Wollermann
2017-02-01
*
Move some classes to lib.exec in preparation for layering enforcement
Ulf Adams
2016-12-21
*
Extract the integration setup to a new class IntegrationMock.
Ulf Adams
2016-11-18
*
Remove some more occurences of deprecated getExecRoot() calls
Kristina Chodorow
2016-09-15
*
Add some type arguments to make Bazel compile again.
Lukacs Berki
2016-08-29
*
Add client environment to ActionExecutionContext
Klaus Aehlig
2016-08-26
*
Remove uses of TestConstants.
Ulf Adams
2016-07-14
*
Move more things from TestConstants to AnalysisMock and LoadingMock.
Ulf Adams
2016-07-14
*
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
Dmitry Lomov
2016-07-07
*
Do redirection of stdout / stderr in Java instead of reimplementing it in eve...
Philipp Wollermann
2016-06-30
*
Fixed two Bazel java tests on Windows by using the right native file system
Yun Peng
2016-06-21
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
Migrated remaining tests in devtools/build/lib to JUnit 4.
Florian Weikert
2015-12-03
*
Fix StandaloneSpawnStrategyTest.
Dmitry Lomov
2015-11-30
*
Actually run standalone-tests on mac and linux.
Dmitry Lomov
2015-11-26
*
Open-source StandaloneTests.
Philipp Wollermann
2015-11-25