summaryrefslogtreecommitdiff
path: root/src/package-lib/packageextractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Fix QCryptographicHash::addData deprecation warningsMårten Nordheim2022-03-241-1/+1
* Update uses of QCryptographicHash::addData to use qsizetypeMårten Nordheim2022-03-241-1/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-25/+13
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+0
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+4
* Replace calls that got deprecated in Qt 5.15Robert Griebl2020-05-271-2/+2
* Fix failing auto-testsRobert Griebl2020-02-101-1/+1
* Fix regression: old (v1) packages can be installed againRobert Griebl2020-01-311-4/+8
* Fix 5.14 warningsRobert Griebl2020-01-221-1/+1
* Fully transparent and generic cache for config and app databaseRobert Griebl2019-11-071-1/+2
* Fix copyright headersRobert Griebl2019-11-051-0/+1
* Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-301-6/+7
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-7/+7
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix for building on Android API > 20Robert Griebl2018-10-121-0/+4
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Clang code model fixesRobert Griebl2018-04-171-2/+3
* Add support for extra meta-data in packagesRobert Griebl2018-04-171-1/+4
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Add Q_FALLTHROUGH()s for newer compilersRobert Griebl2017-10-181-2/+5
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-1/+2
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-241-1/+1
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-1/+2
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-3/+3
* Improve the error messages for invalid YAML documentsRobert Griebl2017-03-091-4/+5
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-1/+1
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Fixed auto-tests on macOSRobert Griebl2016-12-061-1/+2
* Replaced DigestFilter with built-in Qt functionalityRobert Griebl2016-11-111-9/+7
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-0/+558