aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* 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
* 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
* Add repository_ctx.which(str): returns the path of a commandGravatar Damien Martin-Guillerez2016-02-19
* Minor style fixes.Gravatar Googler2016-02-19
* No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP...Gravatar Cal Peyser2016-02-19
* The test summary in the terminal no longer shows skipped tests as failed.Gravatar Florian Weikert2016-02-19
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* sandbox: Easier debugging of sandbox failures, when using both --verbose_fail...Gravatar Yue Gan2016-02-19
* Remove unused ASwB build artifactGravatar Googler2016-02-19
* Windows: use default shell env for ijar execution, so that .dlls can be found.Gravatar Dmitry Lomov2016-02-18
* Initial support for Java header compilationGravatar Liam Miller-Cushon2016-02-18
* Turn //tools/build_rules into a package.Gravatar Julio Merino2016-02-17
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Move SHA-1 download out of the Rule (plain old data) classGravatar Kristina Chodorow2016-02-17
* Clarify documentation; use short_path, not path, in runfilesGravatar Dan Fabulich2016-02-17
* Use absolute paths in ProcessBuilder invocations.Gravatar Dmitry Lomov2016-02-17
* Do not generate documentation for rule family if it does not contain anyGravatar David Chen2016-02-17
* Fixes genrules to work correctly with bazel run when the genrule's executableGravatar Alex Humesky2016-02-17
* Add a method to get a single value from AspectParameters.Gravatar Carmi Grushko2016-02-17
* Adds a java_import rule to the android sdk build file to provide the org.apac...Gravatar Alex Humesky2016-02-17
* Replace dummy.c with dummy.m to allow preprocessing of objc source code to im...Gravatar Cal Peyser2016-02-17
* Build flag for srcs-less android_library with depsGravatar Googler2016-02-17
* Include real type in type casting error message.Gravatar Tobias Werth2016-02-16
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Remove deprecated aggregation functions.Gravatar Han-Wen Nienhuys2016-02-16
* Store IncludeResolver results, and legalize the files in .d file checking.Gravatar Ulf Adams2016-02-16
* Add support for downloading .tar.bz2 files with http_archive rules.Gravatar David Chen2016-02-16
* Fixes NullPointerException in pkgcaches_test on ci.bazel.ioGravatar Damien Martin-Guillerez2016-02-16
* Remove stray e.printStackTrace()Gravatar Dmitry Lomov2016-02-16
* Reduce the number of stat calls when setting up a sandboxGravatar Brian Silverman2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15