summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-enum-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* shared/trivial: add code comment to explain NMUtilsEnumValueInfo consistency ...Thomas Haller2018-06-011-0/+9
* shared: don't use nm_str_hash() in "nm-enum-utils.c"Thomas Haller2018-05-301-1/+1
* shared: don't allow aliases re-numbering in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-25/+73
* shared/trivial: rename local variable classThomas Haller2018-05-291-21/+21
* shared: fix parsing aliases for flags in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-1/+1
* shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-131-10/+37
* shared: cast from/to argument to unsigned for GFlags in _nm_utils_enum_get_va...Thomas Haller2017-04-271-1/+1
* libnm: move public nm_utils_enum_*() functions back to libnm-coreThomas Haller2017-04-051-60/+2
* utils: add _nm_utils_enum_from_str_full() to support aliasesThomas Haller2017-03-301-4/+39
* libnm: move enum utils to new shared file shared/nm-utils/nm-enum-utils.hThomas Haller2017-03-301-0/+311