1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/test
Soar Qin c87df8e704
Fix warnings/errors on MSVC (#753)
* Fix warnings/errors on MSVC
1. update googletest to tag release-1.11.0 to make googletest and
   googlemock compile on MSVC2022.
2. set gtest_force_shared_crt to ON in test cmake project to make tests
   compile on MSVC.
3. add /wd4251 and /wd4275 to MSVC compile flags to ignore DLL related
   warnings for class exports.
4. fix some other warnings and errors while compiling on MSVC2022.
2022-06-11 18:45:34 +03:00
..
battle Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
entity Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
erm Fix some warnings, Add headers to the solution 2021-09-05 17:31:12 +03:00
events Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
game Fixes for code review issues 2021-02-20 04:57:50 +03:00
googletest@e2239ee604 Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
map Place proper towns in underground (#743) 2022-05-28 16:03:50 +03:00
mock Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
netpacks Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
rmg Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
scripting Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
serializer Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
spells Merge branch 'develop' into handlersAbstraction 2021-07-16 00:32:13 +03:00
testdata Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
vcai Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CMakeLists.txt Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
CMemoryBufferTest.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
CVcmiTestConfig.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CVcmiTestConfig.h CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
JsonComparer.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
JsonComparer.h [tests] Moved JsonComparer to own file 2018-03-05 21:26:00 +03:00
main.cpp CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
StdInc.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
StdInc.h [C::B] test project update 2017-07-20 15:46:40 +03:00
Test.cbp Fixed build 2021-04-10 02:04:07 +03:00
Test.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
Test.vcxproj.filters Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00