summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.h
Commit message (Expand)AuthorAgeFilesLines
* 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