aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Revamp JavaToolchain:Gravatar lberki2017-06-16
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Move external package rule loading into a shared utility class.Gravatar John Cater2017-06-14
* Map LIPO to ThinLTO when LLVM compiler is used.Gravatar Googler2017-06-14
* Add support for zipped LLVM profile files.Gravatar Googler2017-06-14
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Automated g4 rollback of commit 1be84ee92a825694b0c0026ac77134f8a084bd9c.Gravatar corysmith2017-06-13
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Allow $(location) expansion to work with javac.jar in java_toolchain.jvm_optsGravatar cushon2017-06-12
* fix link in genquery docs to the query language docsGravatar Benjamin Peterson2017-06-09
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Mark ctx.expand_make_variables as deprecated.Gravatar laurentlb2017-06-09
* Use JavaCompilationArtifacts instead of JavaCompilationArgsGravatar cushon2017-06-08
* Clean up turbine action creationGravatar cushon2017-06-08
* Fix a bug in ShowIncludesFilter.javaGravatar Yun Peng2017-06-08
* Fix ConfigFeatureFlagTransitionFactory to obey PatchTransition equality.Gravatar mstaib2017-06-08
* Deprecate ios_device and ios_test.Gravatar allevato2017-06-08
* Make the error message when a file is not found in the profile zip more indic...Gravatar lberki2017-06-08
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* PiperOrigin-RevId: 158274860Gravatar carmi2017-06-08
* Adds the resource class jar to the implicit outputs of android_libraryGravatar Googler2017-06-07
* Do not add archiver_flags feature when crosstool already has one.Gravatar hlopko2017-06-07
* Automated g4 rollback of commit d028d7854d3e95d97143945a1ec32944e5e4594b.Gravatar lpino2017-06-07
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Fix a typo.Gravatar Googler2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* apple_binary provides information about its dylibs' symbols in its nested Obj...Gravatar cparsons2017-06-06
* Specify isTestRule as an input to CompilationSupport instead of from the curr...Gravatar cparsons2017-06-06
* Cleanup the interface of ApkActionsBuilder.Gravatar ajmichael2017-06-05
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Fixing documentation for platforms and toolchains.Gravatar John Cater2017-06-05
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Make the non propagated values available in the Skylark representation of Obj...Gravatar kaipi2017-06-05
* Rename xcode_version's default_macosx_sdk_version to use 'macos'.Gravatar cparsons2017-06-05
* Set host apple platform type to MACOSGravatar cparsons2017-06-05
* Expose .ap_ artifact as a skylark providerGravatar Googler2017-06-05
* Remove "supports-workers" tag from ApkBuilder execution info.Gravatar philwo2017-06-05
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Generate pre-reconciled ids R classes for dependency libraries with resourcesGravatar corysmith2017-06-02
* Add .equals(), .hashCode() to EnableLipoTransition.Gravatar gregce2017-06-02
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Remove NestedSets from ApkProvider.Gravatar ajmichael2017-06-01
* Propagate AppleStaticLibrary provider from apple_static_libraryGravatar cparsons2017-06-01
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Don't add -g0 as host copt when host platform is WindowsGravatar pcloudy2017-05-31