aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Add test for recursive function callsGravatar brandjon2017-10-23
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Move hard-coded compilation-mode-specific flags in ObjcConfiguration.Gravatar cpeyser2017-10-23
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Fix UnionFileSystem's implementation of supportsModifications and friends.Gravatar tomlu2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Remove scope escaping capability from InMemoryFileSystem.Gravatar tomlu2017-10-23
* Track expansions in OptionValueDescription.Gravatar ccalvarin2017-10-23
* Properly attaching context for remote uploads in RemoteSpawnCache.Gravatar olaola2017-10-20
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
* BEP: correctly report the cause of unbuilt targets if --noanalyze is givenGravatar Klaus Aehlig2017-10-20
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Change the KeyValueConsumer to extend BiConsumer for improved consumer usage.Gravatar corysmith2017-10-20
* Windows,JNI: use wstrings onlyGravatar Laszlo Csomor2017-10-20
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Fixed android desugar tests to refer to existing guava filegroup insteadGravatar John Cater2017-10-18
* Windows: fix failing testsGravatar Laszlo Csomor2017-10-18
* Skylint: show a better error message if a file is not foundGravatar fzaiser2017-10-18
* Speed up test suite by creating one action per file.Gravatar laurentlb2017-10-18
* Add Skylark code that exports the current Xcode version and the Apple SDK ver...Gravatar lberki2017-10-18
* Add memory profiler.Gravatar tomlu2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Make cc_toolchain put the files comprising the toolchain into its FileProvider.Gravatar lberki2017-10-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Only run cpp_darwin_integration_test on darwinGravatar hlopko2017-10-18
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Relax SplitTransitionProvider interface to use AttributeMapGravatar cparsons2017-10-18
* Extend from an abstract base class to avoid duplication of utility methods in...Gravatar ruperts2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar kush2017-10-18
* Fall back to guessing available memory on Linux machines running kernels olde...Gravatar Googler2017-10-18
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* Make tests independent of the default value for --experimental_uiGravatar Klaus Aehlig2017-10-18
* Make tests more independent of default valuesGravatar Klaus Aehlig2017-10-18
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Move min/max tests to new test suiteGravatar laurentlb2017-10-16
* run_test: fix portability issueGravatar Klaus Aehlig2017-10-16
* BuildEventStreamer: clear a pending BuildStarted event firstGravatar Klaus Aehlig2017-10-16
* BEP: explicitly report failures associated with a label as suchGravatar Klaus Aehlig2017-10-16