summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add -Wformat-nonliteral to --enable-more-warnings flagsDan Williams2016-06-031-1/+1
* build: add macro to check the compiler flag supportLubomir Rintel2016-05-181-20/+23
* trivial: rename compiler_warnings.m4 to compiler_options.m4Lubomir Rintel2016-05-181-0/+0
* build: use the glib cflags when checking the compiler flagsLubomir Rintel2016-05-181-1/+1
* build: compile with -Wno-duplicate-decl-specifierThomas Haller2016-03-091-0/+1
* m4: update introspection.m4 with original file from gobject-introspectionThomas Haller2016-03-041-0/+2
* build: hack around compiler warning in g-ir-scannerThomas Haller2015-11-101-1/+1
* build: set -Werror when checking whether a -W<warning> option worksLubomir Rintel2015-09-291-1/+1
* build: don't default to -Werrorlr/ancient-ubuntuLubomir Rintel2015-06-021-1/+1
* build: correct help message about missing readline + termcap librariesDan Williams2015-05-111-1/+1
* build: fix clang + glib 2.43 buildLubomir Rintel2015-03-191-0/+3
* build: disable warnings that trigger known clang problemsLubomir Rintel2015-03-191-16/+64
* build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-191-1/+1
* build: fix detecting support for -Wno-* compiler flagsThomas Haller2015-02-241-1/+2
* build: fix wrongly linking against libreadline in all applicationsThomas Haller2014-11-261-0/+2
* dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-061-1/+1
* build: renable -Wstrict-prototypes compiler warningThomas Haller2014-10-291-0/+1
* build: refactor compiler_warnings.m4 macroThomas Haller2014-10-291-16/+12
* build: ensure rl_echo_signal_char() exists in the readline libraryDan Williams2014-10-141-0/+13
* build/clang: fix detection of valid warning compiler flagsThomas Haller2014-08-011-1/+21
* build: check harder for readlineDan Williams2014-06-271-0/+106
* build: add -Wformat-security to the default warning flagsDan Winship2014-04-021-1/+1
* build: update gnome-code-coverage.m4Dan Winship2013-05-091-5/+7
* coverage: delete *.gcno on make cleanPavel Šimerda2013-04-241-2/+2
* build: drop libnl 1.x and 2.x support, require libnl >= 3.2.7Pavel Šimerda2013-01-241-62/+0
* build: add code coverage supportPavel Šimerda2013-01-081-0/+162
* build: add some more build-time warningsDan Williams2012-07-301-1/+3
* vala: add vala bindings for libnm-util and libnm-glibAlberto Ruiz2012-06-121-0/+88
* build: allow --set-more-warnings=no|yes|errorColin Walters2012-02-091-3/+5
* build: put test source code into AC_LANG_PROGRAM (bgo #655225)Krzesimir Nowak2011-07-281-7/+4
* build: don't use -Wstrict-prototypes (bgo #584947)Dan Williams2011-04-261-3/+4
* build: use -Wundef and fix up cases where stuff wasn't defined (bgo #647157)Dan Williams2011-04-141-1/+2
* Merge remote branch 'origin/master' into rm-usersetDan Williams2011-01-251-1/+1
|\
| * build: turn off set-but-not-used variable warnings in new GCCDan Williams2011-01-241-1/+1
* | introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-0/+94
|/