]> git.ipfire.org Git - thirdparty/curl.git/history - CMake
runtests: work around a perl without SIGUSR1
[thirdparty/curl.git] / CMake /
2023-04-16  Viktor Szakatscmake: speed up and extend picky clang/gcc options
2023-03-14  Viktor Szakatswolfssl: add quic/ngtcp2 detection in cmake, and fix...
2023-03-13  Viktor Szakatsbuild: fix stdint/inttypes detection with non-autotools
2023-02-12  Dmitry Atamanovcmake: fix dev warning due to mismatched arg
2023-01-24  Marc Aldorasicmake: use list APPEND syntax for CMAKE_REQUIRED_DEFINI...
2023-01-03  Daniel Stenbergcopyright: update all copyright lines and remove year...
2022-11-16  Daniel StenbergOtherTests.cmake: check for cross-compile, not for...
2022-11-01  Viktor Szakatslib: sync guard for Curl_getaddrinfo_ex() definition...
2022-11-01  Viktor Szakatstidy-up: process.h detection and use
2022-10-14  Viktor Szakatscmake: set HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID on Windows
2022-10-14  Viktor Szakatscmake: set HAVE_GETADDRINFO_THREADSAFE on Windows
2022-10-14  Viktor Szakatscmake: sync HAVE_SIGNAL detection with autotools
2022-10-14  Viktor Szakatscmake: delete duplicate HAVE_GETADDRINFO test
2022-10-11  Viktor Szakatscmake: enable more detection on Windows
2022-10-06  Viktor Szakatstidy-up: delete parallel/unused feature flags
2022-09-28  Daniel Stenbergfunctypes: provide the recv and send arg and return...
2022-09-06  Marc Hoerskenlib: add required Win32 setup definitions in setup...
2022-08-31  Viktor Szakatscmake: fix original MinGW builds
2022-08-26  Marc Hoerskencmake: add detection of threadsafe feature
2022-07-19  Viktor Szakatstidy-up: delete unused build configuration macros
2022-07-05  Doncmake: support ngtcp2 boringssl backend
2022-06-13  max.mehlcopyright: make repository REUSE compliant
2022-05-19  Vincent Torricmake: add libpsl support
2022-04-10  Nick Banksmsh3: add support for QUIC and HTTP/3 using msh3
2022-01-17  Daniel Stenbergmisc: remove BeOS code and references
2022-01-08  Filip Lundgrencmake: fix iOS CMake project generation error
2022-01-02  Valentin Richtercmake: prevent dev warning due to mismatched arg
2021-09-29  Marcel RaadCMake: remove `HAVE_WINSOCK_H` definition
2021-09-29  Daniel StenbergRevert "build: remove checks for WinSock 1"
2021-09-28  Marcel Raadbuild: remove checks for WinSock 1
2021-08-24  Daniel Stenbergcmake: avoid poll() on macOS
2021-07-23  Dan FandrichGet rid of the unused HAVE_SIG_ATOMIC_T et. al.
2021-07-19  Daniel Stenbergmisc: copyright year range updates
2021-07-16  Andrea Pappacodabuild: fix IoctlSocket FIONBIO check
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused gethostbyaddr...
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused inet_ntoa...
2021-06-18  Gergely Nagyconfigure/cmake: remove unused define HAVE_PERROR
2021-06-18  Gergely Nagyconfigure/cmake: remove checks for unused sgtty.h
2021-06-01  Gregor Jasnycmake: try well-known send/recv signature for Apple
2021-04-07  Michael Forneyconfigure: remove use of RETSIGTYPE
2021-02-23  Viktor Szakatsbuild: delete unused feature guards
2020-11-19  Cristian Morales... cmake: make CURL_ZLIB a tri-state variable
2020-11-10  Tobias Hietacmake: don't pass -fvisibility=hidden to clang-cl on...
2020-11-05  Daniel Stenbergcopyright: fix year ranges
2020-11-04  Daniel Stenbergcurl.se: new home
2020-07-12  Gilles Vollantcontent_encoding: add zstd decoding support
2020-05-10  Peter WuCMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)
2020-04-14  Brad Kingcmake: Avoid MSVC C4273 warnings in send/recv checks
2020-03-24  Daniel Stenbergcopyright: fix out-of-date copyright ranges and missing...
2020-03-16  Daniel Stenbergcmake: add support for building with wolfSSL 5095/head
2020-03-01  Rolf Eike BeerCMake: clean up and improve build procedures
2020-01-11  nicoguilliercmake: Improve libssh2 check on Windows
2019-12-04  Peter WuCMake: add support for building with the NSS vtls backend
2019-11-26  Michael ForneyTLS: add BearSSL vtls implementation
2019-11-02  Vilhelm Prytzcopyrights: update all copyright notices to 2019 on...
2019-10-05  Paul B. Omtabuild: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO...
2019-08-31  Rolf Eike BeerCMake: remove needless newlines at end of gss variables
2019-07-09  Daniel GustafssonCMake: fix typos and spelling
2019-07-09  Kyle EdwardsCMake: Convert errant elseif() to else()
2019-06-05  Marcel Raadbuild: fix Codacy warnings
2019-05-12  Marcel Raadcmake: restore C89 compatibility of CurlTests.c
2019-05-11  Marcel RaadCMake: suppress unused variable warnings
2019-04-11  Marcel Raadbuild: fix Codacy/CppCheck warnings
2019-04-10  Jakub Zakrzewskicmake: avoid linking executable for some tests with...
2019-01-16  Sergei Nikulovcmake: updated check for HAVE_POLL_FINE to match autotools
2019-01-11  Sergei Nikulovcmake: added checks for HAVE_VARIADIC_MACROS_C99 and...
2018-11-29  Konstantin KushnirCMake: fix MIT/Heimdal Kerberos detection
2018-10-29  Tuomo Rinnecmake: uniform ZLIB to use USE_ variable and clean...
2018-10-29  Tuomo Rinnecmake: add find_dependency call for ZLIB to CMake confi...
2018-10-05  Sergei NikulovMerge branch 'dmitrykos-fix_missing_CMake_defines'
2018-10-05  dmitrykoscmake: test and set missed defines during configuration
2018-10-01  Ruslan BaratovCMake: Improve config installation
2018-09-23  Viktor Szakatswhitespace fixes
2018-09-18  slodkicmake: don't require OpenSSL if USE_OPENSSL=OFF
2018-08-08  John Butterfieldcmake: link curl to the OpenSSL targets instead of...
2018-07-17  Ruslan BaratovCMake: Update scripts to use consistent style
2018-07-09  Ruslan BaratovCMake: remove redundant and old end-of-block syntax
2018-07-06  Ruslan BaratovCMake: Remove unused 'output_var' from 'collect_true'
2018-07-06  Ruslan BaratovCMake: Remove unused functions
2018-05-29  Sergei Nikulovcmake: fixed comments in compile checks code
2018-05-28  maxedFix the test for fsetxattr and strerror_r tests in...
2018-03-19  Doncmake: add support for brotli
2018-02-23  Viktor Szakatsspelling fixes
2017-10-28  Jakub Zakrzewskicmake: Export libcurl and curl targets to use by other...
2017-10-02  Sergei Nikulovcmake: disable tests and man generation if perl/nroff...
2017-08-10  Daniel Stenbergcmake: move cmake_uninstall.cmake to CMake/
2017-07-05  Daniel Stenbergcmake: fix send/recv argument scanner for windows
2017-03-26  klemensspelling fixes
2017-03-05  Michael MalteseCMake: Set at most one SSL library
2017-03-05  Michael MalteseCMake: Add mbedTLS support
2017-02-01  Sean Burfordcmake: Support curl --xattr when built with cmake
2016-11-06  Peter Wucmake: disable poll for macOS
2016-10-10  Remo Ecmake: add nghttp2 support
2016-09-09  Jakub ZakrzewskiCMake: Try to (un-)hide private library symbols
2016-02-02  Daniel StenbergURLs: change all http:// URLs to https://
2015-09-23  Jakub ZakrzewskiCMake: Put "winsock2.h" before "windows.h" during confi...
2015-08-14  Brad Kingcmake: Fix CurlTests check for gethostbyname_r with...
2015-02-19  Sergei NikulovCMake: fix winsock2 detection on windows
2014-11-19  Brad KingCMake: Simplify if() conditions on check result variables
2014-11-13  Brad KingCMake: Restore order-dependent library checks
next