summaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
Commit message (Expand)AuthorAgeFilesLines
* autotools: sync up clang picky warnings with cmakeViktor Szakats2023-04-171-3/+20
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* curl-compilers.m4: for gcc + want warnings, set gnu89 standardDaniel Stenberg2022-09-231-0/+1
* curl-compilers.m4: use -O2 as default optimize for clangDaniel Stenberg2022-09-061-1/+1
* curl-compilers.m4: make icc use -diag* options and disable two warningsDaniel Stenberg2022-07-231-2/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* misc: remove the final watcom referencesDaniel Stenberg2022-01-171-58/+1
* build: enable -Warith-conversionMarcel Raad2022-01-131-0/+1
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-131-4/+5
* m4/curl-compilers: tell clang -Wno-pointer-bool-conversionDaniel Stenberg2021-12-291-0/+3
* mailing lists: move from cool.haxx.se to lists.haxx.seDaniel Stenberg2021-08-301-1/+1
* configure: inhibit the implicit-fallthrough warning on gcc-12Daniel Stenberg2021-06-291-1/+4
* configure: do not strip out debug flagsDaniel Stenberg2021-06-171-69/+1
* configure: set -Wextra-semi-stmt for clang with --enable-debugDaniel Stenberg2020-12-291-0/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-0/+4
* configure: let --enable-debug set -Wenum-conversion with gcc >= 10Daniel Stenberg2020-09-071-0/+4
* configure: allow disabling warningsMarcel Raad2020-07-171-48/+74
* configure: remove use of -vec-report0 from CFLAGS with iccDaniel Stenberg2020-04-061-5/+0
* configure: convert -I to -isystem as a last stepDaniel Stenberg2020-03-111-5/+4
* configure: document 'compiler_num' for gccDaniel Stenberg2020-03-111-3/+12
* curl-compilers.m4: check for __ibmxl__ to detect xlclangDaniel Stenberg2019-01-161-2/+2
* curl-compilers.m4: detect xlclangDaniel Stenberg2019-01-151-2/+11
* configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg2018-09-261-1/+1
* whitespace fixesViktor Szakats2018-09-231-1/+0
* Enable more GCC warningsMarcel Raad2018-08-211-1/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-0/+1
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-0/+1
* configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts2018-05-041-10/+1
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-0/+17
* configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg2017-09-081-1/+6
* m4/curl-compilers.m4: use proper quotes around string, not backticksDaniel Stenberg2017-08-161-1/+1
* curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad2017-07-101-1/+9
* curl-compilers.m4: fix unknown-warning-option on Apple clangMarcel Raad2017-06-241-1/+10
* curl-compilers.m4: enable comma clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable double-promotion warningMarcel Raad2017-06-161-0/+10
* curl-compilers.m4: enable vla warning for clangMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: escape square brackets in regexMarcel Raad2017-06-011-1/+1
* curl-compilers.m4: fix compiler_num for clangMarcel Raad2017-06-011-1/+1
* curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad2017-05-311-0/+5
* curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad2017-04-241-1/+1
* curl-compilers.m4: turn implicit function declarations into errorsMarcel Raad2017-04-151-2/+5
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka2016-06-211-2/+2
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-031-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* configure: use icc options without spaceDaniel Stenberg2013-09-271-2/+2
* configure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCHDaniel Stenberg2013-09-071-1/+1
* configure: use XC_LIBTOOL for portability across libtool versionsYang Tse2013-03-081-27/+3