| Commit message (Expand) | Author | Age | Files | Lines |
| * | Long live \constraints! | Marc Mutz | 2025-02-28 | 1 | -30/+26 |
| * | Add QtOrderingPrivate::lexicographicalCompareThreeWay | Ivan Solovev | 2024-11-27 | 1 | -0/+36 |
| * | Long live Q_DECLARE_ORDERED | Marc Mutz | 2024-09-09 | 1 | -0/+54 |
| * | Comparison helper macros: support variable number of attributes | Ivan Solovev | 2024-08-13 | 1 | -12/+43 |
| * | Rework comparison helper macros to get rid of conditional noexcept | Ivan Solovev | 2024-07-16 | 1 | -0/+37 |
| * | Update Qt::compareThreeWay(Qt::totally_ordered_wrapper) overloads to take com... | Ivan Solovev | 2024-06-07 | 1 | -3/+12 |
| * | Deprecate Qt::compareThreeWay() overload for pointers | Ivan Solovev | 2024-06-07 | 1 | -0/+4 |
| * | Add Qt::compareThreeWay() overloads for Qt::totally_ordered_wrapper | Ivan Solovev | 2024-06-07 | 1 | -0/+71 |
| * | Docs: fix include header for Qt::*_ordering types | Ivan Solovev | 2024-05-24 | 1 | -0/+3 |
| * | Document Qt::totally_ordered_wrapper | Ivan Solovev | 2024-05-24 | 1 | -0/+53 |
| * | Change license in files to avoid LGPL and non-LGPL license mix | Lucie Gérard | 2024-02-20 | 1 | -1/+1 |
| * | Comparison helper macros: add an Attributes parameter | Ivan Solovev | 2024-02-20 | 1 | -0/+23 |
| * | Improve documentation of Qt ordering types | Ivan Solovev | 2024-01-18 | 1 | -46/+40 |
| * | Doc: Fix documentation issues for Qt Core | Topi Reinio | 2023-12-19 | 1 | -4/+4 |
| * | QPartialOrdering: add lower-case flags for std/Qt:: compatibility | Marc Mutz | 2023-12-07 | 1 | -12/+40 |
| * | Long live qCompareThreeWay() | Ivan Solovev | 2023-12-07 | 1 | -0/+59 |
| * | QPartialOrdering: add missing \since to is_eq etc | Marc Mutz | 2023-12-05 | 1 | -0/+1 |
| * | Doc: Fix \fn template arguments for Qt Core | Luca Di Sera | 2023-11-30 | 1 | -6/+6 |
| * | Implement helper Qt::compareThreeWay() function for built-in types | Ivan Solovev | 2023-11-28 | 1 | -0/+151 |
| * | Implement compare helper macros | Ivan Solovev | 2023-11-28 | 1 | -0/+336 |
| * | Qt::*_ordering: use std::bit_cast when converting to std::_ordering | Marc Mutz | 2023-11-27 | 1 | -3/+0 |
| * | Make Qt::partial_ordering binary-compatible to std::partial_ordering | Marc Mutz | 2023-11-27 | 1 | -0/+768 |