summaryrefslogtreecommitdiff
path: root/Utilities/cmlibarchive
Commit message (Expand)AuthorAgeFilesLines
* libarchive: Set build options the way we need for CMakeBrad King2023-04-251-0/+4
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2023-04-2536-113/+348
* Build: Use imported target `ZLIB::ZLIB` instead of variablesAlex Turbov2022-09-221-0/+2
* Utilities: Activate POSIX APIs even without compiler extensionsBrad King2022-06-041-0/+10
* libarchive: Remove a system preprocessor macro that conflicts with a local varBrad King2022-06-041-0/+3
* Merge topic 'update-libarchive'Brad King2022-02-1873-1514/+3598
|\
| * libarchive: Simplify code selecting CMake-specific build optionsBrad King2022-02-171-15/+0
| * libarchive: Update build within CMake after changes in 3.6.0Brad King2022-02-162-1/+2
| * libarchive: include archive_platform.h first in blake2s sourcesBrad King2022-02-162-2/+4
| * Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2022-02-1573-1500/+3596
* | libarchive: Fix OpenSSL crypto library checks for build inside CMakeBrad King2022-02-171-0/+2
|/
* Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-271-1/+1
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-7/+7
* libarchive: Limit xz compression level to 6 on AIXBrad King2021-08-241-0/+4
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2021-08-2466-627/+1238
* libarchive: Add missing cm3p prefixes on includesBrad King2021-08-202-3/+3
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
* Merge topic 'libarchive-u_char'Brad King2021-04-061-4/+4
|\
| * libarchive: Use uint8_t instead of u_charBrad King2021-04-051-4/+4
* | Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
* | libarchive: Fix lzma_stream_encoder_mt detectionRodolfo Lima2021-01-261-1/+7
|/
* libarchive: Map fixed-size integer types from KWIML as typedefsBrad King2020-06-031-10/+10
* libarchive: Use KWIML to get fixed-size integer typesBrad King2020-06-022-216/+41
* libarchive: Avoid configure-time checks for integer range constantsBrad King2020-06-013-89/+15
* libarchive: Drop unused code providing uintmax_t and intmax_tBrad King2020-06-012-13/+0
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-0723-36/+36
* libarchive: Update to build within CMakeBrad King2020-02-133-22/+9
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2020-02-13151-1319/+11634
* Merge topic 'libarchive-win-codepage'Brad King2020-02-071-2/+5
|\
| * libarchive: Add support for UTF-8 locale on WindowsBrad King2020-02-061-1/+3
| * libarchive: Fix WideCharToMultiByte output buffer sizeBrad King2020-02-061-1/+2
* | libarchive: Fix detection of 'major' on Solaris 11.4Brad King2020-01-301-1/+5
* | cmake: avoid marking local or unused variables as advancedBen Boeckel2020-01-201-1/+0
|/
* Merge topic 'libarchive-solaris-11.4'Brad King2019-05-221-5/+5
|\
| * libarchive: avoid b64_encode name conflict with Solaris built-in functionBrad King2019-05-211-5/+5
* | CMake: Enable use of zstd in libarchiveBrad King2019-03-134-7/+5
* | Utilities: Suppress warnings in third-party code when using XLClangBrad King2019-02-251-1/+1
* | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-1/+1
|/
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2018-09-2652-203/+1002
* libarchive: Backport fix for build with LibreSSL 2.7Brad King2018-09-261-1/+2
* libarchive: Do not use nanosecond file time APIs on macOS < 10.13Brad King2017-09-201-0/+11
* libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMakeBrad King2017-07-201-3/+3
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-07-2064-2760/+4371
* Merge topic 'libarchive-backport-rc4-crypto-rec'Brad King2017-03-221-1/+1
|\
| * libarchive: backport rc4 crypto requirement updateBrad King2017-03-211-1/+1
* | libarchive: Remove liblzma from introspection testsBrad King2017-02-271-2/+0
* | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-02-2714-124/+228
* | libarchive: Avoid using isblankBrad King2017-02-231-5/+9
* | libarchive: Avoid declaration after statement in C codeBrad King2017-02-231-2/+4
* | libarchive: Fix use of ssize_t in archive_entry.hBrad King2017-02-231-2/+23