summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for component agreementsRichard Hughes2018-04-111-0/+53
* Correctly compare version numbers like '1.2.3' and '1.2.3a'Richard Hughes2018-04-091-3/+12
* Add as_utils_unique_id_match()Richard Hughes2018-03-151-0/+16
* Update the SPDX license list to v3.0Richard Hughes2018-03-081-0/+7
* Do not fail to validate if the timestamps are out of orderRichard Hughes2018-02-211-4/+2
* Never include '&' in attribute valuesRichard Hughes2018-01-301-3/+3
* Add support for release typesRichard Hughes2018-01-251-2/+3
* Fix an invalid read when using as_app_parse_data() from PythonRichard Hughes2018-01-241-0/+18
* Add as_store_get_apps_by_provide()Richard Hughes2017-12-141-0/+14
* Never change the default screenshot when processing AppDataRichard Hughes2017-12-091-0/+27
* Add the 'hardware' requires typeRichard Hughes2017-10-311-1/+7
* Add AS_VERSION_PARSE_FLAG_USE_BCD when formatting version stringsRichard Hughes2017-10-121-0/+19
* Add as_app_get_screenshot_default()Richard Hughes2017-10-091-1/+1
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-091-23/+10
* Add as_app_get_release_by_version()Richard Hughes2017-09-141-0/+5
* libappstream-glib/self-test: Add some additional checksPhilip Withnall2017-08-201-1/+3
* trivial: Only run the speed tests when doing the slow self testsRichard Hughes2017-08-061-5/+7
* trivial: Fix the self tests from the last commitRichard Hughes2017-08-061-8/+4
* Validate the <id> format according to the specRichard Hughes2017-06-271-2/+4
* trivial: Fix up several small memory leaksRichard Hughes2017-06-221-2/+2
* Do not enforce that the project_group is a valid environment_idRichard Hughes2017-06-021-4/+2
* Add the limits in the validation output messagesRichard Hughes2017-05-271-0/+3
* Casefold all stemmed entriesRichard Hughes2017-05-021-1/+8
* Support non-numeric version numbers correctlyRichard Hughes2017-05-021-2/+7
* Add support for icon scalingRichard Hughes2017-04-211-0/+52
* Add support for <launchable>Richard Hughes2017-04-211-0/+91
* trivial: Use the new custom tag in the self testsRichard Hughes2017-04-211-3/+3
* trivial: Fix the last warning with -Wdiscarded-qualifiersRichard Hughes2017-04-121-1/+1
* Fix the predicate comparison when using globs in metainfo filesRichard Hughes2017-04-121-5/+22
* Copy hash table keys from AsApp to avoid them being used after they've been f...Robert Ancell2017-03-301-0/+38
* Parse small version numbers correctlyRichard Hughes2017-03-171-0/+2
* Make content_rating a requirement for any component with the 'Game' categoryRichard Hughes2017-03-091-2/+4
* Ignore <p></p> in AppStream markupRichard Hughes2017-02-271-1/+1
* Deprecate app_set_source_file() and app_set_source_kind()Richard Hughes2017-02-271-26/+75
* trivial: Rename some non exported symbols to use AsFormatRichard Hughes2017-02-271-2/+2
* trivial: Use the new AsFormatKind definesRichard Hughes2017-02-271-21/+21
* Fail to validate if any release is in the futureRichard Hughes2017-02-211-2/+4
* Fail to validate if the release children are in the wrong orderRichard Hughes2017-02-211-2/+8
* Add support for "+" operator at the end of SPDX license identifiersKalev Lember2016-12-311-0/+12
* Support glob and regex matches in requires compare tagsRichard Hughes2016-12-221-0/+4
* Add AsRequire as a way to store runtime requirementsRichard Hughes2016-12-211-0/+77
* trivial: Remove an unused variableKalev Lember2016-12-201-1/+0
* trivial: Don't include trailing whitespace from AppData filesRichard Hughes2016-12-071-1/+1
* Add support for ONLY_NATIVE_LANGS when parsing yaml filesRichard Hughes2016-11-211-5/+13
* Cache the stemmer results in a hash tableRichard Hughes2016-11-211-0/+2
* Use refcounted strings in all objectsRichard Hughes2016-11-211-5/+5
* Add a refcounted overloaded C string objectRichard Hughes2016-11-211-0/+28
* trivial: Fix the self tests now we're stemming the tag cacheRichard Hughes2016-11-141-4/+0
* Only load native languages when parsing AppStream dataRichard Hughes2016-11-031-0/+1
* Load the search token blacklist into a hash tableRichard Hughes2016-11-021-4/+10