aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Remove unused method.Gravatar jcater2018-04-26
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-04-26
* Remove INTERNAL flags from help flags-as-proto.Gravatar mstaib2018-04-26
* Adds support for remote files.Gravatar shahan2018-04-26
* Consolidating start/end lib archive expansionGravatar Googler2018-04-26
* Automated rollback of commit c5c6ef83936cf90fd11038a84637e691beb47288.Gravatar tomlu2018-04-26
* Fix skyframe target pattern evaluator thread usageGravatar ulfjack2018-04-26
* Expose cc_common.get_environment_variables and cc_common.get_command_line to ...Gravatar hlopko2018-04-26
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Add a helpful note for the args argument of binary rules.Gravatar Googler2018-04-26
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-26
* Automated rollback of commit 404483d99bca4edc0600e72cacfcc36404fd4653.Gravatar hlopko2018-04-25
* Serialize NestedSet sizes that get special treatement (empty set, singleton)Gravatar cpeyser2018-04-25
* Support deferred param files.Gravatar tomlu2018-04-25
* Make java_common.compile's javacopt handling consistent with native Java rulesGravatar cushon2018-04-25
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Document that getuid/getgid/getpid can throw exceptions.Gravatar philwo2018-04-25
* Serialize singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-25
* sandbox: Generate actually unique sandbox paths.Gravatar philwo2018-04-25
* Make output name case-insensitive while calculating output names for object f...Gravatar pcloudy2018-04-25
* Replace usage of proto class CToolchain.WithFeatureSet with equivalent WithFe...Gravatar Googler2018-04-25
* Refactor generated objc sources compilation in ProtobufSupport.javaGravatar pcloudy2018-04-25
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-25
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-25
* ExperimentalEventHandler: properly complete buildGravatar Klaus Aehlig2018-04-25
* Remove no-op check from AndroidCommon, add missing rule validation to aar_importGravatar kmb2018-04-24
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Make the static_link_cpp_runtimes feature settableGravatar Googler2018-04-24
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-24
* Use JavaRuleOutputJarsProvider to collect non-transitive runtime jarsGravatar cushon2018-04-24
* Fix profiler slow task limitingGravatar michajlo2018-04-24
* Automated rollback of commit 77777d1a769e938839b82c65ff320e09b1e7a715.Gravatar Googler2018-04-24
* Fix runtime jar collection for legacy mobile-installGravatar cushon2018-04-24
* Make some runtime jar collection non-transitiveGravatar cushon2018-04-24
* Remove JavaConstraintsProvider, allow specifying constraints when constructin...Gravatar kmb2018-04-24
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* sandbox: Create base class for sandbox building strategies.Gravatar philwo2018-04-24
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* Allow feature configuration to be created from skylarkGravatar hlopko2018-04-24
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24