1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/test
John Bolton d7e82c1087 Fixed a bad fix. Fixed more warnings.
These warnings have not been fixed because the are legitimate and/or I don't know how to fix them:

test\googletest\googletest\include\gtest/gtest-printers.h(888,43): warning C4996: 'std::tr1': warning STL4002: The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be REMOVED.
lib\serializer\JsonSerializeFormat.h(523,26): warning C4244: 'argument': conversion from 'type1' to 'type2', possible loss of data
include\boost/iostreams/positioning.hpp(96,15): warning C4996: 'std::fpos<_Mbstatet>::seekpos': warning STL4019: The member std::fpos::seekpos() is non-Standard, ...
source\lib\filesystem\FileStream.h(39,69): warning C4910: 'boost::iostreams::stream<FileBuf,std::char_traits<char>,std::allocator<char>>': '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
include\boost/optional/optional.hpp(274,53): warning C4244: 'argument': conversion from 'T' to 'T', possible loss of data
client\widgets\../gui/SDL_Extensions.h(112,14): warning C4244: 'initializing': conversion from 'type1' to 'type2', possible loss of data
client\CServerHandler.cpp(421,24): warning C4834: discarding return value of function with 'nodiscard' attribute (see https://bugs.vcmi.eu/view.php?id=3144)
client\CVideoHandler.cpp(130,25): warning C4996: 'AVStream::codec': was declared deprecated
2020-10-04 16:26:45 -07:00
..
battle Fixed a bad fix. Fixed more warnings. 2020-10-04 16:26:45 -07:00
game fixed broken test 2019-06-09 20:32:06 +03:00
googletest@4bab34d208 Add googletest as submodule 2017-07-18 16:49:50 +02:00
map Fixed a bad fix. Fixed more warnings. 2020-10-04 16:26:45 -07:00
mock Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
rmg Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
spells Fixed https://bugs.vcmi.eu/view.php?id=3059 2019-06-09 22:46:29 +03:00
testdata Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
vcai Fixed a bad fix. Fixed more warnings. 2020-10-04 16:26:45 -07:00
CMakeLists.txt CMake more transitive 2019-03-28 16:56:51 +03:00
CMemoryBufferTest.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
CVcmiTestConfig.cpp CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
CVcmiTestConfig.h CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
JsonComparer.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +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 [C::B] Switched to boost shared linkage 2019-05-30 20:55:40 +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