summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix Requires: line of pkg-config fileHEADmasterJens Georg2022-06-051-0/+6
|
* Post-release version bumpJens Georg2022-06-031-1/+1
|
* Prepare GUPnP-AV 0.14.1gupnp-av-0.14.1Jens Georg2022-06-031-0/+8
|
* Add helper function for iso8601Jens Georg2022-05-013-0/+50
| | | | DLNA expects a certain subset of ISO8601 which this function provides
* Post-release version bumpJens Georg2022-05-011-1/+1
|
* Prepare 0.14.0gupnp-av-0.14.0gupnp-av-0-14Jens Georg2021-09-182-2/+7
|
* Prepare 0.13.1gupnp-av-0.13.1Jens Georg2021-08-152-1/+10
|
* Fix unsetting subtitleFileTypeJens Georg2021-07-101-1/+1
|
* Feature: Turns out it's useful to derive from thatJens Georg2021-07-082-10/+9
| | | | | Not all features are just providing objectIDs. CLOCKSYNC or FFQ for example are more complex
* Prepare 0.13.0gupnp-av-0.13.0Jens Georg2021-07-071-0/+16
|
* Update .gitignoreJens Georg2021-07-071-24/+4
|
* README -> README.mdJens Georg2021-07-041-2/+1
|
* Make Feature and FeatureListParser final typesJens Georg2021-07-044-21/+21
| | | | It is not useful to ever derive from that
* all: Force declared GLib versionJens Georg2021-07-0437-4/+82
|
* Minor formattingJens Georg2021-07-042-6/+5
|
* Remove obsolete version checkJens Georg2021-07-048-86/+41
|
* Add missing includes to private headersJens Georg2021-07-044-0/+4
|
* Add missing G_GNUC_INTERNAL to private functionsJens Georg2021-07-042-2/+2
|
* Fix header guardsJens Georg2021-07-0416-32/+32
|
* LGPL-2.0 -> LGPL-2.1Jens Georg2021-07-0465-933/+186
| | | | | Also get rid off the walls of text and use SPDX-License-Identifier in the source files
* Bump versionJens Georg2021-07-031-1/+1
|
* all: Port classes to new GObject type macrosJens Georg2021-07-0344-1283/+1190
| | | | Bump ABI version, since I cannot guarantee that this didn't change ABI
* xml-util: Make AVXMLDoc a rc_boxJens Georg2021-07-031-18/+6
|
* build: Make library version depend on project versionJens Georg2021-07-031-2/+17
|
* Make LastChangeEntry a atomic RC boxJens Georg2021-07-031-21/+16
|
* doap: Fix some linksJens Georg2021-06-201-3/+3
|
* build: Fix typo in overrideJens Georg2021-06-191-1/+1
|
* build: Allow use as subprojectJens Georg2021-06-191-0/+2
|
* Add .editorconfig and .clang-formatJens Georg2021-06-122-0/+150
|
* build: Drop autotoolsJens Georg2021-06-1224-1510/+0
|
* ci: Fix c&p errorsgupnp-av-0-12Jens Georg2021-05-231-2/+2
|
* ci: Initial setupwip/phako/ciJens Georg2021-05-231-0/+187
|
* Retire Ross as maintainerJens Georg2021-03-171-7/+0
| | | | Thanks for all the fish
* DOAP: Replace non-working email address of rburtonAndre Klapper2020-12-241-1/+1
|
* doc: Let meson do the build/src thingJens Georg2020-10-061-4/+1
|
* build: Dist meson build files in autotools buildJens Georg2020-08-017-4/+10
|
* build: Bump glib requirementsJens Georg2020-08-012-2/+2
|
* all: Drop deprecated macro callsJens Georg2020-08-0110-38/+16
|
* writer: @refID is a standard propertyJens Georg2020-08-011-0/+1
|
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-151-1/+1
|
* Post-release version bumpJens Georg2018-11-122-2/+2
|
* Prepare 0.12.11gupnp-av-0.12.11Jens Georg2018-11-121-0/+21
|
* build: Make gtk-doc opt-in for mesonJens Georg2018-11-111-1/+1
|
* Fix a -Wcast-function-type errorJens Georg2018-10-261-1/+1
|
* Add meson build filesJens Georg2018-10-268-0/+291
|
* Remove deprecated class_add_privateJens Georg2018-10-2511-66/+42
|
* Fix some string castsJens Georg2018-10-252-4/+4
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Fix compile error with recent glibJens Georg2018-10-251-1/+1
|
* Add test for bgo 770174Jens Georg2018-02-141-0/+45
|
* Rename internal XML utility functionsJens Georg2018-02-1415-471/+484
| | | | | | Prevent clashes with GUPnP when linking statically https://bugzilla.gnome.org/show_bug.cgi?id=784511