aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Rename setHasServices() to the more appropriate allowServices().Gravatar Carmi Grushko2016-05-05
* Provide .pcm files as input to LIPO builds.Gravatar Googler2016-05-05
* Fix wrong Skylark documentation for environment_group.Gravatar Greg Estren2016-05-05
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* cpp: fix documentation wording for data members in GlobalVariablesGravatar Thiago Farina2016-05-04
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Remove the fields of CppCompileAction relating to "extra system include prefi...Gravatar Lukacs Berki2016-05-04
* Remove the apparently unused LibraryToLink#isSolibSymlink() method.Gravatar Lukacs Berki2016-05-04
* Fix manifest_values.applicationId not being picked up by ApplicationManifest#...Gravatar Andrew Pellegrini2016-05-04
* Adds the compiler to the key for selecting the cc_toolchain label inGravatar Alex Humesky2016-05-04
* Skip building JackAspect when the base rule already provides Jack libraries.Gravatar Michael Staib2016-05-03
* List Closure Rules in docs as JavaScriptGravatar Justine Tunney2016-05-03
* Add attribute validation of mandatory native providersGravatar Liam Miller-Cushon2016-05-03
* When creating the exec root symlink forest, take account of the empty package...Gravatar Janak Ramakrishnan2016-05-03
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Add a //file target to external jar repositoriesGravatar Colin Marc2016-05-03
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03
* Set the default workspace name to __main__Gravatar Kristina Chodorow2016-05-03
* --Gravatar Googler2016-05-03
* Rollback of commit 140634eccee693b567ba7591df550f7b72db1612.Gravatar Lukacs Berki2016-05-03
* --Gravatar Luis Fernando Pino Duque2016-05-03
* Prioritize kwarg presence error in invokeObjectMethod.Gravatar Googler2016-05-03
* Set workspace name for http_file, http_jar, and maven_jarGravatar Kristina Chodorow2016-05-03
* Adds a new flag for generation of dSYMs for all apple rules.Gravatar Dmitry Shevchenko2016-05-03
* Remove documentation for "abi" and "abi_deps".Gravatar Greg Estren2016-05-03
* Make compatible_with / restricted_to nonconfigurable.Gravatar Greg Estren2016-05-03
* Expose platform frameworks dir to Skylark.Gravatar Dmitry Shevchenko2016-05-03
* stub_template.txt: replace A if condition else B statement with if statementGravatar Yun Peng2016-05-02
* Delay retrieval of the blacklist patterns file from the graph until we actual...Gravatar Janak Ramakrishnan2016-05-02
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Use ConstraintSemantics.getSupportedEnvironments() in supportsJava7TargetEnvi...Gravatar Liam Miller-Cushon2016-05-02
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Clean up J2ObjC proto support.Gravatar Rumou Duan2016-05-02
* Move android deploy info from the default files to build to its own output groupGravatar Alex Humesky2016-05-02
* Clean up and simplify InstrumentedFileManifestAction.Gravatar Ulf Adams2016-04-29
* Clarify plmerge variable substitution behavior.Gravatar Peter Schmitt2016-04-29
* Tokenize javacopts in JavaToolchainDataParserGravatar Liam Miller-Cushon2016-04-29
* Adds the text output parameter and a partial manifest to the action key for A...Gravatar Alex Humesky2016-04-29
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* --Gravatar Carmi Grushko2016-04-29
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Declare TargetAndConfiguration as final and immutable. Fix documentation.Gravatar Ulf Adams2016-04-28
* Allows network in sandbox, when --java_debug. Fixes #393.Gravatar Yue Gan2016-04-28
* Figure out the actual address of the command port a little differently, in a ...Gravatar Lukacs Berki2016-04-28
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28
* Remove repeated allowMissingInputs module check.Gravatar Janak Ramakrishnan2016-04-28
* Add random-access indexing into GroupedList. Intended to be a no-op, allowing...Gravatar Janak Ramakrishnan2016-04-28
* Adds an "otherFlags" field to ObjcCommon.Gravatar Googler2016-04-28