summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/binaryformat/tst_binaryformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated QVariant usageKatja Marttila2023-08-231-3/+44
* Cppcheck: Add explicit and override keywordsKatja Marttila2021-03-091-2/+2
* Fix incorrect compare string on findMagicCookieWithError() test functionArttu Tarkiainen2019-08-151-1/+1
* Replace 0 with nullptrKatja Marttila2019-01-091-1/+1
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-141-1/+1
* | Make use of the new varadic template feature + cosmetic changes.Karsten Heimrich2015-07-101-1/+3
* | Fix autotests for changed debug outputKai Koehne2015-06-101-2/+0
|/
* Update CopyrightKai Koehne2015-02-181-7/+7
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Overhaul the binary format API.kh12014-10-151-94/+80
* Rewrite binary layout read/ write implementation.kh12014-09-041-55/+52
* Introduce two new functions to read and write binary content.kh12014-08-271-1/+324
* Make the marker and the find function class members.kh12014-07-151-5/+7
* Move class BinaryContent into its own file.kh12014-07-151-1/+1
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-1/+1
* We can't expect a multiple of 8 during marker search.kh12013-09-241-3/+3
* Rewrite function to use QFile::map().kh12013-09-101-2/+2
* Add binary format autotest.kh12013-09-101-0/+115