Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-22 | MSVC: Remove Visual Studio project files and update INSTALL-MSVC.txt. | Lasse Collin | 1 | -157/+0 | |
CMake is now the preferred build file generator when building with MSVC. | |||||
2022-11-09 | Windows: Update the VS project files for ARM64 and .lz support. | Lasse Collin | 1 | -0/+9 | |
2019-05-01 | Windows: Update VS version in windows/vs2019/config.h. | Lasse Collin | 1 | -1/+1 | |
2019-05-01 | Windows: Duplicate windows/vs2017 before upgrading | Julien Marrec | 1 | -0/+0 | |
2017-09-16 | Windows: Add project files for VS2017. | Lasse Collin | 1 | -1/+1 | |
These files match the v5.2 branch (no file info decoder). | |||||
2017-09-16 | Windows: Move VS2013 files into windows/vs2013 directory. | Lasse Collin | 1 | -0/+0 | |
2017-04-19 | Update the home page URLs to HTTPS. | Lasse Collin | 1 | -1/+1 | |
2015-11-03 | Windows/MSVC: Update config.h. | Lasse Collin | 1 | -0/+6 | |
2014-12-19 | Windows: Define TUKLIB_SYMBOL_PREFIX in config.h. | Lasse Collin | 1 | -0/+3 | |
It is to keep all symbols in the lzma_ namespace. | |||||
2014-01-12 | Windows: Add config.h for building liblzma with MSVC 2013. | Lasse Collin | 1 | -10/+19 | |
This is for building liblzma. Building xz tool too requires a little more work. Maybe it will be supported, but for most MSVC users it's enough to be able to build liblzma. C99 support in MSVC 2013 is almost usable which is a big improvement over earlier versions. It's "almost" because there's a dumb bug that breaks mixed declarations after an "if" statements unless the "if" statement uses braces: https://connect.microsoft.com/VisualStudio/feedback/details/808650/visual-studio-2013-c99-compiler-bug https://connect.microsoft.com/VisualStudio/feedback/details/808472/c99-support-of-mixed-declarations-and-statements-fails-with-certain-types-and-constructs Hopefully it will get fixed. Then liblzma should be compilable with MSVC 2013 without patching. | |||||
2010-10-09 | DOS: Update the Makefile, config.h and README. | Lasse Collin | 1 | -34/+11 | |
This is now simpler and builds only xz.exe. | |||||
2009-09-11 | Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors. | Lasse Collin | 1 | -0/+3 | |
2009-02-13 | Initial port to DOS using DJGPP. | Lasse Collin | 1 | -19/+4 | |
2009-02-13 | Windows port: Take advantage of the version number macros. | Lasse Collin | 1 | -15/+0 | |
Now the version number is not duplicated in the Windows-specific files anymore. | |||||
2009-02-05 | Added initial experimental makefile for use with MinGW. | Lasse Collin | 1 | -0/+180 | |