summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for "+" operator at the end of SPDX license identifierswip/kalev/spdx-+-tokenizeKalev Lember2016-12-301-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
* Add a hash function specifically designed for unique-idsRichard Hughes2016-08-251-0/+69
* trivial: Fix the self tests after the dedupe fix in 7cd80fbRichard Hughes2016-08-251-0/+2
* Remove the inf parsing from appstream-glibRichard Hughes2016-08-221-356/+0
* Return proper warnings when using libyamlRichard Hughes2016-08-181-3/+12
* Sanity check YAML files before parsingRichard Hughes2016-08-171-0/+18
* Add support for application suggestionsRichard Hughes2016-08-111-0/+54
* Support AppStream merge componentsRichard Hughes2016-08-111-1/+1
* Ensure predictable output order of XML attributesRichard Hughes2016-08-101-49/+55
* Allow subsuming each property individuallyRichard Hughes2016-08-091-2/+6
* Don't include the architecture in the unique IDRichard Hughes2016-08-091-26/+26
* Don't include the version in the unique IDRichard Hughes2016-08-091-26/+26
* Only subsume a safe subset from merge componentsRichard Hughes2016-08-051-0/+5
* trivial: Parse the unique_id correctly when searchingRichard Hughes2016-08-051-0/+30
* Use a more relaxed unique-id match for merge componentsRichard Hughes2016-08-051-1/+3
* Support merge componentsRichard Hughes2016-08-041-0/+49
* trivial: Fix as_utils_unique_id_equal() to work with multiple globsRichard Hughes2016-08-041-1/+3
* Add as_utils_unique_id_valid() and use it before parsingRichard Hughes2016-08-041-0/+4
* Add a fast as_utils_unique_id_equal() to compare IDs for equalityRichard Hughes2016-08-041-0/+23
* Use an array of application objects in the ID hashRichard Hughes2016-08-031-7/+26
* Skip DEP-11 tests when DEP-11 is not enabledSimon McVittie2016-08-021-1/+12
* trivial: Add some initial self tests for AS_STORE_ADD_FLAG_USE_UNIQUE_IDRichard Hughes2016-08-021-0/+61
* Include the version in the equality checkRichard Hughes2016-08-011-7/+7
* Enable globbing in as_app_equal()Richard Hughes2016-07-311-3/+3
* Add as_store_get_app_by_unique_id()Richard Hughes2016-07-311-0/+17
* trivial: Fix the flatpak scope when using the symlink nameRichard Hughes2016-07-311-1/+1
* trivial: Fix the origin name when using the symlink nameRichard Hughes2016-07-311-2/+2
* Include the distribution system in the equality checkRichard Hughes2016-07-311-2/+2
* Include the scope in the equality checkRichard Hughes2016-07-311-2/+2