summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-yaml.c
Commit message (Expand)AuthorAgeFilesLines
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* trivial: Do not use deprecated API internallyRichard Hughes2018-05-211-2/+2
* Fix compile with -Wdiscarded-qualifiersRichard Hughes2017-03-151-1/+1
* trivial: Add some asserts to shut up clangRichard Hughes2016-12-151-0/+2
* Add support for ONLY_NATIVE_LANGS when parsing yaml filesRichard Hughes2016-11-211-18/+68
* Detect invalid files in the libyaml read handlerRichard Hughes2016-11-181-6/+8
* trivial: Fix a couple of warnings with -WundefRichard Hughes2016-09-281-4/+4
* trivial: Use correct autoptr cleanup on yaml error when loading from a file. ...Mario Limonciello2016-08-221-1/+1
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-221-1/+1
* Don't use the prefix check when parsing YAMLRichard Hughes2016-08-211-15/+0
* trivial: Use the correct autoptr cleanup on yaml errorRichard Hughes2016-08-211-1/+1
* Return proper warnings when using libyamlRichard Hughes2016-08-181-15/+151
* Pay attention to errors from yaml_parser_parse (#129)Anders Kaseorg2016-08-171-2/+1
* Sanity check YAML files before parsingRichard Hughes2016-08-171-0/+15
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-8/+33
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-39/+0
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-141-15/+15
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-5/+5
* trivial: Remove a build warning when building without DEP-11 supportRichard Hughes2014-08-281-15/+15
* trivial: Use the correct project prefixRichard Hughes2014-08-201-5/+5
* Use libyaml to read DEP-11 metadataRichard Hughes2014-08-201-0/+381