aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Move test setup script up in the hierarchy.Gravatar Han-Wen Nienhuys2015-09-30
* Fix a long standing issue where in the presence of '{' or '\' characters in t...Gravatar Miguel Alcon Pinto2015-09-30
* BlazeRuntime.reporter is now null in production.Gravatar Ulf Adams2015-09-30
* Add Android aspect test for non-conforming java package.Gravatar Googler2015-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
* Add Android aspect gen jars test.Gravatar Googler2015-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
* Use EventHandler rather than Reporter where possible inGravatar Han-Wen Nienhuys2015-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
* Simplify PackageFactoryApparatus.Gravatar Han-Wen Nienhuys2015-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
* Port LabelValidatorTest.java to JUnit4.Gravatar Han-Wen Nienhuys2015-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
* Use JUnit4 for skylark tests.Gravatar Han-Wen Nienhuys2015-09-25
* 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
* Do not hardcode the path to genrule-setup.sh in the implementation of genrule.Gravatar Lukacs Berki2015-09-25
* Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict)Gravatar Florian Weikert2015-09-25
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-09-25
* Minor usability fixes for the incremental deployment stub application:Gravatar Lukacs Berki2015-09-25
* Tweak the installation order of split APKs so that there is less logcat spam ...Gravatar Lukacs Berki2015-09-25
* Removed new_file_suffix().Gravatar Florian Weikert2015-09-25
* Add a serialization proxy to RepositoryName instead of PackageIdentifier so t...Gravatar Lukacs Berki2015-09-25
* Clarify contract of EvaluationResult -- the same key can never be present in ...Gravatar Janak Ramakrishnan2015-09-25