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