summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-0/+1
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-0/+16
* shared: add "nm-common-macros.h" headerThomas Haller2016-06-012-0/+28
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-271/+3
* shared: add _nm_pure/_nm_const define for __attribute__ ((pure))/((const))Thomas Haller2016-05-161-0/+2
* macros: define NM_MORE_ASSERTS is not definedThomas Haller2016-05-141-0/+16
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-12/+0
* nm-glib: backport g_steal_pointer() from glib-2.44Thomas Haller2016-05-121-0/+18
* shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-05-121-0/+1
* nmtst: allow non-boolean argument to nmtst_assert_success()Thomas Haller2016-05-091-7/+5
* utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller2016-05-031-35/+12
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-4/+4
* shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2016-04-192-0/+37
* shared: add _nm_packed macro for __attribute__((packed))Thomas Haller2016-04-111-1/+3
* nmtst: add nmtst_platform_ip4_address() utilThomas Haller2016-04-111-0/+47
* nmtst: add nmtst_rand_buf() utilThomas Haller2016-04-111-0/+28
* release: bump version to 1.3.0 (development)1.3.0-devLubomir Rintel2016-04-051-2/+2
* release: add version 1.4 macrosLubomir Rintel2016-04-051-0/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-0/+6
* shared: add nm_g_object_set_property()Thomas Haller2016-03-262-0/+99
* shared: move NM_UTILS_ERROR to shared-utilsThomas Haller2016-03-262-0/+58
* shared: move _nm_utils_ascii_str_to_int64() to "shared/nm-shared-utils.h"Thomas Haller2016-03-262-0/+82
* shared: include "nm-shared-utils.h"Thomas Haller2016-03-261-0/+1
* shared: add "nm-shared-utils"Thomas Haller2016-03-263-0/+54
* shared: add nm_auto_unset_gvalue macroThomas Haller2016-03-261-0/+7
* nmtst: add nmtst_variant_new_vardict() functionThomas Haller2016-03-261-0/+21
* nmtst: fix memleak when using NMTST_VARIANT_DROP_SETTING()Thomas Haller2016-03-261-0/+2
* shared: include <stdlib.h> in "nm-macros-internal.h"Thomas Haller2016-03-241-0/+2
* shared: add nm_unauto() helper macroThomas Haller2016-03-171-0/+12
* shared: add nm_assert_not_reached()Thomas Haller2016-03-171-0/+2
* nmtst: add NMTST_DEBUG option "D"Thomas Haller2016-03-151-1/+8
* shared: add nm_g_object_ref() and nm_g_object_unref() functionThomas Haller2016-03-131-0/+20
* nmtst: add nmtst_main_loop_quit_on_notify functionThomas Haller2016-03-101-0/+12
* nmtst: add nmtst_assert_variant_*() helper macrosThomas Haller2016-03-101-0/+28
* nmtst: convert nmtst_assert_error() to a macro to preserve func:line informationThomas Haller2016-03-041-17/+18
* all: clean-up usage of GErrorThomas Haller2016-03-031-1/+1
* shared: add NM_G_ERROR_MSG()Thomas Haller2016-03-031-0/+20
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-1/+1
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-1/+1
* macros: add nm_auto() macro to cleanup functionsThomas Haller2016-02-291-1/+3
* nm-glib: backport g_info() macroThomas Haller2016-02-241-0/+7
* macros: split macro NM_GOBJECT_PROPERTIES_DEFINE() in twoThomas Haller2016-02-191-2/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-192-2/+6
* shared: fix nm_sprintf_buf() macro to allow plain stringThomas Haller2016-02-191-2/+2
* shared: move definition of "bool" to nm-macros-internal.hThomas Haller2016-02-162-47/+47
* macros: add nm_auto_free macroThomas Haller2016-02-162-1/+11
* shared: add nm_streq() and nm_streq0() macroThomas Haller2016-02-151-0/+5
* nmtst: drop deprecated test helper macro ASSERT()Thomas Haller2016-02-151-8/+0
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-151-31/+43
* nmtst: add nmtst_assert_no_success() macroThomas Haller2016-02-141-0/+6