Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblzma: fix build on platforms with no SIZE_MAX defined. | Chuck Atkins | 2014-11-03 | 1 | -2/+2 |
| | | | | | | | | | Some systems don't define a SIZE_MAX (older versions of HP-UX with aCC). The logic was already in place to account for this condition but SIZEOF_SIZE_T was not getting cmoputed at configure time to allow it to function. This computes sizeof(size_t) at configure time to allow the appropriate logic to work. It also changes SIZEOF_SIZE_T to SIZE_OF_SIZE_T for consistency. | ||||
* | liblzma: Disable warnings to avoid changing 3rd party code | Brad King | 2014-07-29 | 1 | -1/+3 |
| | |||||
* | liblzma: Port to VS 6, 7.0 | Daniel Pfeifer | 2014-07-29 | 2 | -17/+10 |
| | | | | Also remove use of MSVC intrinsic. | ||||
* | liblzma: Add CMake build system | Daniel Pfeifer | 2014-07-23 | 2 | -4/+10 |
| | | | | | Modify sources just enough to build without the full xz common directory. | ||||
* | Merge branch 'liblzma-upstream' into add-liblzma | Brad King | 2014-07-21 | 3 | -0/+765 |