summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qexception.h
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-121-0/+2
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-261-2/+18
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-14/+2
* Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-15/+3
* Make QT_NO_FUTURE a featureUlf Hermann2017-12-191-6/+2
* doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-061-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+1
|\
| * Add Qt6 TODO to remove copy-assign operator and copy-ctorSérgio Martins2016-01-121-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* QException: fix exception specificationMarc Mutz2015-06-171-3/+7
* Q(Unhandled)Exception: declare dtor out-of-lineMarc Mutz2015-06-021-0/+10
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed compatibility problem with ExceptionhandlingHolger Ihrig2012-11-301-1/+1
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-281-0/+123