11 Commits

Author SHA1 Message Date
Kovid Goyal
9355dd7668
Update version of LZMA SDK 2017-08-23 07:45:56 +05:30
Kovid Goyal
aee8af31f3
Hide all symbols in the compiled python extensions on unix
They were already hidden on windows. Avoids the possibility of symbol
collisions and also means ld has to do less work when loading them
extensions.
2017-06-07 12:19:24 +05:30
Kovid Goyal
05d5ea41fc Use LZMA compression for the RS compiler 2015-08-08 13:05:34 +05:30
Kovid Goyal
e6fa5795fe Implement creation of .xz files 2015-08-08 09:23:35 +05:30
Kovid Goyal
de82a9c437 LZMA2 compression now works 2015-08-07 12:46:50 +05:30
Kovid Goyal
7ce47c2d91 ... 2015-08-07 10:31:56 +05:30
Kovid Goyal
c9fa66a3ad C89 compatibility fixes 2015-08-07 09:39:19 +05:30
Kovid Goyal
d100eaeb9d Start work on creating .xz files 2015-08-07 09:03:59 +05:30
Kovid Goyal
63d9d6bca5 Add a decompressor for LZMA1 2015-08-06 17:37:49 +05:30
Kovid Goyal
a85e8b31ba ... 2015-08-06 13:32:41 +05:30
Kovid Goyal
50e0da0804 Implement decoding of .xz files
LZMA decoding code taken from the public domain LZMA SDK by Igor Pavlov.
2015-08-06 13:14:37 +05:30