Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-29 | Integrated zlib and libpng closer into the cmake tree | Aki | |
2021-09-29 | Merge commit '07162fa301835387e4da4278326ec1ff45d1dc3e' as 'zlib' | Aki | |
2021-09-29 | Removed zlib | Aki | |
2019-09-14 | Update zlib 3rd party code to v1.2.11 | Yasha Jannoo | |
zlib source code, version 1.2.11. https://www.zlib.net/. Include all the gynmastics involved in: - making sure we compile zlibstat and set the output files locations and filename to those expected by the starshatter setup. - turning off the ASM includes as they are invalid for the new versions of zlib (and crash when running). - matching the calling conventions of the Starshatter code by ommiting ZLIB_WINAPI from the zlib preprocessor defines. - fix debug build compile error in zlibstatic: https://stackoverflow.com/questions/31867018/unresolved-external-symbol-except-handler4-common-in-visual-studio-2015 This fixes some string warnings. | |||
2019-09-10 | Turn off edit and continue. | Yasha Jannoo | |
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later. | |||
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha Jannoo | |
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. | |||
2019-09-10 | Revert "Turn off Minimal Rebuild across the board" | Yasha Jannoo | |
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b. | |||
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha Jannoo | |
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. | |||
2019-09-05 | Retarget for new MSBuild toolsets | Yasha Jannoo | |
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17) | |||
2013-07-10 | Updating the project files so that building works again | fwoltermann@gmail.com | |
2012-06-13 | One of these days, I'ma be done with project file updates | FWoltermann@gmail.com | |
2012-06-05 | REdoing r71, without the mistakes | FWoltermann@gmail.com | |
2012-06-05 | Add VS2012 configs to the project files. | FWoltermann@gmail.com | |
2012-05-28 | Removes the ArrayList classes, and replaces all instances with std::vector ↵ | FWoltermann@gmail.com | |
implementations. | |||
2012-05-28 | Sets a few properties for VS2011 | FWoltermann@gmail.com | |
2012-05-27 | A few things MSVC's analyzer found. | FWoltermann@gmail.com | |
2012-05-22 | And new zlib.lib | FWoltermann@gmail.com | |
2012-01-07 | Adding experimental x64 build configs. THESE DO NOT WORK YET. | FWoltermann@gmail.com | |
2011-12-09 | Updating the pre-built libs | FWoltermann@gmail.com | |
2011-12-08 | Various things needed to compile the normal executable. | FWoltermann@gmail.com | |
Do note that it is possible to compile Starshatter.exe now. | |||
2011-12-08 | MSVC6 project file removal | FWoltermann@gmail.com | |
2011-12-08 | Initial upload | FWoltermann@gmail.com | |