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
/
skyframe
Commit message (
Expand
)
Author
Age
*
Extract common logic for detecting action and artifact prefix conflicts.
Rumou Duan
2016-04-19
*
Change misleading warning when an error is encountered while loading a target...
Janak Ramakrishnan
2016-04-19
*
Tolerate NoSuchPackageException when processing subdirectories.
Janak Ramakrishnan
2016-04-18
*
Fix SkyQuery bug where we weren't respecting the package blacklist. We do thi...
Nathan Harmata
2016-04-18
*
Inject the BlazeDirectories in SkyframeExecutor.
Ulf Adams
2016-04-15
*
Fix compiler warning due to lack of generic parameter.
Nathan Harmata
2016-04-15
*
Fix JDK 7 build of Bazel
Damien Martin-Guillerez
2016-04-14
*
Introduce TreeFileArtifact, which represents files under TreeArtifacts.
Rumou Duan
2016-04-14
*
Make preprocessor modules mostly stateless; pass in the directories instead.
Ulf Adams
2016-04-12
*
Remove some dead code.
Ulf Adams
2016-04-12
*
Fix missing format specifier.
Googler
2016-04-12
*
Batch package and subdirectory requests -- might as well avoid serializing re...
Janak Ramakrishnan
2016-04-12
*
Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileExceptio...
Googler
2016-04-12
*
SkyframeExecutor: Raise an event at the beginning of the loading phase
Klaus Aehlig
2016-04-07
*
SkyframeExecutor: use a LoadingProgressReceiver during loading phase
Klaus Aehlig
2016-04-07
*
Add a LoadingProgressReceiver class
Klaus Aehlig
2016-04-07
*
Remove SkylarkAspectClass.getDefintion.
Dmitry Lomov
2016-04-07
*
Remove AspectClass.getDefinition
Dmitry Lomov
2016-04-07
*
Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...
Lukacs Berki
2016-04-07
*
Remove Aspect field from AspectKey.
Dmitry Lomov
2016-04-07
*
Use the correct Aspect in AspectFunction for Skylark aspects.
Dmitry Lomov
2016-04-07
*
Reimplement the configuration sanity check as a per-fragment check.
Ulf Adams
2016-03-31
*
Make C++ autoconfigured toolchain the default for Linux and OS X.
Damien Martin-Guillerez
2016-03-31
*
Provide descriptive error messages on external mutable source files encounter...
Googler
2016-03-29
*
Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...
Nathan Harmata
2016-03-25
*
Improve class Javadoc of DirectoryListingValue.
Nathan Harmata
2016-03-24
*
Move TimestampGranularityMonitor to CommandEnvironment.
Ulf Adams
2016-03-23
*
Make labels in .bzl files in remote repos resolve relative to their repo
Kristina Chodorow
2016-03-21
*
Remove the WalkableGraphFactory#afterUse hook, which was only called in SkyQu...
Nathan Harmata
2016-03-21
*
Allow PackageRootResolver to take in directories for findPackageRoots().
Alex Humesky
2016-03-18
*
Add detection of WORKSPACE cycles due to load statements
Damien Martin-Guillerez
2016-03-18
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c07...
Nathan Harmata
2016-03-17
*
Roll-forward of commit 4bf0018ed1cf8616297b951dc03dbde3f0db2503 with code to ...
Janak Ramakrishnan
2016-03-15
*
Ensure that errors from a mismatch between include scanning and local executi...
Janak Ramakrishnan
2016-03-09
*
Document subclasses of PackageLookupValue
Michajlo Matijkiw
2016-03-08
*
Fix hypothetical bug when querying for packages in bulk. We were assuming all...
Eric Fellheimer
2016-03-08
*
Implement equals and hashcode for PrepareDepsOfPatternsValue
Michajlo Matijkiw
2016-03-08
*
--
Janak Ramakrishnan
2016-03-08
*
Include the file count in ChangedFilesMessage.
Philipp Wollermann
2016-03-04
*
Use static creation method for SkyKey. This allows interning SkyKeys as they ...
Janak Ramakrishnan
2016-03-03
*
Always trim the BuildOptions; we've resolved the LIPO issue.
Ulf Adams
2016-03-02
*
Use two configurations for AspectKeys.
Michael Staib
2016-03-01
*
Parallelize fetches of symlink file values, subdirectory globs, and subdirect...
Janak Ramakrishnan
2016-03-01
*
Little refactorings on resource management stuff:
Philipp Wollermann
2016-02-28
*
Pass the source path -> Artifact mapping into FdoSupport from a provider inst...
Lukacs Berki
2016-02-28
*
Update the glob documentation to reflect a semantic change made a very long t...
Nathan Harmata
2016-02-25
*
Fix the --loading_phase_threads to work during "blaze build". Previously and ...
Eric Fellheimer
2016-02-23
*
Fix blatant bug with Skyframe globbing where we incorrectly allow dangling sy...
Nathan Harmata
2016-02-23
*
Fixes NullPointerException in pkgcaches_test on ci.bazel.io
Damien Martin-Guillerez
2016-02-16
[next]