aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/applecodesignutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-2/+4
* Return initializer list where it is possibleDenis Shienkov2019-02-261-6/+6
* Fix build with Qt5.9 on macOSChristian Stenger2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-1/+1
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-1/+1
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-221-2/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-7/+7
* Update license headersIikka Eklund2016-08-291-14/+23
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Add some helper functions related to Apple code signing.Jake Petroules2016-03-261-0/+143