Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 1 | -2/+2 |
| | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. | ||||
* | CMake: Enable use of liblzma in libarchive (#14504) | Daniel Pfeifer | 2014-07-29 | 1 | -0/+23 |
Build liblzma as part of CMake or find one on the system. Modify our port of libarchive to use the liblzma configured for use with CMake. |