aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
Commit message (Expand)AuthorAge
* Move the profiler setup earlier in the startup.Gravatar twerth2018-06-20
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Remove BlazeModule.checkEnvironmentGravatar ulfjack2018-06-13
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Internal changeGravatar dannark2018-04-04
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Fix typo in BlazeModule#blazeShutdown javadoc.Gravatar ajmichael2017-11-02
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Extend BlazeModule to support listening to the console outputGravatar Klaus Aehlig2017-04-28
* Add repository override optionGravatar kchodorow2017-04-20
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.Gravatar Ulf Adams2016-11-02
* Move createActionCache to ExecutorBuilder.Gravatar Ulf Adams2016-11-02
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Support per-module shutdown code on crash.Gravatar Julio Merino2016-10-17
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Move the query output formatters to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Move QueryFunctions and InfoItems to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Improve BlazeModule documentation.Gravatar Ulf Adams2016-08-18
* Remove the outputPath parameter from BlazeModule.getFileSystem.Gravatar Ulf Adams2016-08-10
* Pass in the command options to BlazeModule.getCoverageReportFactory.Gravatar Ulf Adams2016-08-10
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Remove documentation for "abi" and "abi_deps".Gravatar Greg Estren2016-05-03
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...Gravatar Lukacs Berki2015-10-09