aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Add missing hashCode() methodGravatar cushon2017-05-09
* Handle labels with explicit repositories correctly in objc rules.Gravatar allevato2017-05-09
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* java_common.create_provider now takes depsets )Gravatar Stephen Twigg2017-05-09
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* Actually run AaptCommandBuilderTest and AndroidDataSerializerAndDeserializerT...Gravatar ajmichael2017-05-08
* Blaze now passes an extra flag to JavaBuilder, --testonly, toGravatar eaftan2017-05-05
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Add sha256 attribute to git_repositoryGravatar kchodorow2017-05-05
* Create new android_instrumentation rule.Gravatar ajmichael2017-05-05
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Add compile_jars for Skylark to JavaProviderGravatar Stephen Twigg2017-05-05
* Create new android_device_script_fixture rule.Gravatar ajmichael2017-05-05
* Remove some more usages of res2.MergingException and open source some tests.Gravatar ajmichael2017-05-05
* Really fix the breakage at HEAD with BazelGravatar dmarting2017-05-04
* Fix broken Bazel build (http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=HEAD...Gravatar nharmata2017-05-04
* Introduce package_name() function to replace the magic PACKAGE_NAME constant.Gravatar laurentlb2017-05-04
* Remove MergingExceptionGravatar corysmith2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Fix Java styleGravatar vladmos2017-05-04
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.Gravatar laurentlb2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* * Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...Gravatar corysmith2017-05-04
* Implement a flag to deprecate old constructor for depsets (`set`)Gravatar vladmos2017-05-04
* Rollforward of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ccalvarin2017-05-04
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Handle null action inputs in TreeNodeRepositoryGravatar ulfjack2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Restoration of file incorrectly trunkated by the export processGravatar Damien Martin-Guillerez2017-05-03
* BuildEventStreamer: support also providing stdout/stderrGravatar Klaus Aehlig2017-05-02
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Add best practices docGravatar kchodorow2017-05-02
* Support cpufeatures from Android NDK.Gravatar ajmichael2017-05-02
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Assign otherwise ignored Future return values to local variables.Gravatar Googler2017-04-30
* Open source ManifestMergerActionTest.Gravatar ajmichael2017-04-28