summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+2
* Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-301-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-091-2/+1
* Add QtInfoMsgKai Koehne2015-01-091-2/+13
* Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-011-7/+22
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add qFormatLogMessage()Kai Koehne2014-07-301-1/+3
* Add QDebug::noquote() stream modifierKai Koehne2014-07-101-2/+2
* Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-141-1/+1
* Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-211-0/+17
* Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-171-44/+5
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-1/+1
* Add tracing to logging frameworkhjk2013-09-251-1/+1
* Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-081-0/+20
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-161-2/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QMessageLogger: mark noDebug() as nothrowMarc Mutz2012-08-181-1/+1
* QMessageLogger: make member functions constMarc Mutz2012-08-181-9/+9
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-091-1/+1
* QMessageLogger: mark default ctor as constexpr, tooMarc Mutz2012-08-071-2/+2
* Fix order of QT_END_NAMESPACE and QT_END_HEADER macrosSergio Ahumada2012-08-031-1/+1
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-101-4/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-1/+8
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-241-0/+2
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-1/+6
* | Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-191-0/+4
|/
* Prepare category logging for Qt integrationWolfgang Beck2012-04-031-5/+9
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-131-5/+9
* Fix compilation with -Werror -WshadowDavid Faure2012-02-081-2/+2
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-0/+161