aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Initialize JavaCommon.sources eagerly, rather than in initCommon().Gravatar Ulf Adams2016-02-24
* Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This inc...Gravatar Googler2016-02-24
* Simplify plmerge getting rid of command line options that are no longer used.Gravatar Dave MacLachlan2016-02-24
* Changes to crosstool_config.proto to support dsym debug symbol and breakpad f...Gravatar Cal Peyser2016-02-23
* Enable testJavaPlugin for Skylark intellij_info aspect.Gravatar Dmitry Lomov2016-02-23
* Have xcode action wrappers use $TMPDIR if using mktempGravatar Googler2016-02-23
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Remove current directory from PATH values.Gravatar Julio Merino2016-02-23
* Support "mandatoryProvidersList" in Skylark and added necessary testsGravatar Yun Peng2016-02-23
* Remove last non-static call to JavaCommon.getRunfiles and the method itself.Gravatar Ulf Adams2016-02-23
* clean duplicate error message of the command line of a failed command which i...Gravatar Yue Gan2016-02-23
* Implements repository_ctx.fileGravatar Damien Martin-Guillerez2016-02-23
* Fix the --loading_phase_threads to work during "blaze build". Previously and ...Gravatar Eric Fellheimer2016-02-23
* Add user-defined IPA post-processors.Gravatar Peter Schmitt2016-02-23
* Fix a race where an interrupt sent from the client near the start of an invoc...Gravatar Eric Fellheimer2016-02-23
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Implements repository_ctx.osGravatar Damien Martin-Guillerez2016-02-23
* Implements repository_ctx.executeGravatar Damien Martin-Guillerez2016-02-23
* Remove unnecessary checkMainClass call. This is already called in getMainClass.Gravatar Ulf Adams2016-02-23
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon.Gravatar Ulf Adams2016-02-23
* Make some JavaCommon static to reduce reliance on mutable state.Gravatar Ulf Adams2016-02-23
* Split the code to create singlejar actions out of BaseJavaCompilationHelper.Gravatar Ulf Adams2016-02-23
* Fix blatant bug with Skyframe globbing where we incorrectly allow dangling sy...Gravatar Nathan Harmata2016-02-23
* Prevent new evaluations from starting if a done child's error is discovered. ...Gravatar Janak Ramakrishnan2016-02-23
* Add ExecutionRequirements target that is generally available to rule implemen...Gravatar Cal Peyser2016-02-23
* Adds the ResourceShrinkerAction. Uses the results of resource processing and ...Gravatar Andrew Pellegrini2016-02-23
* Workaround gcc bug.Gravatar Dmitry Lomov2016-02-22
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Reformat CppOptions.javaGravatar Cal Peyser2016-02-22
* Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATUREGravatar David Chen2016-02-22
* Move the static getHostJavabaseInputs variant to JavaHelper.Gravatar Ulf Adams2016-02-22
* Clean up unnecessary parameter.Gravatar Alex Humesky2016-02-22
* Rename all the internal proto_library Java-related attributes.Gravatar Ulf Adams2016-02-22
* Update j2objc_library documentations.Gravatar Rumou Duan2016-02-22
* Get rid of duplicated strings for IosTest attributes because I'm always paran...Gravatar Dave MacLachlan2016-02-22
* Expose ``build_file_path`` to Skylark rules.Gravatar Dmitry Lomov2016-02-22
* Add implicit attribute used for coverage, even if coverage doesn't work yet.Gravatar Ulf Adams2016-02-22
* Allow async command invocations to set the "closeOutput" bit.Gravatar Eric Fellheimer2016-02-22
* Add the names of the mandatory inputs to the action key for actions that disc...Gravatar Lukacs Berki2016-02-22
* Removes "startsWith" check in testGravatar Yue Gan2016-02-19
* Add repository_ctx.which(str): returns the path of a commandGravatar Damien Martin-Guillerez2016-02-19
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Minor style fixes.Gravatar Googler2016-02-19
* No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP...Gravatar Cal Peyser2016-02-19
* Rename proto_java_library to java_proto_library.Gravatar Julio Merino2016-02-19
* Adds --artifact option to workspace generator for generating workspace andGravatar Alex Humesky2016-02-19
* The test summary in the terminal no longer shows skipped tests as failed.Gravatar Florian Weikert2016-02-19
* Remove an unused field from AbstractPostProcessorGravatar Liam Miller-Cushon2016-02-19
* Make effectively final fields finalGravatar Liam Miller-Cushon2016-02-19