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
/
pkgcache
Commit message (
Expand
)
Author
Age
*
Remove categories from Bazel options.
ccalvarin
2018-03-28
*
Fix toolchain and execution platform registration to use patterns.
John Cater
2018-03-12
*
Deletes CODEC fields now that they are no longer needed.
shahan
2018-02-28
*
Integrates CodecScanner into SkyValueEncoder.
shahan
2018-02-23
*
Fix incorrect warning on negative test lang filter flags.
janakr
2018-02-14
*
BEP: assert event orderings explicitly
Klaus Aehlig
2018-02-12
*
Fix error handling in skyframe target pattern parsing
ulfjack
2018-02-02
*
Add codecs for SkyKeys that are needed for null build.
janakr
2018-01-24
*
Add codec for TestFilter, and clean up some things: use java.util.function.Pr...
janakr
2018-01-22
*
Introduce Root class.
tomlu
2018-01-17
*
Implement --(no)expand_test_suites flag.
dslomov
2017-12-13
*
Expose utility method in PathPackageLocator for inserting workspace name.
janakr
2017-12-06
*
Fix getBuildFiles to not assume BUILD is the name of the build file.
John Cater
2017-12-04
*
Minor fixes to spacing in help messages
Mike Morearty
2017-11-29
*
Update PathPackageLocator to take a list of potential build file names,
John Cater
2017-11-28
*
Remove the hardcoded exclusion of the top-level //experimental directory. Thi...
nharmata
2017-11-21
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Fix bug where all three implementations of RecursivePackageProvider#getPackag...
nharmata
2017-10-31
*
Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAME
ulfjack
2017-10-27
*
Enable experimental UI by default.
twerth
2017-10-18
*
Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...
nharmata
2017-07-26
*
Refactor TargetPatternPhaseFunction
ulfjack
2017-07-19
*
Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...
nharmata
2017-07-19
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Remove ParseFailureListener in favor of posting to EventBus directly
ulfjack
2017-07-18
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targets
Googler
2017-06-27
*
experimental_skyframe_target_pattern_evaluator: Use UNDOCUMENTED instead of H...
philwo
2017-06-09
*
Expose the target map from Package.
carmi
2017-05-19
*
BEP: report configurations for targets
Klaus Aehlig
2017-05-09
*
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
*
Split out option usage restriction from option category.
ccalvarin
2017-04-18
*
Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...
felly
2017-04-18
*
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
*
Add "--build_manual_tests" options that forces manual tests to be built.
dslomov
2017-04-04
*
Remove some unused bookkeeping things about the no-longer-existent PackageCache.
nharmata
2017-03-31
*
Improve query error msg when a package has a broken Skylark load
Mark Schaller
2017-03-12
*
Global cleanup change.
Googler
2017-03-09
*
Clean up event bus
Klaus Aehlig
2017-02-27
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Remove type checking requirement from AttributeMap.has.
Greg Estren
2017-02-15
*
Remove dead code - unused method in PackageManager interface
Ulf Adams
2017-02-09
*
Remove dead code in SkyframeLabelVisitor
Ulf Adams
2017-02-07
*
Support mapping of Paths to URIs
Klaus Aehlig
2017-01-18
*
Make build events correctly report target expansion
Klaus Aehlig
2016-12-05
[next]