Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utilities: Update hard-coded try_compile results for curl 8.4.0 | Brad King | 2023-10-12 | 1 | -0/+1 |
| | |||||
* | Utilities: Drop unused hard-coded try_compile result | Brad King | 2023-09-20 | 1 | -1/+0 |
| | | | | The `HAVE_WINSOCK_H` check was removed by curl 7.81. | ||||
* | Utilities: Update hard-coded try_compile results for curl 8.1.2 | Brad King | 2023-05-30 | 1 | -0/+3 |
| | |||||
* | Utilities: Update hard-coded try_compile results for curl 7.88.1 | Brad King | 2023-02-21 | 1 | -0/+1 |
| | |||||
* | curl: Set build options the way we need for CMake | Brad King | 2022-10-31 | 1 | -0/+8 |
| | |||||
* | libarchive: Update build within CMake after changes in 3.6.0 | Brad King | 2022-02-16 | 1 | -0/+2 |
| | |||||
* | Utilities: Add hard-coded try_compile result for libarchive strnlen check | Brad King | 2021-08-24 | 1 | -0/+1 |
| | | | | | libarchive 3.5.1 checks for strnlen. It is available on all Windows platforms. | ||||
* | Utilities: Add missing hard-coded try_compile results for libarchive | Brad King | 2021-05-27 | 1 | -0/+3 |
| | |||||
* | Utilities: Update hard-coded try_compile results for curl 1.77.0 | Brad King | 2021-05-27 | 1 | -0/+4 |
| | |||||
* | Utilities: Update hard-coded try_compile results for third-party libraries | Brad King | 2020-06-03 | 1 | -4/+12 |
| | | | | | | | | | | | | | The integer size checks have been replaced with KWIML so their hard-coded results are no longer needed. Tell `TEST_BIG_ENDIAN` to use `unsigned short` as the 16-bit integer. UNIX device APIs do not exist on Windows. FreeBSD libmd does not exist on Windows. Fix typo in existing `HAVE_READPASSPHRASE_H` setting. | ||||
* | libarchive: Avoid configure-time checks for integer range constants | Brad King | 2020-06-01 | 1 | -12/+0 |
| | |||||
* | Hard-code some try_compile results for third-party libraries | Brad King | 2020-05-27 | 1 | -0/+300 |
Our bundled third-party libraries perform many `try_compile` checks for compatibility with their upstream build systems. For many of the checks we already know the result for compilers we support for building CMake itself, especially on Windows. Hard-code known results to avoid running the checks. |