aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com
Commit message (Expand)AuthorAge
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Remove last few test uses of ConfiguredTarget#getConfiguration. Only uses are...Gravatar janakr2018-03-27
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* Introduce a simple data structure for incrementing keyed atomic long counters...Gravatar nharmata2018-03-27
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* DynamicCodec class.Gravatar shahan2018-03-27
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions ...Gravatar cparsons2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0.Gravatar twerth2018-03-27
* Remove global_whole_archive_open feature from osx crosstoolsGravatar hlopko2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Remove FastStringCodecGravatar michajlo2018-03-26
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable ...Gravatar cparsons2018-03-26
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* Remove synchronization in BazelPackageBuilderHelperForTesting#sanityCheckBaze...Gravatar nharmata2018-03-23
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Fix test flakiness due to the filesystem mutations done during the 'fetch' wo...Gravatar nharmata2018-03-23
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Bugfixes for int()Gravatar brandjon2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Remove a unused parameter in PackageFactory#evaluateBuildFile().Gravatar lberki2018-03-23
* Add test that blaze feature_flags are passed correctly when the alias is invokedGravatar Googler2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Remove RuleClass.Builder#depsCfg().Gravatar lberki2018-03-23
* Detect main dex list entries that will be missingGravatar kmb2018-03-22
* Convert several SkylarkAttr methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-03-22
* Add AndroidManifest and related classes for new manifest merging implementationGravatar asteinb2018-03-22
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Make ManifestMergerAction able to not take a primary manifestGravatar asteinb2018-03-22
* Allow NestedSetCodec to share members across multiple deserializations.Gravatar cpeyser2018-03-22
* Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can spe...Gravatar cparsons2018-03-22
* Remove unused Digest class.Gravatar Googler2018-03-22
* Create AndroidManifestInfo providerGravatar asteinb2018-03-22
* Add annotation-processor verification that only one of Param.type or Param.al...Gravatar cparsons2018-03-22
* RELNOTES: In int() function, do not auto-detect base if input starts with '0'.Gravatar laurentlb2018-03-22
* Move ConfigFeatureFlagConfiguration.Options to a top-level class.Gravatar mstaib2018-03-22