NetworkManager/shared
Thomas Haller 05ae3e77fc shared: add "nm-common-macros.h" header
Shared headers are all project-wide and internal API.
Currently we have the following:

General purpose:

  - shared/gsystem-local-alloc.h: header-only, allocation macros
  - shared/nm-dbus-compat.h: header-only, D-Bus related defines
  - shared/nm-glib.h: header-only, glib compatibility defines
  - shared/nm-macros-internal.h: header-only, utils
  - shared/nm-shared-utils.[hc]: source and header, utils
  - shared/nm-test*.[hc]: source and header, libnm testing utils

Special to NetworkManager repository:

  - shared/nm-version-macros.h.in: header-only, version macros
  - shared/nm-default.h: header-only, default-include

Now we add "shared/nm-common-macros.h" which is header-only, but non
general purpose.

I am running low on good names, considering all the shared/core/macros
utils headers. Still, I think "nm-common-macros.h" is appropriate.

(cherry picked from commit ed551a4633)
2016-06-10 11:14:38 +02:00
..
gsystem-local-alloc.h build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
Makefile.am shared: add "nm-common-macros.h" header 2016-06-10 11:14:38 +02:00
nm-common-macros.h shared: add "nm-common-macros.h" header 2016-06-10 11:14:38 +02:00
nm-dbus-compat.h build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-default.h build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
nm-glib.h nm-glib: backport g_steal_pointer() from glib-2.44 2016-05-12 14:35:12 +02:00
nm-macros-internal.h shared: add define _nm_unused for __attribute__((unused)) 2016-06-10 11:11:53 +02:00
nm-shared-utils.c utils: refactor _nm_utils_ascii_str_to_int64() 2016-05-03 11:59:35 +02:00
nm-shared-utils.h shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.h 2016-04-19 15:14:17 +02:00
nm-test-libnm-utils.h libnm/tests: add test code driving python test service 2015-12-26 16:43:49 +01:00
nm-test-utils-impl.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-test-utils.h nmtst: add nmtst_platform_ip4_address() util 2016-04-12 11:14:01 +02:00
nm-version-macros.h.in release: bump version to 1.2.2 2016-05-11 13:24:08 +02:00