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
/
BlazeModule.java
Commit message (
Expand
)
Author
Age
*
Remove some unnecessary params.
nharmata
2018-04-02
*
Big round of sandbox fixes / performance improvements.
Philipp Wollermann
2018-03-26
*
Add a DefaultBuildOptions specifying default build flags that may differ from...
mjhalupka
2018-03-22
*
Refactor the FileSystem API to allow for different hash functions.
buchgr
2017-11-30
*
Fix typo in BlazeModule#blazeShutdown javadoc.
ajmichael
2017-11-02
*
Thread FileSystem through to a single Path#delete call site.
tomlu
2017-10-30
*
More BUILD file refactorings.
philwo
2017-09-06
*
Move OutputService to lib.skyframe
ulfjack
2017-08-11
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Merge handleOptions into beforeCommand
ulfjack
2017-07-17
*
BlazeModule.workspaceInit: also pass the BlazeRuntime to the call
ulfjack
2017-06-14
*
Simplify BlazeModule.beforeCommand
ulfjack
2017-06-14
*
Extend BlazeModule to support listening to the console output
Klaus Aehlig
2017-04-28
*
Add repository override option
kchodorow
2017-04-20
*
Merge the action input prefetcher into the ExecutorBuilder.
Ulf Adams
2017-01-13
*
Move some classes to lib.exec in preparation for layering enforcement
Ulf Adams
2016-12-21
*
Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.
Ulf Adams
2016-11-02
*
Move createActionCache to ExecutorBuilder.
Ulf Adams
2016-11-02
*
Refactor the module API to use the builder pattern for executor creation.
Ulf Adams
2016-11-02
*
Support per-module shutdown code on crash.
Julio Merino
2016-10-17
*
Enable Bazel commands to exit at any time.
Michael Staib
2016-10-05
*
Move the query output formatters to ServerBuilder.
Ulf Adams
2016-08-29
*
Move QueryFunctions and InfoItems to ServerBuilder.
Ulf Adams
2016-08-29
*
Add a framework for prefetching input files (in case they come from remote fi...
Philipp Wollermann
2016-08-25
*
Drop BlazeModule.getOptionCategories, it's never used.
Ulf Adams
2016-08-19
*
Improve BlazeModule documentation.
Ulf Adams
2016-08-18
*
Remove the outputPath parameter from BlazeModule.getFileSystem.
Ulf Adams
2016-08-10
*
Pass in the command options to BlazeModule.getCoverageReportFactory.
Ulf Adams
2016-08-10
*
Split BlazeDirectories into two classes.
Ulf Adams
2016-08-09
*
Add a ServerBuilder, and use that in the module API.
Ulf Adams
2016-07-07
*
Rewrite workspace creation to use a builder class.
Ulf Adams
2016-07-05
*
Split BlazeModule.getCommandOptions into two; unify all implementations.
Ulf Adams
2016-06-23
*
Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...
Nathan Harmata
2016-06-07
*
Allow BlazeModules to expose a helper that PackageFactory will use for creati...
Nathan Harmata
2016-05-27
*
Allow modules to inject a custom AttributeContainer.
Janak Ramakrishnan
2016-05-12
*
Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.
Damien Martin-Guillerez
2016-05-06
*
Allow modules to inject a custom AttributeContainer.
Janak Ramakrishnan
2016-05-04
*
Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...
Luis Fernando Pino Duque
2016-05-03
*
Remove documentation for "abi" and "abi_deps".
Greg Estren
2016-05-03
*
Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.
Ulf Adams
2016-04-13
*
Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...
Nathan Harmata
2016-03-21
*
Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...
Luis Fernando Pino Duque
2016-02-25
*
Don't treat external files as immutable
Kristina Chodorow
2015-12-08
*
Open source SkyframeLabelVisitorTest.
Han-Wen Nienhuys
2015-11-04
*
Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...
Lukacs Berki
2015-10-09
*
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
*
Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace.
Ulf Adams
2015-09-21
*
Remove the now-unused BlazeModule.beforeCommand variant.
Ulf Adams
2015-09-17
*
Change checkRuntime to take a CommandEnvironment instead.
Ulf Adams
2015-09-16
[next]