summaryrefslogtreecommitdiff
path: root/examples/C
AgeCommit message (Expand)AuthorFilesLines
2021-04-01example: rework "vpn-import-libnm" exampleThomas Haller1-41/+130
2021-03-22examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller1-0/+2
2021-03-22example: importing vpn with libnmJagadeesh Kotra2-0/+73
2021-02-28build/meson: drop libnm_nm_default_dep dependencyThomas Haller1-10/+12
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller1-2/+2
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-9/+7
2021-01-05all: update deprecated SPDX license identifiersThomas Haller14-14/+14
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller12-12/+12
2020-09-28format: replace tabs for indentation in code commentsThomas Haller3-14/+14
2020-09-28all: reformat all with new clang-format styleAntonio Cardace8-744/+759
2020-05-07examples: avoid non-thread-safe localtime() function exampleThomas Haller1-1/+6
2020-02-17license: Add license using SPDX identifiers to meson build filesIñigo Martínez2-0/+4
2019-10-02all: unify format of our Copyright source code commentsThomas Haller12-12/+12
2019-10-01meson: Improve Qt examplesIñigo Martínez1-10/+3
2019-10-01meson: Improve targets involving libnm libraryIñigo Martínez1-2/+2
2019-10-01meson: Improve the libnm-core build fileIñigo Martínez1-10/+9
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez1-5/+5
2019-09-10all: SPDX header conversionLubomir Rintel12-168/+12
2019-06-11all: drop vim file variables from source filesThomas Haller1-1/+0
2019-06-11all: drop emacs file variables from source filesThomas Haller12-12/+0
2019-06-11examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller1-76/+76
2019-05-19gitignore: merge gitignore filesThomas Haller1-2/+0
2019-04-18build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller1-1/+1
2018-12-20build: meson: Add trailing commasIñigo Martínez2-6/+6
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller2-6/+6
2018-06-28examples/qt/meson: drop dbus-glib dependencyLubomir Rintel1-1/+0
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani4-4/+0
2018-02-07all: drop trailing spacesThomas Haller1-2/+2
2018-01-23version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller1-1/+0
2018-01-23version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller1-1/+1
2018-01-18all: require glib 2.40Lubomir Rintel8-40/+0
2018-01-10meson: Improve dependency systemIñigo Martínez1-18/+11
2017-12-18build: use template files for enum types' sources generationIñigo Martínez1-2/+2
2017-12-13build: add initial support for meson build systemIñigo Martínez2-0/+74
2017-09-21examples: linker requires that library dependencies follow useLucas Rangit Magasweran8-8/+8
2017-03-29build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller3-1/+12
2017-03-09include: use double-quotes to include our own headersThomas Haller3-6/+4
2016-10-21build: merge "examples/C/qt/Makefile.am" into toplevel MakefileThomas Haller2-51/+0
2016-10-21build: merge "examples/C/glib/Makefile.am" into toplevel MakefileThomas Haller2-56/+1
2016-04-20examples: fix crash in add-connection-libnmBeniamino Galvani1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller8-16/+0
2016-01-28examples: avoid compile errors around NM versioningDan Williams1-1/+2
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-2/+2
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2014-11-13all: consistently include config.hDan Winship8-0/+16
2014-11-07libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2-2/+2
2014-10-28libnm: change GSList to GPtrArray in libnm methodsDan Winship1-6/+6
2014-10-10libnm: merge NMRemoteSettings into NMClientDan Winship2-28/+22
2014-09-25libnm: make sync/async APIs more GLib-likeDan Winship1-17/+16