aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Basic Java documentation of Skylark AnnotationsGravatar Damien Martin-Guillerez2016-06-09
* Fix typos and grammar.Gravatar Julio Merino2016-06-09
* Turn --legacy_external_runfiles back on by defaultGravatar Damien Martin-Guillerez2016-06-09
* Add missing actions to dependency_file featureGravatar Yun Peng2016-06-09
* Remove a reference to targetConfiguration from BuildProgressPublisher in prep...Gravatar Lukacs Berki2016-06-09
* experimental ui: not only report errors, but also failures immediatelyGravatar Klaus Aehlig2016-06-09
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* Remove --java_launcher_javatest_migrationGravatar Liam Miller-Cushon2016-06-09
* More refactor work on single-/multi- architecture accessor methods of AppleCo...Gravatar Chris Parsons2016-06-09
* Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the a...Gravatar Chris Parsons2016-06-09
* Return a JavaCompilationArgs instead of JavaCompilationArtifacts from JavaLib...Gravatar Carmi Grushko2016-06-08
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Simplify ConfiguredTargetValue to get the actions from its superclass.Gravatar Googler2016-06-08
* Stop catching OutOfMemoryErrors when evaluating Skylark BuiltinFunctions.Gravatar Florian Weikert2016-06-08
* fixed use_testrunner docGravatar ittaiz2016-06-08
* ExperimentalEventHandler: fix off-by-one errorGravatar Klaus Aehlig2016-06-08
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* Sets default shell executable for windows to msys64 bash.exe path becauseGravatar Googler2016-06-08
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* Don't keep the full java.util.HashMap produced when checking for conflictingGravatar Googler2016-06-07
* Allow flags to be applied to an action using an action_config. A flag set onGravatar Cal Peyser2016-06-07
* Implement missing IDE skylark aspect functionality.Gravatar Googler2016-06-07
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* ErrorProne (http://errorprone.info/) suggested fixes for PackageFactory.Gravatar Nathan Harmata2016-06-07
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07
* Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...Gravatar Nathan Harmata2016-06-07
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9.Gravatar Lukacs Berki2016-06-06
* Create the output directory when invoking repository_ctx.download_and_extractGravatar Damien Martin-Guillerez2016-06-06
* repository_ctx.execute: execute from the external repository root and allow t...Gravatar Damien Martin-Guillerez2016-06-06
* Skylark: callback functions can now explicitly specify their required attribu...Gravatar Florian Weikert2016-06-06
* Remove redirect chasing from AndroidConfiguration.Loader.Gravatar Lukacs Berki2016-06-06
* Inline JavaLibraryHelper.Info.Gravatar Carmi Grushko2016-06-06
* Remove emitProviders and simplify JavaLibraryHelper to take JavaCompilationAr...Gravatar Carmi Grushko2016-06-06
* Add @loader_path to -rpath for xctest targets.Gravatar Dmitry Shevchenko2016-06-06
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Delete the legacy global function 'provider'.Gravatar Laurent Le Brun2016-06-03
* Add resource_jar to android_studio_info.proto.Gravatar Googler2016-06-03
* Clarify documentation of why glob() does not apply to generated files.Gravatar Googler2016-06-03
* Don't create CommandCompleteEvent for OOMs ahead of time. Its super-construct...Gravatar Janak Ramakrishnan2016-06-03
* --Gravatar Googler2016-06-03
* Add support for more augmented-assignment operators.Gravatar Googler2016-06-03
* experimental UI: when showing the last test, color-code its stateGravatar Klaus Aehlig2016-06-03
* Update j2objc targets referenced by Bazel rules.Gravatar Googler2016-06-02
* Add java_toolchain to IDE aspect output.Gravatar Googler2016-06-02