Commit 8c7df06
committed
Introduce -productBuild and -sourceBuild switches
1 parent a42059b commit 8c7df06
File tree
6 files changed
+32
-13
lines changed- .azure/pipelines
- eng
- src/submodules
6 files changed
+32
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
| 636 | + | |
636 | 637 | | |
637 | 638 | | |
638 | 639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
680 | | - | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
681 | 682 | | |
682 | 683 | | |
683 | 684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
199 | 206 | | |
200 | 207 | | |
201 | 208 | | |
| |||
275 | 282 | | |
276 | 283 | | |
277 | 284 | | |
| 285 | + | |
| 286 | + | |
278 | 287 | | |
279 | 288 | | |
280 | 289 | | |
| |||
352 | 361 | | |
353 | 362 | | |
354 | 363 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | 364 | | |
360 | 365 | | |
361 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
247 | 252 | | |
248 | 253 | | |
249 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
250 | 261 | | |
251 | 262 | | |
252 | 263 | | |
| |||
321 | 332 | | |
322 | 333 | | |
323 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
324 | 340 | | |
325 | 341 | | |
326 | 342 | | |
| |||
359 | 375 | | |
360 | 376 | | |
361 | 377 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | 378 | | |
367 | 379 | | |
368 | 380 | | |
| |||
Submodule MessagePack-CSharp updated 8 files
- sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj-3
- src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackSecurity.cs+134-119
- src/MessagePack.UnityClient/Assets/Scripts/MessagePack/SipHash.cs-287
- src/MessagePack.UnityClient/Assets/Scripts/MessagePack/SipHash.cs.meta-11
- src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackSecurityTests.cs+5-2
- src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/SipHashTests.cs-117
- src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/SipHashTests.cs.meta-11
- tests/MessagePack.Tests/MessagePack.Tests.csproj-1
Submodule googletest updated 57 files
- BUILD.bazel-14
- CMakeLists.txt+2-2
- MODULE.bazel+18-27
- README.md+12-4
- WORKSPACE+9-8
- ci/linux-presubmit.sh+29-47
- ci/macos-presubmit.sh+4-7
- ci/windows-presubmit.bat+13-25
- docs/advanced.md+54-71
- docs/faq.md+13
- docs/gmock_cook_book.md+20-53
- docs/primer.md+2-2
- docs/quickstart-bazel.md+8-8
- docs/quickstart-cmake.md+3-3
- docs/reference/actions.md+1-2
- docs/reference/assertions.md+2-9
- docs/reference/matchers.md+4-7
- docs/reference/testing.md+1-98
- fake_fuchsia_sdk.bzl+4-32
- googlemock/include/gmock/gmock-actions.h+9-53
- googlemock/include/gmock/gmock-matchers.h+46-278
- googlemock/include/gmock/gmock-more-actions.h+5-4
- googlemock/include/gmock/internal/gmock-internal-utils.h+5
- googlemock/test/gmock-actions_test.cc+3-19
- googlemock/test/gmock-function-mocker_test.cc+2-2
- googlemock/test/gmock-matchers-arithmetic_test.cc-183
- googlemock/test/gmock-matchers-comparisons_test.cc+3-126
- googlemock/test/gmock-matchers-containers_test.cc+11-302
- googlemock/test/gmock-matchers-misc_test.cc+17-76
- googlemock/test/gmock-more-actions_test.cc+10-39
- googlemock/test/gmock-spec-builders_test.cc+4-3
- googletest/README.md+6-6
- googletest/cmake/internal_utils.cmake+1-1
- googletest/include/gtest/gtest-assertion-result.h-7
- googletest/include/gtest/gtest-matchers.h+3-3
- googletest/include/gtest/gtest-param-test.h+39-95
- googletest/include/gtest/gtest-printers.h-39
- googletest/include/gtest/gtest-typed-test.h+65-61
- googletest/include/gtest/gtest.h+2-2
- googletest/include/gtest/internal/gtest-internal.h+44-40
- googletest/include/gtest/internal/gtest-param-util.h+14-48
- googletest/include/gtest/internal/gtest-port.h+66-16
- googletest/src/gtest-internal-inl.h-4
- googletest/src/gtest.cc+34-157
- googletest/test/BUILD.bazel+17-51
- googletest/test/googletest-fail-if-no-test-linked-test-with-disabled-test_.cc-38
- googletest/test/googletest-fail-if-no-test-linked-test-with-enabled-test_.cc-38
- googletest/test/googletest-fail-if-no-test-linked-test.py-169
- googletest/test/googletest-filter-unittest.py-19
- googletest/test/googletest-json-output-unittest.py+16-95
- googletest/test/googletest-param-test-test.cc-70
- googletest/test/googletest-printers-test.cc+1-31
- googletest/test/googletest-setuptestsuite-test_.cc+2-2
- googletest/test/gtest_unittest.cc+4-52
- googletest/test/gtest_xml_output_unittest.py+26-67
- googletest/test/gtest_xml_output_unittest_.cc+1-21
- googletest_deps.bzl+3-3
0 commit comments