NetworkManager/tools
Thomas Haller 26f0d68e82 docs: fix handling enums without explicit numeric value in "tools/enums-to-docbook.pl"
Previously, an enum that didn't explicitly specify a numeric value
would wrongly start counting at 1.

E.g.

  typedef enum {
     MY_VAL,
  } Name;

would result in documentation with MY_VAL=1.

https://bugzilla.gnome.org/show_bug.cgi?id=776848
(cherry picked from commit 36ec46e8f8)
2017-01-04 09:42:58 +01:00
..
check-exports.sh tools/check-exports.sh: use ${NM} when available 2015-09-24 16:28:15 +02:00
debug-helper.py tools: move debug-helper.py from test/ to tools/ 2014-07-30 15:56:19 -04:00
enums-to-docbook.pl docs: fix handling enums without explicit numeric value in "tools/enums-to-docbook.pl" 2017-01-04 09:42:58 +01:00
Makefile.am tools: add forgotten file to dist 2016-04-23 20:08:01 +02:00
run-test-dbus-session.sh tests: fix bashism in run-test-dbus-session.sh 2016-03-03 13:45:50 +01:00
run-test-valgrind.sh tools: fix starting tests with D-Bus session with NMTST_NO_VALGRIND=1 2016-11-03 12:24:00 +01:00
test-networkmanager-service.py manager: add Reload() D-Bus command 2016-06-01 19:06:34 +02:00
test-sudo-wrapper.sh nmtst: add nmtst_reexec_sudo() function 2014-06-05 18:12:57 +02:00