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
/
AbstractAction.java
Commit message (
Expand
)
Author
Age
*
If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...
janakr
2017-03-31
*
A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.
Lukacs Berki
2017-03-14
*
Clean up the semantics of input discovering actions a bit by making updateInp...
Lukacs Berki
2017-02-28
*
Remove AbtractAction#getInputsForExtraAction() (the third time).
Lukacs Berki
2017-02-27
*
Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.
Ulf Adams
2017-02-24
*
Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...
Lukacs Berki
2017-02-24
*
Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.
Carmi Grushko
2017-02-20
*
Remove AbstractAction#getInputFilesForExtraAction().
Lukacs Berki
2017-02-03
*
Simplify the Action interface by asking it a set of allowed inputs instead of...
Lukacs Berki
2017-02-02
*
Simplify action input discovery by removing Action#getInputsWhenSkippingInput...
Lukacs Berki
2017-01-31
*
Names of extra-action protos now take into account all aspect names.
Dmitry Lomov
2016-12-16
*
Prune modules when building modules themselves to reduce build times shorten
Googler
2016-12-02
*
Properly handle bazel's output deletion within a write-protected directory.
Kush Chakraborty
2016-11-23
*
Fix up documentation for Actions API
Jon Brandvein
2016-11-18
*
Expose aspect-related information in the extra-action proto that Bazel hands ...
Carmi Grushko
2016-11-11
*
Add experimental flag to stop requiring all transitive modules as inputs.
Googler
2016-10-31
*
[Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.
Jon Brandvein
2016-10-12
*
Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.
Ulf Adams
2016-10-11
*
Add API for individual actions
Jon Brandvein
2016-10-05
*
Update ActionMetadata -> ActionExecutionMetadata references.
Greg Estren
2016-09-28
*
Action#discoverInputs returns an Iterable<Artifact> instead of a
Cal Peyser
2016-08-25
*
Extend Action interface by client variables
Klaus Aehlig
2016-08-24
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Refactor the Event class; always construct through static methods.
Ulf Adams
2016-04-21
*
Add javadoc to AbstractAction.computeKey()
Alex Humesky
2016-04-21
*
Update the documentation for the Action class.
Ulf Adams
2016-04-18
*
Allow actions to specify if extra actions can attach to them.
Janak Ramakrishnan
2016-04-07
*
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
*
Move annotation classes used for referencing framework Java classes from Skyl...
John Field
2015-12-16
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
workers: Restart worker processes when their binary has changed since they we...
Philipp Wollermann
2015-11-05
*
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
*
Cleanup Skylark types some more
Francois-Rene Rideau
2015-09-17
*
Eliminate BuildConfiguration.getShortName().
Lukacs Berki
2015-06-29
*
Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...
Lukacs Berki
2015-06-29
*
Handle exceptions encountered resolving packages during the execution phase
Michajlo Matijkiw
2015-06-10
*
Improve an error message
Francois-Rene Rideau
2015-06-03
*
Add runfiles to metadata caches and make them isFile aware
Michajlo Matijkiw
2015-05-26
*
remove ActionMetadata#getInputCount
Michajlo Matijkiw
2015-03-23
*
Delay updating inputs of an action when processing the action cache until it ...
Janak Ramakrishnan
2015-03-20
*
add baseline functionality for not saving unused artifacts
Michajlo Matijkiw
2015-03-13
*
Return the set of files found when discovering inputs. Skyframe will probably...
Janak Ramakrishnan
2015-03-11
*
Convert ResourceSet ctor calls to factory method
Mark Schaller
2015-02-20
*
Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...
Marian Lobur
2015-02-11
*
Update from Google.
Han-Wen Nienhuys
2015-02-25