1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Lasse Collin 6b44b4a775 Add native threading support on Windows.
Now liblzma only uses "mythread" functions and types
which are defined in mythread.h matching the desired
threading method.

Before Windows Vista, there is no direct equivalent to
pthread condition variables. Since this package doesn't
use pthread_cond_broadcast(), pre-Vista threading can
still be kept quite simple. The pre-Vista code doesn't
use anything that wasn't already available in Windows 95,
so the binaries should run even on Windows 95 if someone
happens to care.
2013-09-17 11:52:28 +03:00
..
common Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
liblzma Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
lzmainfo Man pages: Use similar syntax for synopsis as in xz. 2013-06-30 18:02:27 +03:00
scripts Man pages: Use similar syntax for synopsis as in xz. 2013-06-30 18:02:27 +03:00
xz Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
xzdec Man pages: Use similar syntax for synopsis as in xz. 2013-06-30 18:02:27 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00