summaryrefslogtreecommitdiff
path: root/windows
Commit message (Expand)AuthorAgeFilesLines
* Change a few HTTP URLs to HTTPS.Lasse Collin2023-03-181-5/+5
* Windows: build.bash: Copy liblzma API docs to the output package.Lasse Collin2023-03-171-1/+2
* Windows: Add microlzma_*.c to the VS project files.Lasse Collin2023-03-176-0/+12
* Windows: Update INSTALL-MSVC.txt to recommend CMake over project files.Lasse Collin2023-01-101-7/+12
* Build: Add missing stream_decoder_mt.c to .vcxproj files.Jia Tan2023-01-066-0/+6
* Change the bug report address.Lasse Collin2022-11-301-1/+1
* Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin2022-11-306-0/+6
* Windows: Update the VS project files for ARM64 and .lz support.Lasse Collin2022-11-099-4/+49
* Windows: Fix broken liblzma.dll build with Visual Studio project files.Lasse Collin2022-08-183-0/+18
* spellingAntoine Cœur2019-05-111-1/+1
* Windows: Update VS version in windows/vs2019/config.h.Lasse Collin2019-05-011-1/+1
* Windows: Upgrade solution itselfJulien Marrec2019-05-011-2/+5
* Windows: Upgrade solution with VS2019Julien Marrec2019-05-012-14/+16
* Windows: Duplicate windows/vs2017 before upgradingJulien Marrec2019-05-014-0/+937
* Windows/VS2017: Omit WindowsTargetPlatformVersion from project files.Lasse Collin2019-01-133-2/+4
* Windows: Fix paths in VS project files.Lasse Collin2017-09-164-36/+36
* Windows: Update VS2017 project files to include file info decoder.Lasse Collin2017-09-162-0/+4
* Windows: Add project files for VS2017.Lasse Collin2017-09-164-0/+935
* Windows: Update VS2013 project files to include file info decoder.Lasse Collin2017-09-162-0/+4
* Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin2017-09-164-279/+279
* Update the home page URLs to HTTPS.Lasse Collin2017-04-192-2/+2
* Windows/MSVC: Update config.h.Lasse Collin2015-11-031-0/+6
* Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.Lasse Collin2015-08-091-6/+6
* Windows: Omit unneeded header files from MSVC project files.Lasse Collin2015-08-092-10/+0
* Windows: Update the docs.Lasse Collin2015-06-192-1/+48
* Windows: Add MSVC project files for building liblzma.Lasse Collin2015-06-193-0/+795
* Windows: Fix bin_i486 to bin_i686 in build.bash.Lasse Collin2014-12-211-1/+1
* Windows: Update build instructions.Lasse Collin2014-12-201-23/+21
* Windows: Update the build script and README-Windows.txt.Lasse Collin2014-12-202-23/+30
* Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.Lasse Collin2014-12-191-0/+3
* Windows: Add config.h for building liblzma with MSVC 2013.Lasse Collin2014-01-121-0/+139
* Add native threading support on Windows.Lasse Collin2013-09-172-15/+10
* Windows: Update notes about static linking with MSVC.Lasse Collin2012-04-291-4/+9
* Build: Fix "make check" on Windows.Lasse Collin2011-09-061-0/+2
* Remove doubled words from documentation and comments.Lasse Collin2011-04-121-1/+1
* Build: Copy the example programs to $docdir/examples.Lasse Collin2010-10-261-1/+2
* Windows: Put some license info into README-Windows.txt.Lasse Collin2010-10-091-4/+4
* Windows: Fix a diagnostics bug in build.bash.Lasse Collin2010-10-091-1/+1
* Windows: Make build.bash prefer MinGW-w32 over MinGW.Lasse Collin2010-10-091-9/+9
* Windows: Copy COPYING-Windows.txt (if it exists) to the package.Lasse Collin2010-10-091-2/+12
* Windows: Fix build.bash again.Lasse Collin2010-10-081-3/+4
* Windows: Make build.bash work without --enable-dynamic=no.Lasse Collin2010-10-071-2/+2
* Move version.sh to build-aux.Lasse Collin2010-09-281-1/+1
* Windows: Add a note about building a Git repository snapshotLasse Collin2010-07-271-0/+9
* Windows: build.sh is a bash script so name it correctly.Lasse Collin2010-07-272-6/+6
* Windows: Don't strip liblzma.a too much.Lasse Collin2010-07-271-1/+2
* Collection of language fixes to comments and docs.Lasse Collin2010-02-121-2/+2
* Fix typos in comments.Lasse Collin2010-02-011-1/+1
* Fix a comment.Lasse Collin2010-02-011-3/+2
* Revise the Windows build files.Lasse Collin2010-01-316-645/+435