summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/xz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xz: Suppress attribute warningsSebastian Huber2017-07-051-0/+7
| | | | Update #2909.
* xz: Use CRC32Sebastian Huber2017-06-131-6/+1
| | | | | | | This reverts c475924d6d2ea7d5cba160a8a28e88642d6b46d8. Update #2909. Close #2994.
* xz/xz_config.h: Address unable to inline warningJoel Sherrill2017-04-241-0/+5
|
* xz_config.h: Define XZ_USE_CRC64Joel Sherrill2017-04-061-1/+1
| | | | close #2909.
* libmisc/xz: Add xz decompression.Chris Johns2016-10-1311-0/+3000
Add support to untar XZ compressed files.