summaryrefslogtreecommitdiff
path: root/examples/C
Commit message (Expand)AuthorAgeFilesLines
* example: Match more AP securityxiangnian2021-12-101-3/+21
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-299-63/+63
* example: rework "vpn-import-libnm" exampleThomas Haller2021-04-011-41/+130
* examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller2021-03-221-0/+2
* example: importing vpn with libnmJagadeesh Kotra2021-03-222-0/+73
* build/meson: drop libnm_nm_default_dep dependencyThomas Haller2021-02-281-10/+12
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-2/+2
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-9/+7
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0514-14/+14
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2912-12/+12
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-283-14/+14
* all: reformat all with new clang-format styleAntonio Cardace2020-09-288-744/+759
* examples: avoid non-thread-safe localtime() function exampleThomas Haller2020-05-071-1/+6
* license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0212-12/+12
* meson: Improve Qt examplesIñigo Martínez2019-10-011-10/+3
* meson: Improve targets involving libnm libraryIñigo Martínez2019-10-011-2/+2
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-10/+9
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-5/+5
* all: SPDX header conversionLubomir Rintel2019-09-1012-168/+12
* all: drop vim file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-1112-12/+0
* examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller2019-06-111-76/+76
* gitignore: merge gitignore filesThomas Haller2019-05-191-2/+0
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* build: meson: Add trailing commasIñigo Martínez2018-12-202-6/+6
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-6/+6
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-4/+0
* all: drop trailing spacesThomas Haller2018-02-071-2/+2
* version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-231-1/+0
* version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-231-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-188-40/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-18/+11
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+74
* examples: linker requires that library dependencies follow useLucas Rangit Magasweran2017-09-218-8/+8
* build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller2017-03-293-1/+12
* include: use double-quotes to include our own headersThomas Haller2017-03-093-6/+4
* build: merge "examples/C/qt/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-51/+0
* build: merge "examples/C/glib/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-56/+1
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-198-16/+0
* examples: avoid compile errors around NM versioningDan Williams2016-01-281-1/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* all: consistently include config.hDan Winship2014-11-138-0/+16
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-072-2/+2
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-6/+6