aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Reintroduce an inconsistency check (albeit, in a weaker form) removed by a pr...Gravatar Nathan Harmata2015-09-30
* Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert the...Gravatar Dave MacLachlan2015-09-30
* Optimize how we mark files read-only upon action completion.Gravatar Eric Fellheimer2015-09-30
* Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int)...Gravatar Nathan Harmata2015-09-30
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Move loadingPhaseRunner from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-30
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Rollback of "Propagates cc_library linkopts attribute to dependent objc_libra...Gravatar Chris Parsons2015-09-30
* Simplify buildingState check in markCleanGravatar Mark Schaller2015-09-30
* Refactor ErrorInfo creation to share single constructorGravatar Michajlo Matijkiw2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Make test setup name public.Gravatar Han-Wen Nienhuys2015-09-30
* Move test setup script up in the hierarchy.Gravatar Han-Wen Nienhuys2015-09-30
* BlazeRuntime.reporter is now null in production.Gravatar Ulf Adams2015-09-30
* Adds the textual_hdrs attribute, which are treated as regular headers but not...Gravatar Googler2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Remove BuildView.packageManager, which was only used for testing.Gravatar Ulf Adams2015-09-30
* BuildView; move the methods around.Gravatar Ulf Adams2015-09-28
* Refactor BuildView; clearly identify the ide_build_info and the testing API.Gravatar Ulf Adams2015-09-28
* Fix broken build under Debian Wheezy.Gravatar Brian2015-09-28
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Move the BuildView over from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-28
* Move the remaining state from BuildView to SkyframeBuildView.Gravatar Ulf Adams2015-09-28
* Remove BuildView.skyframeCacheWasInvalidated.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Give a nice error message on double included files in objc rules.Gravatar Peter Schmitt2015-09-28
* Inject an event handler into the getErrorFreeVisitedPackages call.Gravatar Ulf Adams2015-09-28
* Refactor the LoadingPhaseRunner: create a new TransitivePackageLoader per run.Gravatar Ulf Adams2015-09-28
* Clean up Aspect checks in query tests.Gravatar Eric Fellheimer2015-09-28
* Remove unnecessary env.valuesMissing() call.Gravatar Nathan Harmata2015-09-28
* Make explicit that the SkyframeTransitivePackageLoader needs an EventHandler.Gravatar Ulf Adams2015-09-28
* Use the same method as LoadedPackageProvider.Bridge to look up targets.Gravatar Ulf Adams2015-09-28
* Inject an EventHandler rather than using the one on SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Fix attribute's rule nameGravatar Kristina Chodorow2015-09-28
* Support for a black list of documented rulesGravatar Damien Martin-Guillerez2015-09-28
* Expose proto sources in the Skylark providerGravatar Laurent Le Brun2015-09-28
* Move BuildView.getActionGraph to SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Resolve labels in linkopts against either 'deps' or 'srcs'Gravatar Googler2015-09-28
* Disable include scanning for assembler-without-preprocessor source.Gravatar Googler2015-09-28
* Find the test setup script based on its basename and not its precise exec path.Gravatar Lukacs Berki2015-09-28
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Also ship the linker for LTO backend actions.Gravatar Han-Wen Nienhuys2015-09-28
* Make rules construction more flexible.Gravatar Miguel Alcon Pinto2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use Label.parseAbsolute() to determine whether command line options that can ...Gravatar Lukacs Berki2015-09-25
* Improved error reporting in RuleContext:Gravatar Florian Weikert2015-09-25