summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Add the 'hardware' requires typewip/hughsie/requires-hardwareRichard 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
* Add app-removed, app-added and app-changed signals to AsStoreRichard Hughes2016-10-311-0/+24
* Monitor missing AppStream directoriesRichard Hughes2016-10-191-1/+3
* Process file changes when an attribute changesJoaquim Rocha2016-10-171-2/+2
* Add functions to build and validate an AppStream IDRichard Hughes2016-10-121-0/+11
* Fix a small memory leak when parsing yaml filesRichard Hughes2016-09-281-18/+18
* trivial: Fix a couple of warnings with -WundefRichard Hughes2016-09-281-4/+4
* Add as_content_rating_get_value()Richard Hughes2016-09-211-0/+6
* Fix the CSM rating age calculationRichard Hughes2016-09-211-0/+1
* trivial: Add some sanity checks to the unique-id hash testsRichard Hughes2016-09-201-8/+23
* Support components with merge=replace rulesRichard Hughes2016-09-021-0/+52