Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bootstrap: disable all debug/info/warning messages and assertions | Thiago Macieira | 2025-01-13 | 1 | -0/+2 |
* | qassert.cpp: Fix qAbort() for OSes where abort() isn't marked noreturn | Nodir Temirkhodjaev | 2024-07-13 | 1 | -3/+3 |
* | Windows: Fix qAbort() definition for MSVC with unity build | Nodir Temirkhodjaev | 2024-07-12 | 1 | -1/+1 |
* | Remove QT_TERMINATE_ON_EXCEPTION: no longer needed | Thiago Macieira | 2024-05-31 | 1 | -30/+0 |
* | Move qAbort from qglobal.cpp to qassert.cpp | Thiago Macieira | 2024-03-06 | 1 | -0/+67 |
* | Deprecate Q_ASSUME | Thiago Macieira | 2023-05-04 | 1 | -19/+10 |
* | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -1/+19 |
* | Fix the license headers | Sona Kurazyan | 2022-09-21 | 1 | -1/+1 |
* | Move Q_ASSUME and Q_UNREACHABLE to qassert.h | Sona Kurazyan | 2022-08-05 | 1 | -0/+61 |
* | Move Q_CHECK_PTR and related helpers to qassert.h | Sona Kurazyan | 2022-08-05 | 1 | -0/+66 |
* | Extract header qassert.h from qglobal.h | Sona Kurazyan | 2022-08-05 | 1 | -0/+74 |