aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
...
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Pass through AndroidDataContext in more placesGravatar asteinb2018-05-22
* Pass AndroidDataContext through new asset and resource pipelinesGravatar asteinb2018-05-22
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* Remove unused StringUtil method.Gravatar felly2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* Fix code to remove varargs warning.Gravatar jcater2018-05-21
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Skylark debug server: add serialization codeGravatar Googler2018-05-18
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Add support of empty target to LateBoundAlias.Gravatar dbabkin2018-05-18
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Add Concurrent test for DiGraph.Gravatar dbabkin2018-05-17
* Fix modules returning command optionsGravatar ulfjack2018-05-17
* Windows, python test: Explicitly shutdown Bazel server after test finishedGravatar pcloudy2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Internal changeGravatar cpeyser2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Make ImportDepsCheckingLevel.ERROR essentially the same as STRICT_ERROR, chec...Gravatar cnsun2018-05-16
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Add libc_top attribute to cc_toolchain in preparation for moving config data ...Gravatar jcater2018-05-16
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Make inclusion of the zipper executable in CcToolchain depend solely on wheth...Gravatar rosica2018-05-16
* C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibrariesGravatar plf2018-05-16
* Migrate some serialization tests to use SerializationTester rather than Abstr...Gravatar janakr2018-05-15
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* Replace --experimental_android_enforce_strict_deps_for_binaries_under_test wi...Gravatar cushon2018-05-15
* Add option --experimental_discard_actions_after_execution in order to turn it...Gravatar janakr2018-05-15
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* Allow more characters in labels.Gravatar twerth2018-05-15
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Set JAVA_HOME for bazel_with_jdk_testGravatar cushon2018-05-14
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Remove swiftstdlibtoolwrapperGravatar thomasvl2018-05-14