summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-23release: bump version to 1.0.101.0.10Lubomir Rintel1-2/+3
2015-12-22macros: add NM_PRINT_FMT_QUOTE_STRING() macroThomas Haller1-0/+1
2015-11-27nmtst: refactor NMTST_BUSY_WAIT() and rename to NMTST_WAIT*()Thomas Haller1-5/+15
2015-11-27test: add NMTST_BUSY_WAIT() utilThomas Haller1-0/+12
2015-11-27nmtst: support shorthand "NMTST_DEBUG=TRACE" to set logging levelThomas Haller1-0/+5
2015-11-25nm-glib: add nm_glib_check_version() utilThomas Haller1-0/+11
2015-11-24nmtst: support -p and -s arguments from gtestutils via $NMTST_DEBUGThomas Haller1-1/+49
2015-11-24nmtst: pass -m=quick when specifying quick test in $NMTST_DEBUGThomas Haller1-1/+38
2015-11-24nmtst: detect whether the test runs as tap testThomas Haller1-0/+3
2015-11-24nmtst: initialize g_test_init() after parsing NMTST_DEBUGThomas Haller1-11/+11
2015-11-23release: bump version to 1.0.81.0.8Lubomir Rintel1-2/+3
2015-11-20macros: add nm_sprintf_buf() helper macroThomas Haller1-0/+13
2015-11-15macros: avoid signed overflow in nm_utils_is_power_of_two()Beniamino Galvani1-6/+6
2015-11-13build: disable Pragmas for pre 4.6 gccGlenn Washburn1-2/+2
2015-10-12macros: remove early return from nm_clear_g_signal_handler()Thomas Haller1-3/+0
2015-10-12macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš1-1/+2
2015-10-02macros: add nm_clear_g_signal_handler() helperThomas Haller1-0/+14
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2-1/+80
2015-08-12macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller1-7/+9
2015-08-12macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller1-13/+83
2015-07-14test: add nmtst_platform_ip4_route() utilsThomas Haller1-0/+32
2015-07-03test: add nmtst_assert_success() utilThomas Haller1-0/+8
2015-07-03macros: add nm_strstrip() utilThomas Haller1-0/+9
2015-07-03glib-compat: backport g_key_file_save_to_file()Thomas Haller1-0/+37
2015-07-03core/tests: add nm_utils_get_testing() functionThomas Haller1-0/+9
2015-07-03test: add nmtst_create_connection_from_keyfile()Thomas Haller1-0/+30
2015-07-03test: add nmtst_assert_resolve_relative_path_equals() functionThomas Haller1-0/+33
2015-06-22glib-compat: include string.hLubomir Rintel1-0/+1
2015-06-22macros: add NM_PRINT_FMT_QUOTED() macroThomas Haller1-0/+5
2015-06-21glib-compat: add g_ptr_array_insert()Thomas Haller1-0/+32
2015-06-21utils: add nm_utils_is_power_of_two() macroThomas Haller1-0/+17
2015-06-21glib-compat: add nm_g_hash_table_replace() compat functionThomas Haller1-0/+17
2015-06-19utils: add NM_FLAGS_SET(), NM_FLAGS_UNSET() and NM_FLAGS_ASSIGN() macrosThomas Haller1-0/+23
2015-06-19build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller3-5/+5
2015-06-19utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller1-0/+10
2015-06-19tests: call g_test_run() even when skipping the testLubomir Rintel1-3/+0
2015-06-19core: make nm_assert() always compile conditionThomas Haller1-1/+1
2015-06-19build: add --enable-more-asserts configure option and nm_assert() macroThomas Haller1-0/+8
2015-05-13test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller1-6/+0
2015-05-04test: fix parsing of command line arguments for setting nmtst_test_quick()Thomas Haller1-7/+8
2015-05-01test: add nmtst_test_quick()Thomas Haller1-3/+45
2015-05-01test: add EXIT_SKIP defineThomas Haller1-0/+3
2015-04-28utils: add nm_clear_g_source() helperThomas Haller1-0/+13
2015-04-10test: print NMTST_SEED_RAND value with g_print()Thomas Haller1-1/+1
2015-04-10test: fix compiler warning in g_test_assert_expected_messages_internal()Thomas Haller1-2/+7
2015-04-10test: log message at g_test_assert_expected_messages()Thomas Haller1-2/+14
2015-04-10tests: check for no pending expected_messages on exit of testsThomas Haller1-7/+8
2015-04-10test: add description of test behavior to nm-test-utils.hThomas Haller1-0/+54
2015-04-09test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller1-2/+30
2015-04-09test: setup logging during nmtst_init_assert_logging()Thomas Haller1-5/+21