aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/logging
Commit message (Expand)AuthorAgeFilesLines
* qt6: Do not use QVariant::Type as it was deprecatedIvan Komissarov2021-02-111-1/+1
* qt6: Do not use QVariant::type()Ivan Komissarov2021-02-111-1/+1
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-281-1/+1
* Fix 'performance-unnecessary-value-param' in LoggerIvan Komissarov2020-01-061-3/+6
* Disable some clang-tidy checksIvan Komissarov2019-12-121-1/+1
* Apply 'modernize-deprecated-headers' fix-itIvan Komissarov2019-11-261-1/+1
* Fix uninitialized variablesIvan Komissarov2019-05-021-2/+1
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-261-2/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-252-7/+7
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-1/+1
* Use categorized logging in ModuleLoaderJoerg Bornemann2017-08-022-0/+2
* Use categorized logging in ProjectResolverJoerg Bornemann2017-08-022-0/+2
* Use categorized logging in plugin managerJoerg Bornemann2017-08-022-0/+2
* Use categorized logging for the moc scannerJoerg Bornemann2017-08-022-0/+2
* Use categorized logging in ExecutorJoerg Bornemann2017-08-022-0/+4
* Use categorized logging for the input artifact scannerJoerg Bornemann2017-08-022-0/+2
* Use categorized logging for the build graphJoerg Bornemann2017-08-024-0/+104
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-222-3/+7
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-222-3/+4
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-045-12/+12
* Time more operationsChristian Kandeler2016-10-102-65/+0
* Improve the TimedActivityLoggerChristian Kandeler2016-10-062-16/+7
* Re-display warnings when loading a stored build graphChristian Kandeler2016-09-302-1/+16
* Update license headersIikka Eklund2016-08-292-28/+46
* Update license headersIikka Eklund2016-08-293-42/+69
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-065-5/+5
* fix default value of QBS_INSTALL_PREFIXJoerg Bornemann2015-05-051-0/+2
* update license headersJoerg Bornemann2015-03-025-10/+10
* Update LicenseEike Ziller2015-01-265-30/+30
* License update.Eike Ziller2014-10-165-35/+40
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-142-3/+3
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-106-0/+668