summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Make the .inf parser compatible with more filesRichard Hughes2015-03-081-2/+2
* Parse the entire description when reading AppStream releasesRichard Hughes2015-03-051-3/+12
* Do not disable packages without an architectureRichard Hughes2015-03-041-9/+32
* trivial: Fix 'make check'Richard Hughes2015-03-041-3/+3
* Create firmware AppStream components from .cab filesRichard Hughes2015-03-041-0/+111
* trivial: Find built test files when running make distcheckRichard Hughes2015-03-041-1/+6
* Fix a crash when more than one thread tries to ensure the same packageRichard Hughes2015-02-041-0/+23
* Guess the NEVRA from the filename if possibleRichard Hughes2015-02-021-0/+13
* Add the extra child deps to the main packageRichard Hughes2015-01-301-3/+15
* Make the icon tarball optionalRichard Hughes2015-01-261-0/+2
* Make the failed AppStream metadata optionalRichard Hughes2015-01-241-14/+14
* Add OSTree supportRichard Hughes2015-01-231-3/+4
* trivial: Fix 'make distcheck' now the composite plugin has goneRichard Hughes2015-01-171-31/+26
* Assume that stock icons are available in HiDPI sizesRichard Hughes2014-12-181-0/+6
* Add an --origin option to appstream-builderRichard Hughes2014-12-171-11/+13
* Output the full filename for local iconsRichard Hughes2014-12-101-1/+11
* Preserve the URL for remote icon types and filename for local iconsRichard Hughes2014-12-091-0/+72
* Do not generate metadata with an icon prefixRichard Hughes2014-10-291-5/+5
* Add --veto-ignore to appstream-builderRichard Hughes2014-10-231-1/+1
* Release version 0.3.1appstream_glib_0_3_1Richard Hughes2014-10-211-0/+2
* Write the screenshot priority in the XML fileRichard Hughes2014-10-201-2/+2
* Sort the screenshots with a priority valueRichard Hughes2014-10-201-4/+4
* Never allow more than one default screenshotRichard Hughes2014-10-201-2/+2
* Only process fonts with valid metainfo filesRichard Hughes2014-10-151-3/+78
* trivial: Show the unified diff for test failuresRichard Hughes2014-10-151-9/+35
* Do not leak applications when building if more than one plugin returns resultsRichard Hughes2014-10-151-1/+34
* trivial: Output UTF-8 from the self test programRichard Hughes2014-10-151-0/+2
* Include the icon path in the <icon> dataRichard Hughes2014-10-011-3/+3
* Include the width and height in the <icon> tagRichard Hughes2014-10-011-3/+3
* trivial: Fix 'make check' after the PaddedIcon metadata additionRichard Hughes2014-09-301-0/+3
* Correctly set the icon path when using --old-metadata and --enable-hidpi toge...Richard Hughes2014-09-291-1/+12
* Merge apps with overlapping IDs from the same pkgnameRichard Hughes2014-09-101-43/+63
* Only get the package data when requiredRichard Hughes2014-08-281-0/+10
* Do not write <pkgname> into the ignore metadataRichard Hughes2014-08-221-3/+0
* Add multiarch packages to the ignore metadataRichard Hughes2014-08-211-2/+41
* Add a new kudo for high contrast iconsRichard Hughes2014-08-201-2/+2
* trivial: Sort the metadata by the full component IDRichard Hughes2014-08-191-20/+20
* Store vetos in the XML itselfRichard Hughes2014-08-181-1/+63
* Also write the failed metadata when using an old metadata cacheRichard Hughes2014-08-151-12/+5
* Do not abort if the builder-id is differentRichard Hughes2014-08-151-27/+66
* Do not store the packages to ignore in the main fileRichard Hughes2014-08-151-15/+17
* Add dummy failed applicationsRichard Hughes2014-08-151-7/+51
* Do not write the builder-id in the cache-idRichard Hughes2014-08-151-4/+4
* Add self tests for re-using old metadataRichard Hughes2014-08-151-26/+43
* Create paths when setting up the AsbContextRichard Hughes2014-08-151-8/+0
* Add a self test framework for libappstream-builderRichard Hughes2014-08-121-0/+407