summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03build: add -Wformat-nonliteral to --enable-more-warnings flagsDan Williams1-1/+1
2016-05-18build: add macro to check the compiler flag supportLubomir Rintel1-20/+23
2016-05-18trivial: rename compiler_warnings.m4 to compiler_options.m4Lubomir Rintel1-0/+0
2016-05-18build: use the glib cflags when checking the compiler flagsLubomir Rintel1-1/+1
2016-03-09build: compile with -Wno-duplicate-decl-specifierThomas Haller1-0/+1
2016-03-04m4: update introspection.m4 with original file from gobject-introspectionThomas Haller1-0/+2
2015-11-10build: hack around compiler warning in g-ir-scannerThomas Haller1-1/+1
2015-09-29build: set -Werror when checking whether a -W<warning> option worksLubomir Rintel1-1/+1
2015-06-02build: don't default to -WerrorLubomir Rintel1-1/+1
2015-05-11build: correct help message about missing readline + termcap librariesDan Williams1-1/+1
2015-03-19build: fix clang + glib 2.43 buildLubomir Rintel1-0/+3
2015-03-19build: disable warnings that trigger known clang problemsLubomir Rintel1-16/+64
2015-03-19build: disable warnings where macros expand to tautological comparisonsLubomir Rintel1-1/+1
2015-02-24build: fix detecting support for -Wno-* compiler flagsThomas Haller1-1/+2
2014-11-26build: fix wrongly linking against libreadline in all applicationsThomas Haller1-0/+2
2014-11-06dhcp: add systemd-based "internal" DHCP clientDan Williams1-1/+1
2014-10-29build: renable -Wstrict-prototypes compiler warningThomas Haller1-0/+1
2014-10-29build: refactor compiler_warnings.m4 macroThomas Haller1-16/+12