NetworkManager/shared
Thomas Haller ed551a4633 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.
2016-06-01 19:06:35 +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-01 19:06:35 +02:00
nm-common-macros.h shared: add "nm-common-macros.h" header 2016-06-01 19:06:35 +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:25:36 +02:00
nm-macros-internal.h shared: add _nm_pure/_nm_const define for __attribute__ ((pure))/((const)) 2016-05-16 13:09:02 +02:00
nm-shared-utils.c utils: refactor _nm_utils_ascii_str_to_int64() 2016-05-03 11:52:39 +02:00
nm-shared-utils.h shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.h 2016-04-19 13:47:41 +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 all/tests: split core part out of "nm-test-utils.h" 2016-05-17 16:48:52 +02:00
nm-version-macros.h.in release: bump version to 1.3.0 (development) 2016-04-05 22:22:58 +02:00