summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* build: enable "-Wcast-align" warningThomas Haller2022-12-091-0/+1
* build: enable warnings "-Wint-conversion" and "-Wold-style-definition"Thomas Haller2022-11-071-0/+3
* build/autotools: add compiler warnings that we have in mesonThomas Haller2022-11-071-0/+5
* m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller2022-08-111-0/+9
* build: rework libreadline detection in autotoolsThomas Haller2021-07-191-56/+80
* m4: cli: Add support for --with-readline=auto|libreadline|libedit|none config...Lukasz Majewski2021-07-141-4/+25
* m4: Check for history_set_history_state instead of add_historyLukasz Majewski2021-07-141-1/+2
* m4: ax_lib_readline.m4: Use readline libraries when linking add_history test ...Lukasz Majewski2021-07-141-0/+4
* m4: fix readline macrobg/m4-readlineBeniamino Galvani2021-04-271-1/+2
* m4/ax_lib_readline.m4: Update after running aclocalmasterJavier Jardón2021-04-071-36/+22
* tests: fix undefined references to pthreadorbea2021-04-071-0/+522
* build: add comment for disabling "-Wmaybe-uninitialized" with LTOThomas Haller2021-01-081-2/+7
* Revert "build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO build"Thomas Haller2021-01-081-7/+3
* build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO buildThomas Haller2021-01-081-3/+7
* build: disable "-Wstringop-overflow" warning with LTO enabledThomas Haller2020-08-171-0/+9
* build: remove subshells and fix invalid test syntaxGilles Dartiguelongue2020-04-201-2/+2
* build: disable -Wimplicit-fallthrough warning with clangThomas Haller2020-02-211-1/+20
* libnm: disable "-Wtautological-constant-out-of-range-compare" warning with clangThomas Haller2020-02-211-0/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* build: disable "-Wunknown-pragmas" warningThomas Haller2019-05-291-0/+1
* build: document defaults consistentlyLubomir Rintel2019-04-162-3/+3
* build: re-enable "-Wmissing-braces" warningThomas Haller2019-02-081-6/+0
* build: fix building with LTOBeniamino Galvani2019-02-041-2/+2
* build: don't change CFLAGS from configure.acBeniamino Galvani2018-09-181-5/+5
* build: set -Wall when probing extra warning optionsLubomir Rintel2018-08-071-1/+1
* build: check whether g-ir-scanner actually worksLubomir Rintel2018-08-071-34/+31
* build: pass -std=gnu99 to compilerThomas Haller2018-07-171-1/+1
* m4/trivial: fix indentationThomas Haller2018-07-171-1/+1
* m4: parametrize flags variableLubomir Rintel2018-02-161-20/+23
* m4/trivial: add a bug link to a compiler warning checkLubomir Rintel2018-02-081-0/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-2/+2
* m4: disable -Wcast-function-typeLubomir Rintel2018-02-071-0/+10
* build: enable unused-but-set warningLubomir Rintel2017-12-181-1/+0
* build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller2017-12-151-0/+1
* build: disable lcov version checkBeniamino Galvani2017-10-201-24/+2
* build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller2017-05-181-0/+2
* m4: disable -Wmissing-braces for newer clangLubomir Rintel2017-04-181-0/+6
* build: test for support of -flto compiler flagThomas Haller2017-02-101-3/+8
* build: add m4 macros for --enable-lto and --enable-ld-gcThomas Haller2017-02-101-0/+27
* build: reorder flags in "m4/compiler_options.m4"Thomas Haller2017-02-061-16/+16
* build: enable -Wextra warningThomas Haller2017-02-061-0/+2
* build: disable -Wformat-truncation warningThomas Haller2017-02-061-0/+1
* build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller2017-02-061-0/+1
* m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller2017-02-061-6/+17
* build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel2017-01-191-1/+1
* build: allow using GCC C99 dialect instead of C89Thomas Haller2016-11-101-1/+1
* build: move detection of NM_GIT_SHA to separate "m4/git-sha-record.m4"Thomas Haller2016-09-141-0/+15
* build: disable warning "-Wformat-y2k"Thomas Haller2016-06-061-0/+1
* build: configure.ac: always set -fno-strict-aliasingBeniamino Galvani2016-06-031-1/+1
* build: import attributes.m4 from systemdBeniamino Galvani2016-06-031-0/+292