Age | Commit message (Collapse) | Author | Files | Lines |
|
This improves the generated Doxygen HTML files to better highlight
how to properly use the liblzma API header files.
|
|
These were caught by clang -Wdocumentation.
|
|
|
|
|
|
Adding support for LZMA_FINISH for Index encoding and
decoding needed tiny additions to the relevant .c files too.
|
|
I had hoped to keep liblzma as purely a compression
library as possible (e.g. file I/O will go into
a different library), but it seems that applications
linking agaisnt liblzma need some way to determine
the memory usage limit, and knowing the amount of RAM
is one reasonable way to help making such decisions.
Thanks to Jonathan Nieder for the original patch.
|