push
github
Eliminate warnings (#274) * Turn on more warnings. * Exclude externals from warnings. * Fix warnings in modParser * Fix warnings in commons * More mod parser fixes * More fixes in OS layer * Fixes for localization db * Parser helper fixes * Parser fixes * Converter version updates * ModLoader updates * ConverterVersion updates * GameVersion updates * Update a few 'find path' functions * Deprecate some more functions. * Add missing file to cmake, fix compile errors. * Add another function duplicate * Sort some headers * using statements * Another override * path -> u8path in overrides. * Review comment. * Include path fix. * Formatting. * Apply warnings stuff to MSVC project * Make zip external * Fix borken tests. * Linux updates * Disable warning on linux * More formatting. * Revert "Disable warning on linux" This reverts commit 93dcb523b. * Disable a linux warning. * Fix last commit * Formatting * Try again. * Try again * Turn off unknown pragmas * Restore function. * Undo bad formatting. * Fix some tests on linux. * Fix another test. * UTF16ToUTF8() on linux * Reference instead of copy * Only set up coverage if this is a top-level project
279 of 358 new or added lines in 13 files covered. (77.93%)
38 existing lines in 2 files now uncovered.1836 of 2421 relevant lines covered (75.84%)
240.51 hits per line