Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | * Release 9.23v9.23 | Ladislav Zezula | |
* Fixed regressions * Fixed test program | |||
2020-10-10 | Fix CMAKE | dzik | |
Latest filename renaming broke cmake | |||
2020-04-05 | Added option, disabled by default, to skip adding files to install. This is ↵ | namreeb | |
useful when the library is being linked statically. | |||
2019-11-01 | Fix incorrect CPack description file path | Simon Mossmyr | |
2019-02-03 | CMake / Linux: make sure system zlib and bz2 headers are used | Ferdinand Thiessen | |
2018-04-03 | + Test commit | Zezula Ladislav | |
2018-04-03 | + Fixed build warnings in VS 2015 | Zezula Ladislav | |
2017-12-23 | + Proper version in CMakeLists.txt | Ladislav Zezula | |
2017-12-22 | Fix compiling storm_test executable | Pali Rohár | |
Compile it really only if STORM_BUILD_TESTS is enabled and link it against compiled StormLib library instead of compiling all source files again. | |||
2017-11-09 | + Fixed Linux build | Zezula Ladislav | |
2017-09-19 | CMake: Remove misleading opts add DLL support | Lectem | |
This commit fixes #114 The options UNICODE and BUILD_DYNAMIC_MODULE were only changing the name of the libraries and not the flags used for compilation. I removed them for now, but if we want to add Unicode/Runtime version to CMake it will be possible later. This fixes #114 as the .lib created by CMake on windows can no more be mistaken for another one. If people need to build a specific version of the library, they can for now use the cmake cache to change the /M(D/T) flag and/or add the UNICODE and _UNICODE defines. I changed the option name for the test executable so that it won't conflict with other projects, and made sure BUILD_TESTING is checked. When BUILD_TESTING (the official option for CTest) is ON, STORM_BUILD_TESTS is by default ON. If BUILD_TESTING is set to OFF, then STORM_BUILD_TESTS can only be set to OFF. I also added the stormlib_dll/StormLib.def file to the source list when using MSVC, which means you can now correctly create StormLib.dll and its associated .lib and .exp by setting BUILD_SHARED_LIBS to ON. | |||
2017-09-17 | Add STORMLIB_NO_AUTO_LINK define to disable linking with pragma | Lectem | |
2017-09-17 | cmake target_* requires v2.8.12 | Lectem | |
2017-03-09 | Updated CMakeLists.txt to accurately name output file under Windows | namreeb | |
2017-03-09 | + Removed DEFINE from CMakeLists.txt | Zezula Ladislav | |
+ Fixed paths to include files | |||
2016-12-18 | + Updated subversion number in CMakeLists.txt | Ladislav Zezula | |
2016-11-20 | + Fixes by Pali Rohar | Ladislav Zezula | |
2016-11-08 | + Define put back | Ladislav Zezula | |
2016-11-08 | + CMakeLists.txt fixed. | Ladislav Zezula | |
2016-11-06 | + Reverted include directories | Ladislav Zezula | |
2016-11-06 | + Public include directories moved to "include" directory | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2016-10-14 | On Unix, check if bzip2-devel is installed and fail of not to avoid linker ↵ | cen1 | |
errors when building. This is due to bzip2 being compiled from source for WIN32 only. | |||
2016-09-05 | Define O_LARGEFILE as 0 on FreeBSD. | Christian Heckendorf | |
2016-08-30 | Fix Unix builds | H0zen | |
-Fix static build on OSX -Fix FreeBSD build | |||
2016-07-10 | Use regular filesystem calls instead of 64 bit versions on FreeBSD. Ideally ↵ | cen1 | |
FileStream.cpp should be modified to work everywhere but this is a quick and harmless solution for now. | |||
2016-07-04 | Revert "Fixed include dir for header files" | cen1 | |
This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3. | |||
2016-07-04 | Fixed include dir for header files | cen1 | |
2016-06-30 | Add support for deb and rpm generation with CPack | cen1 | |
2014-08-27 | + Added support for signing MPQ archive (weak signature).v9.10 | Ladislav Zezula | |
+ Added test cases for signature support + Release 9.10 | |||
2014-04-18 | + Renamed Test.cpp to StormTest.cpp | Ladislav | |
2013-12-12 | + Fixed warnings | Ladislav Zezula | |
+ Added SBaseDumpData to the makefiles | |||
2013-12-05 | + StormLib 9.0 BETA | Ladislav Zezula | |
2013-11-14 | + Makefiles fixed | Ladislav | |
2013-11-13 | + Support for SQP and MPK archives | Ladislav Zezula | |
+ Makefiles fixed | |||
2013-03-12 | Heart of the Swarm Release | Ladislav | |
+ Added decryption key for encrypted MPQs from Heart of the Swarm background downloader + Small update of CMakeList.txt (thanks, Pali) | |||
2013-01-11 | Initial creation | Ladislav Zezula | |