aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Fix Android data binding for rules with no direct resources.Gravatar gregce2017-06-21
* Remove duplicate unused test AndroidManifest.xml.Gravatar ajmichael2017-06-20
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Rule functions should return None instead of internal Rule objectsGravatar vladmos2017-06-20
* Move some Skylark tests out of Java.Gravatar laurentlb2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Make equality, comparison and 'in' operators not associative.Gravatar laurentlb2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Give MemoizingEvaluatorTest subclasses a bit more control over how transient ...Gravatar nharmata2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Safe-guard against broken client environmentsGravatar Ulf Adams2017-06-19
* Change TestTimeout's rangeMax values so that isInRangeFuzzy will flag tests t...Gravatar Googler2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* ResourceFilter persists ordering of resources when filteringGravatar Googler2017-06-19
* Require parentheses around tuple in list comprehension filtering.Gravatar laurentlb2017-06-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Fix resource filtering bug in interaction between densities and API versionGravatar Googler2017-06-16
* Add more methods to ExternalPackageUtil to load all rules of a specificGravatar John Cater2017-06-16
* Add support for the '0o' octal prefix for integers.Gravatar laurentlb2017-06-16
* ctx.empty_action now allows depset as inputsGravatar laurentlb2017-06-16
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Introduce --incompatible_load_argument_is_label (1st argument of load must be...Gravatar laurentlb2017-06-14
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* 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