aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* Minor style fixes in intellij_info_tests.bzlGravatar Dmitry Lomov2016-06-23
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Make intellij_info_tests work again.Gravatar Dmitry Lomov2016-06-23
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Fix handling of backslash-escaped CRLF line terminators.Gravatar Lukacs Berki2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Make execution root symlink builder handle PackageIdentifiersGravatar Kristina Chodorow2016-06-23
* Roll forward of commit 1f1f207573c7b9c3e2d3ca1ffb0780a8fd592214: action to wr...Gravatar Googler2016-06-23
* Roll forward commit 4ab4f05a8cbbaa4b7d938d1d305961fe95a5416c.Gravatar Googler2016-06-22
* Remove the "glibc" selector from CppConfiguration.Gravatar Lukacs Berki2016-06-22
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* sandbox: Remove debug flags from LinuxSandboxedStrategyTestCase as they were ...Gravatar Philipp Wollermann2016-06-21
* Added more pointers to Aspect-related documentation.Gravatar Florian Weikert2016-06-21
* Add an option for the number of actions shown in the experimental UIGravatar Klaus Aehlig2016-06-21
* Rollback of commit 1f1f207573c7b9c3e2d3ca1ffb0780a8fd592214.Gravatar Googler2016-06-21
* Optimize an assertion which was showing up in profiles. (Even better might beGravatar Googler2016-06-21
* Add action to write android_binary and lib R.classes directlyGravatar Googler2016-06-21
* Updates BuildViewTestCase.invalidatePackages() to also invalidateGravatar Greg Estren2016-06-21
* Simplify OutputGroupProviderTest.Gravatar Michael Staib2016-06-21
* Simplify the logic of determining output groups.Gravatar Alex Humesky2016-06-21
* Minor change to add QueryableGraphBackedSkyFunctionEnvironment.Gravatar Janak Ramakrishnan2016-06-21
* Minor improvement to cycle detection algorithm: Do not recurse into done node...Gravatar Eric Fellheimer2016-06-21
* Move execroot tree creation to its own classGravatar Kristina Chodorow2016-06-21
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* sandbox: So refactoring, much no-op change, wow.Gravatar Philipp Wollermann2016-06-21
* In FileSystemValueChecker, only check TreeArtfacts that are in theGravatar Rumou Duan2016-06-20
* Trim configurations requested for a target in BuildViewTestCase.Gravatar Greg Estren2016-06-20
* Correctly escape backslashes in proto messarges.Gravatar Googler2016-06-20
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Adds cycle detection errors when top-level dynamicGravatar Greg Estren2016-06-17
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Fixed some Bazel java tests on WindowsGravatar Yun Peng2016-06-17
* Make more Bazel java tests pass on WindowsGravatar Yun Peng2016-06-17
* Description redacted.Gravatar Googler2016-06-16
* Add toString for NotifyingNodeEntry -- we lost this in commit 8be7fd0bb7cc8f0...Gravatar Janak Ramakrishnan2016-06-16
* Remove ability of AbstractQueueVisitor to continue after an interrupt. That f...Gravatar Janak Ramakrishnan2016-06-15
* Fix android deps always being exported in skylark aspect.Gravatar Googler2016-06-15
* Optimize memory use of AttributeContainer:Gravatar Googler2016-06-15
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* Allow a config_setting() to match against the default grte_top.Gravatar Googler2016-06-14
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-06-14
* Remove predefined Python variable "generic_cpu"Gravatar Greg Estren2016-06-13
* Use params file for IDE aspect manifest action.Gravatar Googler2016-06-13
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09