aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Restrict module usage to C++ actions. Other actions don't support compilingGravatar Googler2018-05-23
* Enable test properties to be exported for robolectric tests.Gravatar Googler2018-05-23
* Rename an AppleToolchain method to prevent overloading a skylark-exposed methodGravatar cparsons2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Remove FlagListGravatar hlopko2018-05-23
* Expose the runtime output jars in the JavaInfo provider to Skylark. This willGravatar Googler2018-05-23
* C++: Expose additional methods for CcCompilationInfo and CcLinkingInfoGravatar plf2018-05-23
* Stop passing RuleContext to all of the Android Data Skylark APIGravatar asteinb2018-05-23
* Remove deprecated method that no longer has any usages.Gravatar dannark2018-05-23
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Rollforward of CL/197136304:Gravatar tomlu2018-05-23
* Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7.Gravatar laszlocsomor2018-05-23
* Windows: Fix link parameter file for dynamic linkingGravatar pcloudy2018-05-23
* Add a flag to disallow LIPO to aid in the rollout of the removal of LIPO supp...Gravatar lberki2018-05-23
* Rename CcRunfiles fields one more time to be perfectly accurate.Gravatar hlopko2018-05-23
* Remove some dead AbstractAction constructorsGravatar ulfjack2018-05-23
* RepositoryResolvedEvent: only record the explicitly set original attributesGravatar Klaus Aehlig2018-05-23
* Call the AbstractAction constructor that takes an action environmentGravatar ulfjack2018-05-23
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Get ConfiguredTargetAndData out of TargetCompleteEvent.Gravatar janakr2018-05-22
* Get Target out of TargetParsingCompleteEvent.Gravatar janakr2018-05-22
* Stop setting deprecated target_kind and test_size fields in TargetComplete me...Gravatar janakr2018-05-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-05-22
* Move non-resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-22
* Serialize NestedSetStore$NestedSetSize directly as an ordinal instead ofGravatar cpeyser2018-05-22
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Add additional methods to BusyBoxActionBuilderGravatar asteinb2018-05-22
* Rename staticRunfiles and dynamicRunfiles in CcRunfilesGravatar hlopko2018-05-22
* Create source-only manifests remotely when possible.Gravatar felly2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Pass AndroidDataContext to remaining non-ActionBuilder codeGravatar asteinb2018-05-22
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Pass through AndroidDataContext in more placesGravatar asteinb2018-05-22
* Pass AndroidDataContext through new asset and resource pipelinesGravatar asteinb2018-05-22
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Create AndroidDataContext to wrap context needed when working with Android dataGravatar asteinb2018-05-22
* Add a helper method to compute timeouts with a default valueGravatar ulfjack2018-05-22
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Rename CcLinkingOutputs.dynamicLibraries and executionDynamicLibrariesGravatar hlopko2018-05-22
* Cache superclass traversal to find proper codec in ObjectCodecRegistry.Gravatar janakr2018-05-21
* Remove comment about legacy package loading.Gravatar dannark2018-05-21
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* Remove unused StringUtil method.Gravatar felly2018-05-21
* Automated rollback of commit 7a71ce816bc8a67a63c2d147ac953ac451ebd23b.Gravatar jmmv2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21