1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00
vcmi/test/mock
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
..
BattleFake.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
BattleFake.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_battle_IBattleState.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_battle_Unit.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_BonusBearer.cpp Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
mock_BonusBearer.h Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
mock_CPSICallback.cpp [c::b] Updated projects, applied fixes 2018-07-29 22:07:40 +03:00
mock_CPSICallback.h [c::b] Updated projects, applied fixes 2018-07-29 22:07:40 +03:00
mock_Creature.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_CreatureService.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_Environment.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_events_ApplyDamage.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_IBattleInfoCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_IGameCallback.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_IGameCallback.h Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
mock_IGameEventCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_IGameInfoCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_MapService.cpp Throw std::runtime_exception instead of a pointer to new one 2018-10-31 07:27:54 +01:00
mock_MapService.h
mock_scripting_Context.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_scripting_Pool.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_scripting_Script.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_scripting_Service.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_ServerCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_Services.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_spells_effects_Registry.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_spells_Mechanics.h Fixes for code review issues 2021-02-20 04:57:50 +03:00
mock_spells_Problem.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_spells_Spell.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_spells_SpellService.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_UnitEnvironment.h
mock_UnitInfo.h
mock_vstd_CLoggerBase.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mock_vstd_RNG.h