summaryrefslogtreecommitdiffstats
path: root/src/package-lib
Commit message (Expand)AuthorAgeFilesLines
* Add new package abstraction, which allows multiple executables per packageRobert Griebl2019-08-017-116/+69
* Fix CI compilationRobert Griebl2019-07-251-0/+1
* Better automatic dbus setup during developmentRobert Griebl2019-03-141-0/+1
* Fixing more UTF-8 problems on macOS: runtime errors in libarchiveRobert Griebl2019-01-162-9/+21
* Update copyright statementsRobert Griebl2018-12-1810-10/+20
* Fix for building on Android API > 20Robert Griebl2018-10-122-0/+9
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-2/+2
* Add missing #include for LC_ALL, LC_CTYPE etcDaniel d'Andrada2018-08-061-0/+2
* Refactor the Application objectDaniel d'Andrada2018-05-141-2/+2
* Add support back for libarchive <= 3.1Robert Griebl2018-04-271-1/+1
* Clang code model fixesRobert Griebl2018-04-174-10/+11
* Add support for extra meta-data in packagesRobert Griebl2018-04-174-13/+20
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-0710-10/+10
* Add Q_FALLTHROUGH()s for newer compilersRobert Griebl2017-10-181-2/+5
* Fix compile errorWolfgang Bremer2017-08-161-0/+1
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-1/+0
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-294-1/+176
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-241-1/+1
* Make command line utilities more useful for integrationsRobert Griebl2017-03-233-0/+15
* Use #include <QtModule/file> syntax in all headersv1.1_QtAS5.8Robert Griebl2017-03-153-5/+4
* 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 C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-144-4/+5
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-145-7/+8
* Improve the error messages for invalid YAML documentsRobert Griebl2017-03-091-4/+5
* Make all tests valgrind leak freeRobert Griebl2017-02-222-0/+6
* Default to Qt's configs for building tests and examplesRobert Griebl2017-02-111-0/+1
* Made Exception default to code == Error::SystemRobert Griebl2017-02-072-2/+2
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-168-8/+8
* Fixed auto-tests on macOSRobert Griebl2016-12-061-1/+2
* Replaced DigestFilter with built-in Qt functionalityRobert Griebl2016-11-115-27/+24
* Make the build warning freeRobert Griebl2016-10-198-17/+19
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-179-0/+1509