-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use getHolderID() instead of getHolder()->ID (#225) #patch
* Update commonItems * Fix tests * Update ImperatorToCK3.vcxproj * Update googletest * Update ImperatorToCK3Tests.vcxproj * Update ImperatorToCK3Tests.vcxproj.filters
- Loading branch information
1 parent
728eedf
commit 0602d81
Showing
9 changed files
with
34 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule commonItems
updated
3 files
+6 −0 | ParserHelpers.cpp | |
+1 −0 | ParserHelpers.h | |
+36 −0 | tests/ParserHelperTests.cpp |
Submodule googletest
updated
11 files
+2 −0 | docs/_data/navigation.yml | |
+1 −1 | docs/advanced.md | |
+6 −111 | docs/gmock_cheat_sheet.md | |
+17 −27 | docs/gmock_cook_book.md | |
+3 −2 | docs/gmock_for_dummies.md | |
+115 −0 | docs/reference/actions.md | |
+18 −17 | docs/reference/matchers.md | |
+8 −6 | googlemock/include/gmock/gmock-spec-builders.h | |
+18 −6 | googlemock/test/gmock-function-mocker_test.cc | |
+19 −15 | googletest/include/gtest/gtest-death-test.h | |
+3 −3 | googletest/src/gtest-death-test.cc |