summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-macros-internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* shared: rename local variable in _NM_GET_PRIVATE_PTR() macroThomas Haller2020-02-101-2/+2
* shared: add NM_FLAGS_ASSIGN_MASK() helperThomas Haller2020-02-101-0/+8
* shared: add NM_PRINT_FMT_QUOTE_REF_STRING() macroThomas Haller2020-02-101-0/+1
* shared: add _NM_MACRO_COMMA_IF_ARGS() helper macroThomas Haller2020-01-281-0/+5
* shared: cleanup NM_NARG() and related macrosThomas Haller2020-01-281-40/+48
* shared: make NM_STRUCT_OFFSET_ENSURE_TYPE() work with arraysThomas Haller2019-11-251-2/+2
* shared: mark _notify() function as "_nm_unused"Thomas Haller2019-11-251-1/+1
* shared: add nm_dbus_path_not_empty() helperThomas Haller2019-11-071-0/+11
* shared: add NM_STRUCT_OFFSET_ENSURE_TYPE() helperThomas Haller2019-11-071-0/+7
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* shared: add NM_G_VARIANT_TYPE() macroThomas Haller2019-09-301-0/+8
* shared: add nm_auto_remove_source cleanup macroThomas Haller2019-09-221-0/+3
* shared: add nm_auto_unref_io_channel cleanup macroThomas Haller2019-09-221-0/+3
* shared: add nm_auto_unlock_g_mutex and NM_G_MUTEX_LOCKED() helper macrosThomas Haller2019-09-211-0/+14
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* shared: add nm_g_slice_free() helperThomas Haller2019-07-251-0/+5
* shared: suppress -Werror=stringop-overflow= warning in nm_strndup_a()Thomas Haller2019-07-161-0/+2
* shared: gracefully accept %NULL strings for NM_STR_HAS_PREFIX() and NM_STR_HA...Thomas Haller2019-07-041-4/+9
* shared: add nm_clear_error() and patch g_clear_error() to use this inlinable ...Thomas Haller2019-06-261-0/+24
* shared: add nm_g_variant_ref_sink() utilThomas Haller2019-06-131-0/+8
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: fix _NM_ENSURE_TYPE_CONST() for const pointers with clangThomas Haller2019-05-291-1/+5
* shared: add _NM_ENSURE_TYPE_CONST()Thomas Haller2019-05-271-0/+2
* shared: add NM_GOBJECT_PROPERTIES_DEFINE_NOTIFY() macro as part of NM_GOBJECT...Thomas Haller2019-05-231-6/+9
* shared: add nm_strcmp0()Thomas Haller2019-05-231-0/+22
* shared: fix type shenanigans for data pointer of nm_memdup_maybe_a()Thomas Haller2019-05-161-3/+2
* shared: propagate types in nm_malloc_maybe_a(), nm_malloc0_maybe_a(), nm_memd...Thomas Haller2019-05-161-4/+5
* shared: add nm_malloc_maybe_a(), nm_malloc0_maybe_a() and nm_memdup_maybe_a()...Thomas Haller2019-05-071-0/+55
* shared: add nm_g_variant_take_ref() utilThomas Haller2019-05-011-0/+8
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-0/+1855