summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qassert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: disable all debug/info/warning messages and assertionsThiago Macieira2025-01-131-0/+2
* qassert.cpp: Fix qAbort() for OSes where abort() isn't marked noreturnNodir Temirkhodjaev2024-07-131-3/+3
* Windows: Fix qAbort() definition for MSVC with unity buildNodir Temirkhodjaev2024-07-121-1/+1
* Remove QT_TERMINATE_ON_EXCEPTION: no longer neededThiago Macieira2024-05-311-30/+0
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira2024-03-061-0/+67
* Deprecate Q_ASSUMEThiago Macieira2023-05-041-19/+10
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-1/+19
* Fix the license headersSona Kurazyan2022-09-211-1/+1
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-051-0/+61
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-051-0/+66
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-0/+74