Age | Commit message (Collapse) | Author |
|
|
|
Install CMake config file to allow `find_package(StormLib)`
|
|
`StormLib::storm`
Users will now be able to do:
```cmake
find_package(StormLib CONFIG REQUIRED)
target_link_libraries(SomeTarget PRIVATE StormLib::storm)
```
Note that vcpkg now relies on this CMakeLists.txt, so if this is merged and a new version is released it will make it even easier to consume the library as it automatically detects config files.
|
|
|
|
Fixed bugs found by Gabe Sherman
|
|
|
|
|
|
|
|
|
|
|
|
(https://github.com/ladislav-zezula/StormLib/issues/337)
|
|
(https://github.com/ladislav-zezula/StormLib/issues/336)
|
|
|
|
|
|
|
|
https://github.com/ladislav-zezula/StormLib/issues/333
|
|
|
|
|
|
|
|
|
|
|
|
Support for new MPQ protection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks for the fix :-)
|
|
|
|
+ Refactored udage of UNICODE characters
+ Fixed regression tests on Linux
|
|
Thaks for the fix (typo intended here) :-)
|
|
|
|
The flag MPQ_OPEN_NO_LISTFILE is now propagated by SFileOpenPatchArchive
|
|
|
|
Multiple changes
|
|
|
|
|
|
Fixed https://github.com/ladislav-zezula/StormLib/issues/311
|
|
|
|
|
|
Tabs -> Spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|