summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Client: Add new convenience constructorsJens Georg2022-08-052-2/+10
|
* Bump API versionJens Georg2021-10-271-1/+1
|
* examples: Remove old GLib initializerJens Georg2021-06-202-8/+0
|
* all: LGPL-2.0 -> LGPL-2.1Jens Georg2021-06-202-25/+2
| | | | Remove wall of text and use SPDX-License-Identifier everywhere
* Revert "build: Remove add_global_arguments"Jens Georg2021-05-221-2/+2
| | | | This reverts commit 881155d323f6ca6af7f06a68b39e3037321d9ca1.
* build: Remove add_global_argumentsJens Georg2021-05-221-2/+2
| | | | To be able to use it as a subproject
* examples: Add simple python exampleJens Georg2019-01-281-0/+51
|
* meson: Drop autotoolsJens Georg2018-08-171-13/+0
|
* meson: Add examplesJens Georg2018-08-171-0/+2
| | | | | With that, introduce dependency object for local gssdp and use that everywhere
* Fix out-of-tree buildsJens Georg2016-10-151-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* client: Remove deprecated parametersJens Georg2016-10-112-8/+2
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Bump API and ABI versionJens Georg2016-10-101-2/+2
|
* tests: Move test codeJens Georg2015-01-313-0/+183
Move tests that are actually examples into a new examples folder and move everything in gtest folder into test. Signed-off-by: Jens Georg <mail@jensge.org>