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
/
runtime
Commit message (
Expand
)
Author
Age
*
Refactor HelpCommand by applying the visitor pattern to iterate over Bazel op...
fwe
2017-09-01
*
BEP: Rename enum entry
aehlig
2017-09-01
*
Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...
Googler
2017-09-01
*
Move caching of OptionDefinitions to be static, and remove uncached extractio...
ccalvarin
2017-09-01
*
Split the cycle between vfs and profiler.
philwo
2017-08-31
*
Remove reference to 'blaze'
hlopko
2017-08-31
*
Remind user of the --experimental_allow_project_files flag when they try usin...
Googler
2017-08-31
*
In terse test_summary, skip no-status tests
Klaus Aehlig
2017-08-30
*
Move default value & converter finding logic to the OptionDefinition class.
ccalvarin
2017-08-30
*
BEP: add tool_tag explicitly
Klaus Aehlig
2017-08-30
*
Ensure our "Another command is running" messages hold realistic PIDs.
jmmv
2017-08-28
*
Allow CommandLine expansion to throw an exception.
tomlu
2017-08-24
*
Annotate CriticalPathComputer's Subscriber methods with @AllowConcurrentEvent...
nharmata
2017-08-24
*
Support print_action command in Bazel.
Googler
2017-08-24
*
Add OptionDefinition layer between the @Option annotation and its fields and ...
ccalvarin
2017-08-22
*
Add Skylark flags as common command options
brandjon
2017-08-18
*
Add the command option --experimental_oom_more_eagerly_threshold. This will r...
janakr
2017-08-16
*
Send Bazel startup options to server.
ccalvarin
2017-08-16
*
Introduce a new SpawnCache API; add a RemoteSpawnCache implementation
ulfjack
2017-08-14
*
Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...
gregce
2017-08-11
*
Make the print function output debug messages
vladmos
2017-08-11
*
Move OutputService to lib.skyframe
ulfjack
2017-08-11
*
Set correct output_path for bazel info
Googler
2017-08-11
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Move extra action stuff to analysis.extra
ulfjack
2017-08-10
*
Rewrite the Command API
ulfjack
2017-08-10
*
BEP: expose the number of cached test action in the summary
Klaus Aehlig
2017-08-02
*
BEP: do not generate test summaries for broken tests
Klaus Aehlig
2017-08-02
*
Only report progress after a build has started.
Benjamin Peterson
2017-07-31
*
expunge_async: add comment about MacOS feasibility
laszlocsomor
2017-07-26
*
Return exit code SUCCESS when there are only skipped and passing tests.
Googler
2017-07-25
*
Remove superfluous resetEvaluator() call in setupPackageCache(). If necessary...
felly
2017-07-25
*
PiperOrigin-RevId: 162907213
ulfjack
2017-07-24
*
Make isRunning protected.
janakr
2017-07-21
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Do not use process-wrapper in RunCommand on Windows.
Philipp Wollermann
2017-07-18
*
Merge handleOptions into beforeCommand
ulfjack
2017-07-17
*
experimental UI: keep console updated till the end
Klaus Aehlig
2017-07-14
*
experimentalUI: agressively buffer
Klaus Aehlig
2017-07-14
*
Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/bl...
janakr
2017-07-13
*
Making mobile-install v2 compatible with ASwB plugin
Googler
2017-07-12
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
BuildEventWithConfiguration: represent configurations as BuildEvent
Klaus Aehlig
2017-07-11
*
Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.
Googler
2017-07-11
*
BEP: Positively identify the last message
Klaus Aehlig
2017-07-10
*
Look at stderr for terminal detection.
Googler
2017-07-10
*
Move CommandEnvironment creation and beforeCommand call after options parsing
ulfjack
2017-07-07
*
Create top-level configs dynamically: period.
gregce
2017-07-06
*
Add configuration to terminal test summary, if needed
aehlig
2017-07-05
*
Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...
laurentlb
2017-07-03
[next]