aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Properly rename manifestsGravatar asteinb2018-05-09
* Expose single method for doing all android_library data processing in SkylarkGravatar asteinb2018-05-09
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Add graceful failure for unsupported formatters in genqueryGravatar juliexxia2018-05-09
* Get resource processing settings from method params instead of rule attrsGravatar asteinb2018-05-09
* Expose R.class as a JavaInfoGravatar asteinb2018-05-08
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Expose Library Aar creation and provider to SkylarkGravatar asteinb2018-05-07
* Make Aar provider into NativeInfoGravatar asteinb2018-05-07
* Do not expose ResourceContainer to SkylarkGravatar asteinb2018-05-07
* Stop collapsing NestedSet of deps in RClassGeneratorGravatar asteinb2018-05-07
* Properly expose R.class file to SkylarkGravatar asteinb2018-05-07
* Rename Staticness to LinkerOrArchiver.Gravatar hlopko2018-05-07
* Start migration of cpp build API classes to skylarkbuildapiGravatar cparsons2018-05-07
* Start migration of java build API classes to skylarkbuildapiGravatar cparsons2018-05-07
* Automated rollback of commit f384ab5855ba230e7767b7b5350bd72ef01b9a1b.Gravatar asteinb2018-05-07
* Fix the java_toolchain example code.Gravatar Googler2018-05-07
* More legacy fileset deletions. This had become dead code with Legacy fileset ...Gravatar kush2018-05-07
* Emit jdeps.proto when checking the dependencies of aar_import targets.Gravatar cnsun2018-05-04
* Migrate j2objc to only support java_proto_library.Gravatar tomlu2018-05-04
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Move CcToolchainFeatures.FeatureSelection to a separate CcToolchainFeatureSel...Gravatar rosica2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Some fixup for R.class filesGravatar asteinb2018-05-04
* Automated rollback of commit ecb30676bdd7f1783afb3886e57caa9d6b1b9aee.Gravatar hlopko2018-05-04
* Methods for generating empty Android data providersGravatar asteinb2018-05-03
* Move Aar generation code to dedicated Aar classGravatar asteinb2018-05-03
* PiperOrigin-RevId: 195286334Gravatar eaftan2018-05-03
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-05-03
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-03
* Expose intial parts of resource merging to SkylarkGravatar asteinb2018-05-03
* Expose merge_assets method to skylarkGravatar asteinb2018-05-03
* Do not pass compilation context to compile build variablesGravatar hlopko2018-05-03
* Consolidating start/end lib archive expansion Take 3Gravatar Googler2018-05-03
* Fix up newly discovered bugs in decoupled Android data processingGravatar asteinb2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Expose asset merging result in AndroidAssetsInfo to SkylarkGravatar asteinb2018-05-03
* Expose stamp_manifest method to SkylarkGravatar asteinb2018-05-02
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* 'Direct jars' should be a subset of recursively collected jarsGravatar cushon2018-05-02
* Expose processed manifest in AndroidLocalTestGravatar asteinb2018-05-02
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Fix CppConfiguration#isLLVMOptimizedFdo() method to work with --fdo_profileGravatar rosica2018-05-02