Ryan C. Gordon
|
78c1a985ec
|
Made physfs_lzmasdk.h's include-once blockers match other files' formatting.
|
2017-08-11 01:29:38 -04:00 |
Ryan C. Gordon
|
093dcb555b
|
os/2: Patched to compile (?).
|
2017-08-02 16:40:07 -04:00 |
Ryan C. Gordon
|
3f9ffddc83
|
os/2: attempt to get cpuid support on OpenWatcom builds.
|
2017-08-02 16:34:02 -04:00 |
Ryan C. Gordon
|
28f32ad240
|
Removed C++ single-line comments from LZMA SDK.
|
2017-07-17 16:25:17 -04:00 |
Ryan C. Gordon
|
823061758b
|
Disable unaligned reads in LZMA SDK; it upsets GCC's strict-aliasing rules.
|
2017-07-17 16:22:29 -04:00 |
Ryan C. Gordon
|
0bda50c276
|
More unused LZMA SDK code.
|
2017-07-17 15:50:04 -04:00 |
Ryan C. Gordon
|
1d616dcaf1
|
Fixed compiler warning.
|
2017-07-17 15:43:39 -04:00 |
Ryan C. Gordon
|
4557dbf0f7
|
Another LZMA SDK trim.
|
2017-07-17 14:57:02 -04:00 |
Ryan C. Gordon
|
7ab5cc52ce
|
Fixed 64-bit ints in LZMA SDK on Watcom C.
|
2017-07-17 14:56:52 -04:00 |
Ryan C. Gordon
|
f6c830968c
|
Workaround strict-aliasing warnings on some versions of GCC.
|
2017-07-17 14:46:36 -04:00 |
Ryan C. Gordon
|
3765efb652
|
Still more LZMA SDK trimming.
|
2017-07-17 14:43:36 -04:00 |
Ryan C. Gordon
|
a28a01c124
|
Patched to compile on Visual Studio.
|
2017-07-17 14:37:02 -04:00 |
Ryan C. Gordon
|
8553113870
|
Patched to compile on OpenWatcom.
|
2017-07-17 14:35:47 -04:00 |
Ryan C. Gordon
|
7fed370cfd
|
Chopped more unused pieces out of the LZMA SDK.
|
2017-07-17 14:35:36 -04:00 |
Ryan C. Gordon
|
43f8ffcd2d
|
Chopped out some unused code from the LZMA SDK.
|
2017-07-17 14:27:51 -04:00 |
Ryan C. Gordon
|
afacf0395e
|
Static analysis fix.
|
2017-07-17 14:19:29 -04:00 |
Ryan C. Gordon
|
f83e36a8be
|
Static analysis fix (maybe?).
|
2017-07-17 12:41:28 -04:00 |
Ryan C. Gordon
|
a5d3dd498e
|
Rewrote the 7zip archiver.
This also updates the LZMA SDK to something more modern, which is now public
domain code, and squashed it into a single header for easier building.
|
2017-07-17 12:26:50 -04:00 |