aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Migrate apple_common.new_objc_provider to use @SkylarkCallableGravatar cparsons2018-04-10
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Improve documentation of genquery.Gravatar lberki2018-04-10
* Add a ruleError when one version enforcement is requested without the requisiteGravatar Googler2018-04-09
* Remove the Blaze strict java deps exemption for Android databinding. Use the ...Gravatar Googler2018-04-09
* Remove overly optimistic decoupled manifest processingGravatar asteinb2018-04-09
* Fix Artifact.getPath() call in CppCompileAction.validateInclusionsGravatar shahan2018-04-09
* Fix issue with filtered resourcesGravatar asteinb2018-04-09
* C++: Fixes broken objc_library targets in nightlyGravatar plf2018-04-09
* Implement fdo_profile rule for architecture-sensitive fdo profile specificationGravatar Googler2018-04-09
* Do not create interface shared library when lto indexingGravatar hlopko2018-04-09
* Remove warning about non-canonical workspace namesGravatar Klaus Aehlig2018-04-09
* Cleanup Artifact.getPath() usage in AndroidDevice.Gravatar shahan2018-04-06
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Cleanup use of Artifact.getPath() in AndroidResources.Gravatar shahan2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Cleanup Artifact.getPath() usage from ResourceFilterFactoryGravatar shahan2018-04-06
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Cleanup unneeded Artifact.getPath() call in ResourceFilterFactoryGravatar shahan2018-04-05
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* Refactor CcToolchainFeatures$Variables to not create a map in the case of a s...Gravatar janakr2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Remove obsolete comment about Java 6 on android_binary.Gravatar ajmichael2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* Add a getTargetOS() method for compatibility with things internal to GoogleGravatar Googler2018-04-04
* C++: Migrate CppRunfilesProvider to new provider styleGravatar plf2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* Calculate outputNames for different types of sources separatelyGravatar pcloudy2018-04-03
* only declare "$import_deps_checker" implicit dependency on aar_importGravatar kmb2018-04-03
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Serialize PythonUtils#GET_INIT_PY_FILES as a singleton so that object equalityGravatar cpeyser2018-04-02
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Deduplicate the list of valid CPUsGravatar Googler2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29