summaryrefslogtreecommitdiffstats
path: root/src/tools/packager/packager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-151-0/+1
* Clazy: fixesRobert Griebl2024-01-081-2/+2
* Modernize string literalsRobert Griebl2024-01-081-54/+59
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-151-8/+0
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-051-1/+1
* Try to deal with the non-standard OpenSSL3 setup in Coin VMsRobert Griebl2023-01-141-0/+4
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-151-3/+4
* Use SPDX license identifiersDominik Holland2022-06-151-29/+4
* Clazy: fix srcRobert Griebl2021-08-201-1/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-9/+9
* Fix memory leaks found with gcc's ASANRobert Griebl2020-08-101-22/+22
* Spelling fixes all over the placeRobert Griebl2020-07-171-2/+2
* Fix copyright headersRobert Griebl2019-11-051-0/+1
* Rewrite of the YAML parser abstraction for QtRobert Griebl2019-10-301-12/+9
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-3/+3
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-011-3/+3
* Fix application naming for --help and --versionRobert Griebl2019-06-251-8/+10
* Update copyright statementsRobert Griebl2018-12-181-4/+5
* Add yaml-to-json conversion functionality to the appman-packagerRobert Griebl2018-12-041-1/+48
* Fix store-signed packagesRobert Griebl2018-08-031-1/+1
* Fix Windows/Cygwin test package creationRobert Griebl2018-04-231-137/+138
* Clang code model fixesRobert Griebl2018-04-171-2/+2
* Add support for extra meta-data in packagesRobert Griebl2018-04-171-2/+50
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Add bash command completion fileBernd Weimer2018-01-231-0/+2
* Refactor the src/manager dir into a sub-moduleRobert Griebl2017-06-021-244/+167
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-4/+2
* Make command line utilities more useful for integrationsRobert Griebl2017-03-231-10/+18
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-1/+1
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-1/+1
* Make all tests valgrind leak freeRobert Griebl2017-02-221-1/+1
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-1/+1
* Documentation updateRobert Griebl2017-02-011-5/+3
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Replaced DigestFilter with built-in Qt functionalityRobert Griebl2016-11-111-3/+3
* Make the build warning freeRobert Griebl2016-10-191-1/+1
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-5/+8
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+1
* Detect when building a package within the source dirRobert Griebl2016-07-201-0/+6
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+3
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Added support for application aliases (shortcuts).Robert Griebl2016-02-191-1/+1
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-141-9/+9
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-201-4/+4
* Initial commit of Pelagicore's ApplicationManager with squashed history.Robert Griebl2015-10-261-0/+298