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
/
actions
Commit message (
Expand
)
Author
Age
*
Add ActionInputPrefetcher to ActionExecutionContext
ulfjack
2017-07-24
*
Move ActionInputPrefetcher to the actions package
ulfjack
2017-07-21
*
Fix string representation for the Root class
vladmos
2017-07-19
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, in
cpeyser
2017-07-17
*
remote: Don't cache test if marked "external". Fixes #3362
buchgr
2017-07-14
*
BEP: Report configuration for all actions
Klaus Aehlig
2017-07-14
*
Rewrite all the sandbox strategy implementations
ulfjack
2017-07-12
*
Make SkylarkValue instances mutable by default
vladmos
2017-07-11
*
Update documentation on ctx.actions.declare_directory and File.
dslomov
2017-07-10
*
Fix memory regression from CL/160891204.
tomlu
2017-07-10
*
Clean up string representations for artifacts
vladmos
2017-07-10
*
Simplify the ActionInputFileCache
ulfjack
2017-07-06
*
Allow the remote server to set its own default action timeout when Bazel does...
olaola
2017-07-05
*
Update SpawnAction to take an ActionEnvironment
ulfjack
2017-07-05
*
Also provide the configuration id of executed actions
Klaus Aehlig
2017-07-05
*
Implement ctx.actions.expand_template.
dslomov
2017-07-05
*
Migrate tests to ctx.actions.run/run_shell.
dslomov
2017-07-05
*
Refactor Printer
vladmos
2017-07-03
*
Introduce ctx.actions.write in place of ctx.file_action.
dslomov
2017-06-30
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...
janakr
2017-06-30
*
Add ActionEnvironment, which is a wrapper class for a fixed+inherited env
ulfjack
2017-06-28
*
Add 'ctx.actions' and implement 'ctx.action.declare_file'.
dslomov
2017-06-27
*
Make Metadata an interface for FileArtifactValue
ulfjack
2017-06-26
*
Make Metadata fields private
ulfjack
2017-06-22
*
ActionMetadataHandler: proper metadata even for the volatile workspace status
ulfjack
2017-06-21
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Close file handles in ActionCache before bazel clean
Yun Peng
2017-06-19
*
Don't create the same String/ImmutableMap over and over again.
twerth
2017-06-09
*
Add a tag to ExecutionRequirements that allows disabling local prefetch
ulfjack
2017-06-06
*
Move ExecutionRequirements to the lib.actions package
ulfjack
2017-06-06
*
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
kchodorow
2017-05-23
*
Add a custom interface for cache hit processing in actions
ulfjack
2017-05-10
*
Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.
ulfjack
2017-05-09
*
Add a custom interface for cache hit processing in actions
ulfjack
2017-05-09
*
Change FileContentsProxy to use ctime instead of mtime
ulfjack
2017-05-09
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
*
Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.
nharmata
2017-05-03
*
Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.
dmarting
2017-05-02
*
Only allocate some formerly frequently allocated PathFragment objects once.
nharmata
2017-05-02
*
Rewrite repository lookup to return a failed value rather than throw
ulfjack
2017-04-20
*
Make immutability explicit for things exposed to Skylark.
dslomov
2017-04-12
*
BEP: Extend infrastructure to allow reporting artifacts only once
Klaus Aehlig
2017-04-07
*
Move the chmod call from SkyframeActionExecutor to ActionMetadataHandler
ulfjack
2017-04-07
*
Explicitly document the state transition on MetadataHandler
ulfjack
2017-04-06
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
BEP: provide events a generic converter class
aehlig
2017-04-04
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
[next]