summaryrefslogtreecommitdiff
path: root/src/package-lib/packagecreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-2/+2
* 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-24/+13
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-111-0/+2
* Replace calls that got deprecated in Qt 5.15Robert Griebl2020-05-271-3/+3
* Fix 5.14 warningsRobert Griebl2020-01-221-1/+1
* Fix compiler and code-model warningsRobert Griebl2019-11-081-1/+1
* 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-5/+5
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix for building on Android API > 20Robert Griebl2018-10-121-0/+5
* Add support back for libarchive <= 3.1Robert Griebl2018-04-271-1/+1
* Clang code model fixesRobert Griebl2018-04-171-6/+6
* Add support for extra meta-data in packagesRobert Griebl2018-04-171-7/+10
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-1/+0
* Make command line utilities more useful for integrationsRobert Griebl2017-03-231-0/+13
* Automatically set the x-bit on Windows when packagingRobert Griebl2017-03-141-0/+9
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-2/+2
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-1/+1
* Make all tests valgrind leak freeRobert Griebl2017-02-221-0/+5
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-1/+1
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Replaced DigestFilter with built-in Qt functionalityRobert Griebl2016-11-111-7/+6
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-0/+392