1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/filesystem
John Bolton a05ae78e67 Fixed lots of warnings.
Disabled the following (for MSVC only) that couldn't (or shouldn't) be fixed.

4003: not enough actual parameters for macro 'identifier'
4250: 'class1' : inherits 'class2::member' via dominance
4251: 'type' : class 'type1' needs to have dll-interface to be used by clients of class 'type2'
4275: non dll-interface class 'type1' used as base for dll-interface class 'type2'
2020-10-04 02:20:18 -07:00
..
AdapterLoaders.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
AdapterLoaders.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CArchiveLoader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CArchiveLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBinaryReader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CBinaryReader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCompressedStream.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CCompressedStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFileInputStream.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFileInputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFilesystemLoader.cpp fixed code format and other minor issues 2017-08-30 19:19:54 +12:00
CFilesystemLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CInputOutputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CInputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryBuffer.cpp WiP on zip serialization 2015-12-05 12:06:47 +03:00
CMemoryBuffer.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryStream.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
COutputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZipLoader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CZipLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZipSaver.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
CZipSaver.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
FileInfo.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
FileInfo.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
FileStream.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
FileStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Filesystem.cpp Prevent shadowing of function arguments by local vars 2018-10-29 16:56:14 +01:00
Filesystem.h Fix memory leaks in launcher. 2018-05-01 00:01:20 +03:00
ISimpleResourceLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
MinizipExtensions.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
MinizipExtensions.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
ResourceID.cpp Enabled GIF format for images (not GIF-animations) as requested by user. 2019-02-07 03:23:14 +03:00
ResourceID.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00