| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide getdelim and getline compat shims | Theo Buehler | 2024-12-20 | 1 | -0/+10 |
* | Disable additional MSVC warnings | Don Olmstead | 2024-11-13 | 1 | -1/+5 |
* | cmake: use `CMAKE_INSTALL_SYSCONFDIR` | Viktor Szakats | 2024-10-29 | 1 | -2/+2 |
* | Fix CMake build on FreeBSD | Theo Buehler | 2024-10-15 | 1 | -0/+4 |
* | don't override language property for ASM files as C | Brent Cook | 2024-10-08 | 1 | -1/+1 |
* | fix syslog_r and pipe2 detection | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
* | Fix syslog_r detection | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
* | Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION" | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
* | Land #1079, Switch to check_symbol_exists() for simple cases | Brent Cook | 2024-10-01 | 1 | -17/+22 |
|\ |
|
| * | Switch to check_symbol_exists() in simplest cases | Theo Buehler | 2024-08-21 | 1 | -17/+22 |
* | | Land #1084, Append version to dll on CMake | Brent Cook | 2024-10-01 | 1 | -1/+1 |
|\ \ |
|
| * | | bump minimum CMake version for DLL_NAME_WITH_SOVERSION | Brent Cook | 2024-10-01 | 1 | -1/+1 |
| |/ |
|
* / | Fix includedir on CMake | Yang Kun | 2024-08-21 | 1 | -1/+1 |
|/ |
|
* | cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*` | Viktor Szakats | 2024-08-07 | 1 | -5/+4 |
* | Update CMakeLists.txt | rfl890 | 2024-08-02 | 1 | -1/+1 |
* | CMakeLists.txt: Fix HOST variable for ppc64 | OPNA2608 | 2024-07-19 | 1 | -1/+1 |
* | use compat implementations of strlcpy and strlcat | MoustaphaSaad | 2024-06-19 | 1 | -7/+10 |
* | Remove timegm() compat | Theo Buehler | 2024-05-25 | 1 | -5/+0 |
* | Update CMakeLists.txt | Jim B | 2024-04-07 | 1 | -1/+1 |
* | Update CMakeLists.txt | Jim B | 2024-04-06 | 1 | -13/+9 |
* | cmake: disable default NDEBUG differently | Viktor Szakats | 2024-03-11 | 1 | -2/+7 |
* | Land #989 cmake: disable ASM for Windows ARM64 | Brent Cook | 2024-02-12 | 1 | -0/+3 |
|\ |
|
| * | cmake: disable ASM for Windows ARM64 | Viktor Szakats | 2024-01-02 | 1 | -0/+3 |
* | | Land #998, Windows: Improve check for endianness when using Visual Studio | Brent Cook | 2024-02-12 | 1 | -0/+9 |
|\ \ |
|
| * | | Windows: Improve the check for endianness when using Visual Studio. | Christian Andersen | 2024-02-04 | 1 | -0/+9 |
| |/ |
|
* / | Windows: Don't set -Wall when compiling with Visual Studio. | Christian Andersen | 2024-02-04 | 1 | -2/+2 |
|/ |
|
* | Fix timingsafe memcmp detection | Theo Buehler | 2023-12-20 | 1 | -2/+2 |
* | cmake: limit some macros to mingw | Viktor Szakats | 2023-12-14 | 1 | -5/+7 |
* | try fixing missing tls-compat for tests | Viktor Szakats | 2023-12-14 | 1 | -2/+2 |
* | cmake: stop exporting compat functions | Viktor Szakats | 2023-12-14 | 1 | -3/+3 |
* | cmake: auto-detect `strtonum` | Viktor Szakats | 2023-12-11 | 1 | -0/+5 |
* | Land #938, cmake: simplify if expressions, accept CPU values more consistently | Brent Cook | 2023-11-07 | 1 | -19/+19 |
|\ |
|
| * | always check `CMAKE_SYSTEM_PROCESSOR` with `MATCHES` | Viktor Szakats | 2023-11-07 | 1 | -4/+4 |
| * | simplify `MATCHES`/`STREQUAL` syntax | Viktor Szakats | 2023-11-07 | 1 | -19/+19 |
* | | cmake: stop passing unused C macros | Viktor Szakats | 2023-11-07 | 1 | -1/+1 |
|/ |
|
* | cmake: fix arm64 to not trigger armv4 ASM | Viktor Szakats | 2023-11-07 | 1 | -1/+2 |
* | Land #932, use existing crypto/ssl libs for tls tests | Brent Cook | 2023-11-05 | 1 | -1/+1 |
|\ |
|
| * | slim `tls-static` library (used in tests) | Viktor Szakats | 2023-11-04 | 1 | -1/+1 |
* | | also fix ocspcheck and nc, dedupe build logic | Viktor Szakats | 2023-11-05 | 1 | -6/+12 |
|/ |
|
* | reenable assembly for MSVC | Brent Cook | 2023-10-30 | 1 | -3/+0 |
* | adjust how sizeof time_t is set, the current way causes issues with MSVC 2022... | Brent Cook | 2023-10-29 | 1 | -1/+0 |
* | Land #913, CMake build fixes | Brent Cook | 2023-10-29 | 1 | -2/+2 |
|\ |
|
| * | Consistently use CMAKE_CURRENT_BINARY_DIR | Marc Aldorasi | 2023-09-12 | 1 | -2/+2 |
* | | disable MSVC x64 asm | Brent Cook | 2023-10-29 | 1 | -0/+3 |
* | | remove unneeded switch for MSVC, cleanup comment alignment | Brent Cook | 2023-10-29 | 1 | -10/+6 |
* | | Fix processor detection in CMakeLists.txt | Jiajie Chen | 2023-09-04 | 1 | -10/+10 |
|/ |
|
* | enable asserts regardless of build type | Brent Cook | 2023-08-29 | 1 | -0/+7 |
* | Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. | Pierre Wendling | 2023-08-19 | 1 | -3/+3 |
* | CMake: Export and install library targets. | Pierre Wendling | 2023-08-19 | 1 | -1/+33 |
* | Land #894, fix to enable ASM support in MinGW builds | Brent Cook | 2023-08-13 | 1 | -1/+1 |
|\ |
|