aboutsummaryrefslogtreecommitdiff
path: root/windows (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Update website URLs back to tukaani.org.Lasse Collin1-1/+1
2024-02-21Windows: build.bash: Include COPYING.0BSD in the package.Lasse Collin1-1/+1
2024-02-21Windows: build.bash: include liblzma-crt-mixing.txt in the package.Lasse Collin1-2/+4
2024-02-21Windows: Major update to Windows build instructions.Lasse Collin7-147/+373
2024-02-21Windows: Update windows/README-Windows.txt.Lasse Collin1-63/+41
2024-02-20Windows: Update windows/build.bash.Lasse Collin1-79/+112
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-1/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin2-8/+6
2024-01-19Docs: Update website URLs.Jia Tan1-1/+2
2023-09-24Build: Change quoting style from `...' to '...'.Jia Tan1-1/+1
2023-09-24Windows: Update the version requirement comments from Win95 to W2k.Lasse Collin2-9/+7
2023-09-22MSVC: Remove Visual Studio project files and update INSTALL-MSVC.txt.Lasse Collin13-2928/+12
2023-03-18Change a few HTTP URLs to HTTPS.Lasse Collin1-5/+5
2023-03-17Windows: build.bash: Copy liblzma API docs to the output package.Lasse Collin1-1/+2
2023-03-17Windows: Add microlzma_*.c to the VS project files.Lasse Collin6-0/+12
2023-01-10Windows: Update INSTALL-MSVC.txt to recommend CMake over project files.Lasse Collin1-7/+12
2023-01-06Build: Add missing stream_decoder_mt.c to .vcxproj files.Jia Tan6-0/+6
2022-11-30Change the bug report address.Lasse Collin1-1/+1
2022-11-30Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin6-0/+6
2022-11-09Windows: Update the VS project files for ARM64 and .lz support.Lasse Collin9-4/+49
2022-08-18Windows: Fix broken liblzma.dll build with Visual Studio project files.Lasse Collin3-0/+18
2019-05-11spellingAntoine Cœur1-1/+1
2019-05-01Windows: Update VS version in windows/vs2019/config.h.Lasse Collin1-1/+1
2019-05-01Windows: Upgrade solution itselfJulien Marrec1-2/+5
2019-05-01Windows: Upgrade solution with VS2019Julien Marrec2-14/+16
2019-05-01Windows: Duplicate windows/vs2017 before upgradingJulien Marrec4-0/+937
2019-01-13Windows/VS2017: Omit WindowsTargetPlatformVersion from project files.Lasse Collin3-2/+4
2017-09-16Windows: Fix paths in VS project files.Lasse Collin4-36/+36
2017-09-16Windows: Update VS2017 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Add project files for VS2017.Lasse Collin4-0/+935
2017-09-16Windows: Update VS2013 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin4-279/+279
2017-04-19Update the home page URLs to HTTPS.Lasse Collin2-2/+2
2015-11-03Windows/MSVC: Update config.h.Lasse Collin1-0/+6
2015-08-09Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.Lasse Collin1-6/+6
2015-08-09Windows: Omit unneeded header files from MSVC project files.Lasse Collin2-10/+0
2015-06-19Windows: Update the docs.Lasse Collin2-1/+48
2015-06-19Windows: Add MSVC project files for building liblzma.Lasse Collin3-0/+795
2014-12-21Windows: Fix bin_i486 to bin_i686 in build.bash.Lasse Collin1-1/+1
2014-12-20Windows: Update build instructions.Lasse Collin1-23/+21
2014-12-20Windows: Update the build script and README-Windows.txt.Lasse Collin2-23/+30
2014-12-19Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.Lasse Collin1-0/+3
2014-01-12Windows: Add config.h for building liblzma with MSVC 2013.Lasse Collin1-0/+139
2013-09-17Add native threading support on Windows.Lasse Collin2-15/+10
2012-04-29Windows: Update notes about static linking with MSVC.Lasse Collin1-4/+9
2011-09-06Build: Fix "make check" on Windows.Lasse Collin1-0/+2
2011-04-12Remove doubled words from documentation and comments.Lasse Collin1-1/+1
2010-10-26Build: Copy the example programs to $docdir/examples.Lasse Collin1-1/+2
2010-10-09Windows: Put some license info into README-Windows.txt.Lasse Collin1-4/+4
2010-10-09Windows: Fix a diagnostics bug in build.bash.Lasse Collin1-1/+1
2010-10-09Windows: Make build.bash prefer MinGW-w32 over MinGW.Lasse Collin1-9/+9
2010-10-09Windows: Copy COPYING-Windows.txt (if it exists) to the package.Lasse Collin1-2/+12
2010-10-08Windows: Fix build.bash again.Lasse Collin1-3/+4
2010-10-07Windows: Make build.bash work without --enable-dynamic=no.Lasse Collin1-2/+2
2010-09-28Move version.sh to build-aux.Lasse Collin1-1/+1
2010-07-27Windows: Add a note about building a Git repository snapshotLasse Collin1-0/+9
2010-07-27Windows: build.sh is a bash script so name it correctly.Lasse Collin2-6/+6
2010-07-27Windows: Don't strip liblzma.a too much.Lasse Collin1-1/+2
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-2/+2
2010-02-01Fix typos in comments.Lasse Collin1-1/+1
2010-02-01Fix a comment.Lasse Collin1-3/+2
2010-01-31Revise the Windows build files.Lasse Collin6-645/+435
2010-01-17Updated windows/Makefile.Lasse Collin2-13/+27
2009-09-11Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors.Lasse Collin1-0/+3
2009-06-27Moved the Windows resource files outside the windows directoryLasse Collin6-82/+19
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin1-2/+2
2009-06-26Ugly hack to make it possible to use the thousand separatorLasse Collin1-10/+3
2009-06-26Added missing source files to windows/Makefile.Lasse Collin1-0/+2
2009-06-26Basic support for building with Cygwin and MinGW usingLasse Collin1-9/+7
2009-06-04Fix purporse -> purpose. Thanks to Andrew Dudman.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-1/+1
2009-02-17Added lzma_easy_buffer_encode(). Splitted easy.c into smallLasse Collin1-1/+5
2009-02-13Windows port: Take advantage of the version number macros.Lasse Collin3-24/+9
2009-02-10Added resource files for the Windows build.Lasse Collin6-15/+88
2009-02-07MinGW support: Don't build fastpos_tablegen.c as part ofLasse Collin2-33/+69
2009-02-06Some MSYS installations (e.g. MsysGit) don't includelarhzu/v4.999.8betaLasse Collin2-10/+13
2009-02-05Added initial experimental makefile for use with MinGW.Lasse Collin3-0/+597