Skip to content

Commit

Permalink
Bump commonItems from 3d00ea8 to b8ecf12
Browse files Browse the repository at this point in the history
Bumps [commonItems](https://github.com/ParadoxGameConverters/commonItems) from `3d00ea8` to `b8ecf12`.
- [Commits](ParadoxGameConverters/commonItems@3d00ea8...b8ecf12)

---
updated-dependencies:
- dependency-name: commonItems
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent a7829c6 commit f0d1092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonItems
Submodule commonItems updated 55 files
+2 −2 .github/workflows/linux_codeql-analysis.yml
+4 −4 .github/workflows/linux_coverage.yml
+1 −1 .github/workflows/windows_cmake_build.yml
+12 −8 BulkParser.cpp
+5 −2 BulkParser.h
+28 −30 CMakeLists.txt
+9 −0 CommonFunctions.cpp
+7 −6 CommonFunctions.h
+10 −3 CommonItems/CommonItems.vcxproj
+0 −15 CommonItems/CommonItems.vcxproj.filters
+21 −2 ConverterVersion.cpp
+2 −1 ConverterVersion.h
+53 −5 GameVersion.cpp
+18 −4 GameVersion.h
+16 −1 LinuxUtils.cpp
+22 −5 Localization/LocalizationDatabase.cpp
+3 −2 Localization/LocalizationDatabase.h
+7 −4 ModLoader/Mod.h
+64 −65 ModLoader/ModFilesystem.cpp
+16 −8 ModLoader/ModFilesystem.h
+257 −57 ModLoader/ModLoader.cpp
+15 −11 ModLoader/ModLoader.h
+76 −33 ModLoader/ModParser.cpp
+25 −14 ModLoader/ModParser.h
+167 −41 OSCommonLayer.cpp
+24 −27 OSCompatibilityLayer.h
+23 −5 Parser.cpp
+8 −2 Parser.h
+14 −14 ParserHelpers.cpp
+24 −2 WinUtils.cpp
+1 −1 external/googletest
+104 −0 external/zip/CMakeLists.txt
+1 −1 tests/ColorTests.cpp
+55 −2 tests/CommonFunctionsTests.cpp
+9 −0 tests/CommonItemsTests.sln
+7 −2 tests/CommonItemsTests.vcxproj
+1 −1 tests/CommonRegexesTests.cpp
+1 −1 tests/ConvenientParserTests.cpp
+21 −5 tests/ConverterVersionTests.cpp
+2 −2 tests/DateTests.cpp
+65 −17 tests/GameVersionTests.cpp
+4 −4 tests/Localization/LocalizationBlockTests.cpp
+20 −8 tests/Localization/LocalizationDatabaseTests.cpp
+1 −1 tests/LogTests.cpp
+35 −32 tests/ModFilesystemTests.cpp
+106 −18 tests/ModLoaderTests.cpp
+76 −11 tests/ModParserTests.cpp
+4 −1 tests/ParserHelperTests.cpp
+2 −2 tests/ParserTests.cpp
+1 −1 tests/StringUtilsTests.cpp
+1 −1 tests/iconvliteTests.cpp
+1 −1 tests/test_main.cpp
+142 −0 zip/zip.vcxproj
+30 −0 zip/zip.vcxproj.filters
+4 −0 zip/zip.vcxproj.user

0 comments on commit f0d1092

Please sign in to comment.