Skip to content

Commit

Permalink
Dependencies update (#246)
Browse files Browse the repository at this point in the history
* Update commonItems

* add a comment to culture map

* update to librakaly 0.8.11

* Update googletest
  • Loading branch information
IhateTrains authored Jul 25, 2021
1 parent 2c908c6 commit 7303cf1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImperatorToCK3/Data_Files/configurables/culture_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ link = { ck3 = bactrian imp = bactrian }
link = { ck3 = sogdian imp = wusun imp = sogdian imp = shule }
link = { ck3 = saka imp = saka }
link = { ck3 = tocharian imp = tocharian imp = phryni }
link = { ck3 = indogreek imp = tayuan imp = yuezhi }
link = { ck3 = indogreek imp = tayuan imp = yuezhi } #https://en.wikipedia.org/wiki/Dayuan
link = { ck3 = tajik imp = margian }

## Baltic & Slavic (Venedia is Proto-Slavic)
Expand Down
Binary file modified ImperatorToCK3/Resources/librakaly.so
Binary file not shown.
Binary file modified ImperatorToCK3/Resources/rakaly.dll
Binary file not shown.
Binary file modified ImperatorToCK3/Resources/rakaly.dll.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion googletest
Submodule googletest updated 60 files
+7 −0 BUILD.bazel
+1 −0 CONTRIBUTORS
+10 −10 WORKSPACE
+2 −1 docs/reference/matchers.md
+0 −2 googlemock/include/gmock/gmock-actions.h
+0 −2 googlemock/include/gmock/gmock-cardinalities.h
+0 −2 googlemock/include/gmock/gmock-function-mocker.h
+159 −8 googlemock/include/gmock/gmock-matchers.h
+0 −2 googlemock/include/gmock/gmock-more-actions.h
+0 −2 googlemock/include/gmock/gmock-more-matchers.h
+0 −2 googlemock/include/gmock/gmock-nice-strict.h
+0 −2 googlemock/include/gmock/gmock-spec-builders.h
+0 −2 googlemock/include/gmock/gmock.h
+0 −2 googlemock/include/gmock/internal/custom/gmock-generated-actions.h
+0 −2 googlemock/include/gmock/internal/custom/gmock-matchers.h
+0 −2 googlemock/include/gmock/internal/custom/gmock-port.h
+0 −2 googlemock/include/gmock/internal/gmock-internal-utils.h
+0 −2 googlemock/include/gmock/internal/gmock-port.h
+1 −0 googlemock/test/BUILD.bazel
+2 −1 googlemock/test/gmock-internal-utils_test.cc
+115 −12 googlemock/test/gmock-matchers_test.cc
+3 −1 googletest/README.md
+2 −5 googletest/include/gtest/gtest-death-test.h
+0 −2 googletest/include/gtest/gtest-message.h
+0 −2 googletest/include/gtest/gtest-param-test.h
+0 −2 googletest/include/gtest/gtest-printers.h
+0 −2 googletest/include/gtest/gtest-spi.h
+0 −2 googletest/include/gtest/gtest-test-part.h
+0 −2 googletest/include/gtest/gtest-typed-test.h
+20 −18 googletest/include/gtest/gtest.h
+1 −2 googletest/include/gtest/gtest_pred_impl.h
+0 −1 googletest/include/gtest/gtest_prod.h
+2 −0 googletest/include/gtest/internal/custom/README.md
+2 −5 googletest/include/gtest/internal/gtest-death-test-internal.h
+0 −2 googletest/include/gtest/internal/gtest-filepath.h
+0 −2 googletest/include/gtest/internal/gtest-internal.h
+0 −2 googletest/include/gtest/internal/gtest-param-util.h
+29 −15 googletest/include/gtest/internal/gtest-port.h
+0 −2 googletest/include/gtest/internal/gtest-string.h
+0 −2 googletest/include/gtest/internal/gtest-type-util.h
+7 −10 googletest/scripts/gen_gtest_pred_impl.py
+43 −40 googletest/src/gtest-death-test.cc
+47 −64 googletest/src/gtest-internal-inl.h
+1 −1 googletest/src/gtest-printers.cc
+179 −125 googletest/src/gtest.cc
+1 −0 googletest/test/BUILD.bazel
+28 −26 googletest/test/googletest-death-test-test.cc
+3 −3 googletest/test/googletest-death-test_ex_test.cc
+13 −13 googletest/test/googletest-env-var-test_.cc
+58 −2 googletest/test/googletest-global-environment-unittest.py
+1 −1 googletest/test/googletest-listener-test.cc
+12 −12 googletest/test/googletest-options-test.cc
+2 −2 googletest/test/googletest-output-test_.cc
+49 −24 googletest/test/googletest-port-test.cc
+1 −5 googletest/test/gtest_environment_test.cc
+1 −1 googletest/test/gtest_pred_impl_unittest.cc
+9 −21 googletest/test/gtest_repeat_test.cc
+1 −1 googletest/test/gtest_throw_on_failure_ex_test.cc
+151 −140 googletest/test/gtest_unittest.cc
+0 −62 library.json

0 comments on commit 7303cf1

Please sign in to comment.