Commit graph

11 commits

Author SHA1 Message Date
NoiTaTuM
8cdbc5ce24 Fix strupr implementation 2017-01-11 17:17:18 +01:00
NoiTaTuM
d8bee03707 Fix segmentation fault in IsPatch.
Change pointer to long in IsPatch to pointer to uint32_t.
The size of long depends on the implementation, most posix systems are
LP64, wich means long is 64 bits not 32 bits like in Windows.
The program now seems to work on Linux with GCC.
2017-01-11 17:17:18 +01:00
alexey.lysiuk
6219e4ab7c Fixed compilation error 2016-12-01 09:45:52 +01:00
Christoph Oelckers
1759a83104 - fixed format identifier for IMGZ. 2016-11-12 19:32:10 +01:00
Christoph Oelckers
679ab2e0ba - version bump. 2016-11-12 12:16:34 +01:00
alexey.lysiuk
e63e9a9b02 - fix most of warnings with non-MSVC toolchains 2016-11-12 12:04:17 +02:00
alexey.lysiuk
554774506d - fix compilation error with non-MSVC toolchains 2016-11-12 12:03:29 +02:00
Christoph Oelckers
97dd5ed070 - extract to a subdirectory instead of the current work directory.
- add a CMake option to allow node stripping in a default build.
2016-11-10 20:47:27 +01:00
Christoph Oelckers
69de82224e - added missing zlib code. 2016-11-10 20:45:59 +01:00
Christoph Oelckers
6838d3e024 Create README.md 2016-11-10 20:00:47 +01:00
Christoph Oelckers
2bafaae58e - version 1.0.
Tested with Visual Studio 2013 and 2015 on Windows, other platforms may still need work.
2016-11-10 19:56:16 +01:00