summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qassert.h
Commit message (Expand)AuthorAgeFilesLines
* qt_noop is not defined in the qt-namespaceMårten Nordheim2025-05-241-1/+1
* Allow Q_ASSERT macros family to be called outside of the Qt namespaceAurélien Brooke2025-05-021-5/+5
* Long live Q_PRE/Q_PRE_X!Marc Mutz2025-03-121-0/+10
* Q_ASSERT_X: fix build where (where) or (what) were not castable to boolThiago Macieira2025-02-071-1/+2
* Q_ASSERT_X: always consume `where` and `what`Giuseppe D'Angelo2025-02-041-1/+1
* qassert.h: fix typoAhmad Samir2024-01-081-1/+1
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-1/+4
* Enable [[noreturn]] attribute for non-MSVC compilers on WindowsPeter Varga2023-05-121-2/+2
* qglobal.h: centralize the __ASSEMBLER__ checkThiago Macieira2023-01-111-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-0/+8
* qassert.h: Include qtcoreexports.hFabian Kosmale2022-09-271-0/+1
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-191-1/+1
* Move Q_STATIC_ASSERT* macros to qassert.hSona Kurazyan2022-08-111-0/+25
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-051-0/+13
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-051-0/+17
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-0/+48