summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/lzma
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool/lzma: Make clang-11+'s indentation checker happyPatrick Georgi2020-02-011-2/+2
* util/cbfstool: Fix typosElyes HAOUAS2018-08-281-2/+2
* cbfstool: have decompress functions provide ouput data sizeAaron Durbin2015-10-251-1/+5
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-0/+1
* cbfstool: Clean up codeStefan Reinauer2015-03-041-4/+4
* cbfstool: Propogate compression errors back to the caller.Gabe Black2014-09-251-9/+12
* cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc2014-03-021-127/+1
* cbfstool/lzma: Remove code which depends on commented out definesAlexandru Gagniuc2014-02-113-21/+3
* cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OKAlexandru Gagniuc2014-02-101-16/+0
* cbfstool: Fix LzmaEnc.c and build with -WshadowAlexandru Gagniuc2014-02-101-12/+7
* cbfstool: Fix build errors when building with clangAlexandru Gagniuc2014-02-101-1/+1
* cbfstool/lzma: Avoid use of typedef with structs and enumsAlexandru Gagniuc2014-01-298-277/+277
* cbfstool/lzma: Remove windows-specific remnantsAlexandru Gagniuc2014-01-293-40/+6
* cbfstool/lzma: Remove C++ remnantsAlexandru Gagniuc2014-01-294-44/+0
* cbfstool/lzma: Use stdint and stdbool typesAlexandru Gagniuc2014-01-299-620/+580
* Fix whitespace leaked into treeKyösti Mälkki2013-09-174-31/+31
* cbfstool: completely initialize input and output streamsStefan Reinauer2013-04-081-1/+3
* cbfstool: Replace C++ code with C codeStefan Reinauer2013-04-035-1137/+198
* cbfstool: Update LZMA encoder to LZMA SDK 9.12Stefan Reinauer2012-11-1261-6557/+5889
* fix typo in minilzma.cc, found by Idwer.Stefan Reinauer2010-10-101-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2733-243/+243
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-1/+1
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-231-2/+2
* New cbfstool. Works without mmap or fork/exec andPatrick Georgi2009-09-1449-0/+6557