summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2022-12-09build: enable "-Wcast-align" warningThomas Haller1-0/+1
2022-11-07build: enable warnings "-Wint-conversion" and "-Wold-style-definition"Thomas Haller1-0/+3
2022-11-07build/autotools: add compiler warnings that we have in mesonThomas Haller1-0/+5
2022-08-11m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller1-0/+9
2021-07-19build: rework libreadline detection in autotoolsThomas Haller1-56/+80
2021-07-14m4: cli: Add support for --with-readline=auto|libreadline|libedit|none config...Lukasz Majewski1-4/+25
2021-07-14m4: Check for history_set_history_state instead of add_historyLukasz Majewski1-1/+2
2021-07-14m4: ax_lib_readline.m4: Use readline libraries when linking add_history test ...Lukasz Majewski1-0/+4
2021-04-27m4: fix readline macroBeniamino Galvani1-1/+2
2021-04-07m4/ax_lib_readline.m4: Update after running aclocalJavier Jardón1-36/+22
2021-04-07tests: fix undefined references to pthreadorbea1-0/+522
2021-01-08build: add comment for disabling "-Wmaybe-uninitialized" with LTOThomas Haller1-2/+7
2021-01-08Revert "build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO build"Thomas Haller1-7/+3
2021-01-08build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO buildThomas Haller1-3/+7
2020-08-17build: disable "-Wstringop-overflow" warning with LTO enabledThomas Haller1-0/+9
2020-04-20build: remove subshells and fix invalid test syntaxGilles Dartiguelongue1-2/+2
2020-02-21build: disable -Wimplicit-fallthrough warning with clangThomas Haller1-1/+20
2020-02-21libnm: disable "-Wtautological-constant-out-of-range-compare" warning with clangThomas Haller1-0/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-05-29build: disable "-Wunknown-pragmas" warningThomas Haller1-0/+1
2019-04-16build: document defaults consistentlyLubomir Rintel2-3/+3
2019-02-08build: re-enable "-Wmissing-braces" warningThomas Haller1-6/+0
2019-02-04build: fix building with LTOBeniamino Galvani1-2/+2
2018-09-18build: don't change CFLAGS from configure.acBeniamino Galvani1-5/+5
2018-08-07build: set -Wall when probing extra warning optionsLubomir Rintel1-1/+1
2018-08-07build: check whether g-ir-scanner actually worksLubomir Rintel1-34/+31
2018-07-17build: pass -std=gnu99 to compilerThomas Haller1-1/+1
2018-07-17m4/trivial: fix indentationThomas Haller1-1/+1
2018-02-16m4: parametrize flags variableLubomir Rintel1-20/+23
2018-02-08m4/trivial: add a bug link to a compiler warning checkLubomir Rintel1-0/+1
2018-02-07all: replace non-leading tabs with spacesThomas Haller1-2/+2
2018-02-07m4: disable -Wcast-function-typeLubomir Rintel1-0/+10
2017-12-18build: enable unused-but-set warningLubomir Rintel1-1/+0
2017-12-15build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller1-0/+1
2017-10-20build: disable lcov version checkBeniamino Galvani1-24/+2
2017-05-18build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller1-0/+2
2017-04-18m4: disable -Wmissing-braces for newer clangLubomir Rintel1-0/+6
2017-02-10build: test for support of -flto compiler flagThomas Haller1-3/+8
2017-02-10build: add m4 macros for --enable-lto and --enable-ld-gcThomas Haller1-0/+27
2017-02-06build: reorder flags in "m4/compiler_options.m4"Thomas Haller1-16/+16
2017-02-06build: enable -Wextra warningThomas Haller1-0/+2
2017-02-06build: disable -Wformat-truncation warningThomas Haller1-0/+1
2017-02-06build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller1-0/+1
2017-02-06m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller1-6/+17
2017-01-19build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel1-1/+1
2016-11-10build: allow using GCC C99 dialect instead of C89Thomas Haller1-1/+1
2016-09-14build: move detection of NM_GIT_SHA to separate "m4/git-sha-record.m4"Thomas Haller1-0/+15
2016-06-06build: disable warning "-Wformat-y2k"Thomas Haller1-0/+1
2016-06-03build: configure.ac: always set -fno-strict-aliasingBeniamino Galvani1-1/+1
2016-06-03build: import attributes.m4 from systemdBeniamino Galvani1-0/+292