summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-14build: ensure rl_echo_signal_char() exists in the readline libraryDan Williams1-0/+13
2014-08-01build/clang: fix detection of valid warning compiler flagsThomas Haller1-1/+21
2014-06-27build: check harder for readlineDan Williams1-0/+106
2014-04-02build: add -Wformat-security to the default warning flagsDan Winship1-1/+1
2013-05-09build: update gnome-code-coverage.m4Dan Winship1-5/+7
2013-04-24coverage: delete *.gcno on make cleanPavel Šimerda1-2/+2
2013-01-24build: drop libnl 1.x and 2.x support, require libnl >= 3.2.7Pavel Šimerda1-62/+0
2013-01-08build: add code coverage supportPavel Šimerda1-0/+162
2012-07-30build: add some more build-time warningsDan Williams1-1/+3
2012-06-12vala: add vala bindings for libnm-util and libnm-glibAlberto Ruiz1-0/+88
2012-02-09build: allow --set-more-warnings=no|yes|errorColin Walters1-3/+5
2011-07-28build: put test source code into AC_LANG_PROGRAM (bgo #655225)Krzesimir Nowak1-7/+4
2011-04-26build: don't use -Wstrict-prototypes (bgo #584947)Dan Williams1-3/+4
2011-04-14build: use -Wundef and fix up cases where stuff wasn't defined (bgo #647157)Dan Williams1-1/+2
2011-01-25Merge remote branch 'origin/master' into rm-usersetDan Williams1-1/+1
2011-01-24build: turn off set-but-not-used variable warnings in new GCCDan Williams1-1/+1
2011-01-21introspection: add GObject introspection support (bgo #637032)Giovanni Campagna1-0/+94
2009-08-26Work around libnl address caching bugDan Winship1-0/+65
2009-05-02Split compiler warnings into separate m4 macro fileMichael Biebl1-0/+31