aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2020-04-06configure: remove use of -vec-report0 from CFLAGS with iccDaniel Stenberg
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-21curl-functions.m4: remove inappropriate AC_REQUIRERoss Burton
2020-03-11configure: convert -I to -isystem as a last stepDaniel Stenberg
2020-03-11configure: document 'compiler_num' for gccDaniel Stenberg
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2019-10-02ESNI: initial build/setupNiall
2019-07-09configure: fix --disable-code-coverageJan Chren
2019-05-22configure/cmake: check for if_nametoindex()Daniel Stenberg
2019-05-21configure: detect getsockname and getpeername on windows tooDaniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-02-22configure: remove the unused fdopen macroDaniel Stenberg
2019-01-26configure: rewrite --enable-code-coverageDaniel Stenberg
2019-01-16curl-compilers.m4: check for __ibmxl__ to detect xlclangDaniel Stenberg
2019-01-15curl-compilers.m4: detect xlclangDaniel Stenberg
2018-11-21configure: Fix typo in commentDaniel Gustafsson
2018-09-26configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-08-21Enable more GCC warningsMarcel Raad
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-06-15curl-confopts.m4: fix typo from ed224f23d5bebDaniel Stenberg
2018-06-14configure: use pkg-config for c-ares detectionDaniel Stenberg
2018-05-22configure: add missing m4/ax_compile_check_sizeof.m4Daniel Stenberg
2018-05-21configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg
2018-05-04configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-03-12curl-openssl.m4: fix spelling [ci skip]Viktor Szakats
2018-02-24curl-openssl.m4: Fix version check for OpenSSL 1.1.1Jay Satiro
2018-01-30configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg
2017-09-08configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg
2017-08-16m4/curl-compilers.m4: use proper quotes around string, not backticksDaniel Stenberg
2017-08-15curl-confopts.m4: fix --disable-threaded-resolverJakub Zakrzewski
2017-08-10configure: use the threaded resolver backend by default if possibleDaniel Stenberg
2017-08-08ax_code_coverage.m4: update to latest versionMarcel Raad
2017-07-10curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad
2017-06-24curl-compilers.m4: fix unknown-warning-option on Apple clangMarcel Raad
2017-06-16curl-compilers.m4: enable comma clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable double-promotion warningMarcel Raad
2017-06-16curl-compilers.m4: enable vla warning for clangMarcel Raad
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-06-01curl-compilers.m4: escape square brackets in regexMarcel Raad
2017-06-01curl-compilers.m4: fix compiler_num for clangMarcel Raad
2017-05-31curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad
2017-04-25configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro
2017-04-24curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad
2017-04-15curl-compilers.m4: turn implicit function declarations into errorsMarcel Raad
2017-03-26spelling fixesklemens