aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup some databinding code that was messed up by https://github.com/bazelb...Gravatar ajmichael2017-09-19
* Make ObjectCodecs.ClassKeyedBuilder more reasonableGravatar michajlo2017-09-19
* Remove flags with no effect from --dexopts_supported_in_dexmerger default in ...Gravatar kmb2017-09-19
* use toList.contains for depset containsKey instead of toSetGravatar cparsons2017-09-19
* Uploading failed action outputs to the remote cache, because even if the test...Gravatar olaola2017-09-19
* Remove unnecessary injection of precomputed values. Precomputed values are in...Gravatar janakr2017-09-19
* Cleanup ActionConstructionContext.Gravatar dslomov2017-09-19
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* Fix documentation for android_sdk_repository.build_tools_version.Gravatar ajmichael2017-09-18
* Java Launcher: Create classpath jar with a random nameGravatar Yun Peng2017-09-18
* Fix BEP to report SKIPPED with TargetCompletedId instead of ConfigurationIdGravatar Googler2017-09-18
* RELNOTES: Fix documentation typo.Gravatar Googler2017-09-18
* Change param file arg string to a format string instead of a prefix string.Gravatar tomlu2017-09-18
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove LipoTransition (and replace remaining LIPO_COLLECTOR references).Gravatar gregce2017-09-18
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Throw away the confusing UnparsedOptionValueDescription name.Gravatar ccalvarin2017-09-18
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* `repository_name()` and `package_name()` are available only in loading phaseGravatar laurentlb2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Automatic code cleanup.Gravatar cushon2017-09-15
* Stop passing around unused JavaCommon object.Gravatar ajmichael2017-09-15
* Avoid flattening nested sets when constructing SingleJar source jar.Gravatar tomlu2017-09-15
* Avoid nested set expansion for deploy archives.Gravatar tomlu2017-09-15
* blaze: g3doc: fix closing HTML tagGravatar mpn2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add whitelists for android_resources removalGravatar Googler2017-09-15
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Do not flatten resource artifacts in Android rules.Gravatar tomlu2017-09-15
* Use top-level targets' configurations for convenience symlinks.Gravatar mstaib2017-09-15
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Zipped LLVM multi-arch profiles is now supported.Gravatar Googler2017-09-15
* BEP: Upon missing test targets, still generate a finished eventGravatar Klaus Aehlig2017-09-15
* Internal changeGravatar tomlu2017-09-15
* Introduce "bazel help flags-as-proto" to print information about supported fl...Gravatar fwe2017-09-14
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* Avoid wasting cpu/garbage formatting preconditions stringGravatar michajlo2017-09-14
* Implement PlatformBaseRule which describes the common settings for all platfo...Gravatar juliexxia2017-09-14
* Pass the UnparsedOptionValues when setting or adding option values.Gravatar ccalvarin2017-09-14
* Implemented a check for implicitly-exported deps in android_library, and rais...Gravatar jingwen2017-09-14
* Remove duplicated error handling in build variablesGravatar hlopko2017-09-14
* Categorize C++ related optionsGravatar hlopko2017-09-14
* Consolidate the "unparsed" option value tracking.Gravatar ccalvarin2017-09-14
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14