aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma.h
AgeCommit message (Expand)Author
2020-03-11Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin
2018-03-28nothrow: use noexcept for C++11 and newerBen Boeckel
2015-09-25liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer.Lasse Collin
2014-05-04liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h.Lasse Collin
2010-10-21liblzma: Update the comments in the API headers.Lasse Collin
2010-05-26Remove the Subblock filter code for now.Lasse Collin
2010-05-14Omit lzma_restrict from the API headers.Lasse Collin
2009-12-09Always rely on GCC's auto-import on Windows.Lasse Collin
2009-11-15Add lzma_physmem().Lasse Collin
2009-09-12Fix GCC version check for nothrow attribute.Lasse Collin
2009-09-12A few grammar fixes.Lasse Collin
2009-08-27Updates to liblzma API headers.Lasse Collin
2009-06-26Basic support for building with Cygwin and MinGW usingLasse Collin
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin
2009-02-07Introduced LZMA_API_STATIC macro, which the applicationsLasse Collin
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin
2009-02-01Use __cdecl also for function pointers in liblzma API whenLasse Collin
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin
2009-01-31Fix two lines in lzma.h on which the # wasn't at theLasse Collin
2009-01-31Add support for using liblzma headers in MSVC, which has noLasse Collin
2009-01-31Fix # -> ## in a macro in lzma.h.Lasse Collin
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin
2008-12-17Remove the alignment functions for now. Maybe they willLasse Collin
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin
2008-11-25Remove the nowadays unneeded memory limitting malloc() wrapper.Lasse Collin
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin
2008-01-22Added lzma_easy_* functions. These should make usingLasse Collin
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin
2007-12-09Imported to git.Lasse Collin