aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Fix local execution to not throw an exceptionGravatar ulfjack2017-06-14
* Use EventHandler even before we have a Reporter instanceGravatar ulfjack2017-06-14
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Fix bug in URI computation in RemoteModuleGravatar ulfjack2017-06-13
* Refactor AST APIsGravatar brandjon2017-06-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Remote execution: post CAS links to the BEP instead of local file URIsGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Internal cleanup.Gravatar gregce2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Add some tests to the LocalSpawnRunner, and make some small tweaksGravatar ulfjack2017-06-08
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Fix a bug in ShowIncludesFilter.javaGravatar Yun Peng2017-06-08
* Fix ConfigFeatureFlagTransitionFactory to obey PatchTransition equality.Gravatar mstaib2017-06-08
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...Gravatar laurentlb2017-06-08
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Make compatible_with = ["all", "foo"] the same as compatible_with = ["all"].Gravatar gregce2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Make android_binary.manifest mandatory.Gravatar ajmichael2017-06-01
* Fix srcs_testGravatar Damien Martin-Guillerez2017-06-01
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Add //external:has_androidsdk config_setting.Gravatar ajmichael2017-06-01
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Remote caching: don't crash for actions with no inputsGravatar Ulf Adams2017-06-01
* Restructure site/ directory into docs/ which only contains Bazel documentation.Gravatar dzc2017-06-01
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* When filtering resources in analysis, also filter resource rootsGravatar Googler2017-05-31
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Experimental UI: Support multiple BuildEventTransportAnnouncedEventsGravatar buchgr2017-05-29
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Migrate tests to Truth.Gravatar lberki2017-05-29