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
/
actions
/
util
Commit message (
Expand
)
Author
Age
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
--
Luis Fernando Pino Duque
2017-03-22
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
*
Convert --use_action_cache to a regular option
Googler
2017-03-01
*
Clean up the semantics of input discovering actions a bit by making updateInp...
Lukacs Berki
2017-02-28
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Skip computing digests when --use_action_cache=false.
Googler
2017-02-16
*
Simplify the Spawn interface, update Executor interface
Ulf Adams
2017-02-01
*
Names of extra-action protos now take into account all aspect names.
Dmitry Lomov
2016-12-16
*
Expose aspect-related information in the extra-action proto that Bazel hands ...
Carmi Grushko
2016-11-11
*
Migrate ActionOwner to @AutoValue.
Carmi Grushko
2016-11-10
*
Refactor exception handling in SandboxStrategy.
Philipp Wollermann
2016-10-27
*
Add some type arguments to make Bazel compile again.
Lukacs Berki
2016-08-29
*
Add client environment to ActionExecutionContext
Klaus Aehlig
2016-08-26
*
Action#discoverInputs returns an Iterable<Artifact> instead of a
Cal Peyser
2016-08-25
*
Avoid copying SkyKeys into a set and then into a map when retrieving them. In...
Janak Ramakrishnan
2016-08-23
*
Drive-by cleanup to remove unnecessary function from the ActionCache interface.
Shreya Bhattarai
2016-08-10
*
Skyframe changes to support SpawnActionTemplate.
Rumou Duan
2016-06-07
*
CommandLine: Add support for tree artifact expansions.
Rumou Duan
2016-05-19
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Make ActionOwner a final class, since all non-test implementations were basic...
Janak Ramakrishnan
2016-03-21
*
Little refactorings on resource management stuff:
Philipp Wollermann
2016-02-28
*
Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...
Alex Humesky
2016-02-26
*
Add the names of the mandatory inputs to the action key for actions that disc...
Lukacs Berki
2016-02-22
*
Rollback of commit a0eefb52f529b73c6cb92f0a762853646ea2eae6.
Googler
2016-02-11
*
Rollback of commit df03e10f6552566982399b8779fe7bc7a17d75dc.
Michajlo Matijkiw
2016-02-11
*
Make unpredictable action inputs and outputs available to Actions.
Michael Thvedt
2016-02-10
*
Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...
Michael Thvedt
2016-02-09
*
Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...
Philipp Wollermann
2016-02-03
*
Improve space efficiency of Blaze action cache: For actions that don't perfor...
Eric Fellheimer
2016-01-22
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Presize some collections at the core of ParallelEvaluator
Michajlo Matijkiw
2015-08-31
*
Eliminate BuildConfiguration.getShortName().
Lukacs Berki
2015-06-29
*
Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...
Lukacs Berki
2015-06-29
*
Allow globs to be used outside of the skyframe package.
Janak Ramakrishnan
2015-05-15
*
Return the set of files found when discovering inputs. Skyframe will probably...
Janak Ramakrishnan
2015-03-11
*
Some more cleanup.
Ulf Adams
2015-03-10
*
Convert ResourceSet ctor calls to factory method
Mark Schaller
2015-02-20
*
Update from Google.
Han-Wen Nienhuys
2015-02-25