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
*
Convert ActionContextProvider to an abstract class. This gets rid of a lot of...
Philipp Wollermann
2015-06-18
*
Fix a bug in the ActionCacheChecker where the code that intended to remove ou...
Philipp Wollermann
2015-06-15
*
Introduce CompositeRunfilesSupplier
Michajlo Matijkiw
2015-06-15
*
Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...
Eric Fellheimer
2015-06-15
*
Handle exceptions encountered resolving packages during the execution phase
Michajlo Matijkiw
2015-06-10
*
Bugfix: We must use a case-insensitive TreeMap here so that differently cased...
Philipp Wollermann
2015-06-10
*
Improve an error message
Francois-Rene Rideau
2015-06-03
*
Skylark: File object can now retrieve dirname/basename.
Googler
2015-05-27
*
Add runfiles to metadata caches and make them isFile aware
Michajlo Matijkiw
2015-05-26
*
Fix doc for CompactPersistentActionCache.validateIntegrity
Mark Schaller
2015-05-18
*
Allow globs to be used outside of the skyframe package.
Janak Ramakrishnan
2015-05-15
*
Make Spawns runfiles aware
Michajlo Matijkiw
2015-05-15
*
Unconditionally disallow path fragments with up-level references
Janak
2015-05-05
*
Adding additional logging that would have been useful when debugging issue #152.
Janak
2015-05-05
*
Enables BlazeModule to return multiple ActionContextProviders and ActionConte...
Googler
2015-04-23
*
Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...
Janak Ramakrishnan
2015-04-14
*
Pick default resources based on the Runtime.maxMemory and
Han-Wen Nienhuys
2015-04-14
*
Remove autosense logic.
Han-Wen Nienhuys
2015-04-14
*
Make Artifacts be compared to each other based on their exec paths (and not t...
Lukacs Berki
2015-04-13
*
Remove BuilderUtils#rethrowCause(...)'s vestigial bits
Michajlo Matijkiw
2015-04-08
*
Mostly-automated roll-forward to return ActionInput objects from the ActionIn...
Janak Ramakrishnan
2015-04-06
*
Catch action conflicts in the same target during configured target analysis, ...
Janak Ramakrishnan
2015-03-30
*
Resolve inputs that were stored in action cache ahead of time so metadata for...
Janak Ramakrishnan
2015-03-30
*
Move action-cache updating to inside ActionExecutionFunction, in preparation ...
Janak Ramakrishnan
2015-03-30
*
Add functionality to discard orphaned binaries and middlemen.
Michajlo Matijkiw
2015-03-25
*
Use a single critical path component in case of shared actions that run concu...
Miguel Alcon Pinto
2015-03-23
*
remove ActionMetadata#getInputCount
Michajlo Matijkiw
2015-03-23
*
Don't print out action cache if it has more than 1000 entries. This prevents ...
Janak Ramakrishnan
2015-03-23
*
Rolling back change because of subtle race condition when multiple actions in...
Janak Ramakrishnan
2015-03-20
*
Description redacted.
Janak Ramakrishnan
2015-03-20
*
Delay updating inputs of an action when processing the action cache until it ...
Janak Ramakrishnan
2015-03-20
*
Return ActionInput objects from the ActionInputFileCache when given a digest ...
Janak Ramakrishnan
2015-03-16
*
Simplify BuildConfiguration to make it cheaper to create more instances.
Ulf Adams
2015-03-16
*
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
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Add --local_test_jobs to limit local test concurrency
Mark Schaller
2015-02-25
*
Convert ResourceSet ctor calls to factory method
Mark Schaller
2015-02-20
*
Lots of comments, clarification and correction in Skylark docs.
Laszlo Csomor
2015-02-16
*
Introduce a PackageBoundaryMode enum to FilesetTraversalParams.
Laszlo Csomor
2015-02-12
*
Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...
Marian Lobur
2015-02-11
*
Small code cleanups.
Ulf Adams
2015-02-06
*
Update from Google.
Han-Wen Nienhuys
2015-02-25