summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QObject: Extract Method q_choose_{assign,append} from doSetProperty()Marc Mutz50 min.1-0/+77
* Doc: List all operators defined by Q_DECLARE_OPERATORS_FOR_FLAGSDheerendra Purohit25 hours1-2/+4
* Add more snippets sources from corelib to the build systemOleksii Zbykovskyi28 hours1-2/+2
* convertDoubleTo: fix truncation warning with Clang 20Thiago Macieira10 days1-1/+1
* Add QOperatingSystemVersion/QSysInfo support for macOS 26 (Tahoe)Tor Arne Vestbø2025-06-103-0/+8
* QLogging: fix potential UB in QBasicAtomic initializationMarc Mutz2025-06-091-2/+2
* Document QT_WARN_DEPRECATED_UP_TOTor Arne Vestbø2025-06-041-3/+18
* QLogging: use std::unique_ptr instead of QScopedPointerAhmad Samir2025-06-041-5/+8
* Remove note saying Qt::AA_ShareOpenGLContexts must be set before qGuiAppTor Arne Vestbø2025-05-311-2/+1
* Use WS_EX_NOACTIVATE to prevent window from getting focusedMorteza Jamshidi2025-05-301-0/+2
* QLogging: fix build: narrowing conversion from qsizetype to size_tThiago Macieira2025-05-261-1/+1
* Add q23::expected as a private typeTim Blechmann2025-05-257-0/+3266
* qt_noop is not defined in the qt-namespaceMårten Nordheim2025-05-241-1/+1
* Android: update clang compiler detectionRami Potinkara2025-05-201-1/+1
* qlogging: Journal: Log thread id, suppress empty fieldsKai Köhne2025-05-191-7/+33
* qBound: Don't claim it's "equivalent to qMax(min, qMin(val, max))"Kai Uwe Broulik2025-05-131-2/+1
* Add POSIX Pipe feature to VxWorksKarim Pinter2025-05-121-0/+1
* Replace uses of std::is_trivial with its underlying definitionsThiago Macieira2025-05-081-2/+14
* Update Apple Clang/LLVM version mappingTor Arne Vestbø2025-05-081-1/+7
* qlogging: replace heap buffer with stack in win_outputDebugString_helperAurélien Brooke2025-05-061-2/+1
* Allow Q_ASSERT macros family to be called outside of the Qt namespaceAurélien Brooke2025-05-021-5/+5
* qcompare.h: standardize on Coverity-friendly ctorsMarc Mutz2025-04-161-10/+4
* core: don't export unnecessary symbol in static buildZhao Yuhang2025-04-121-1/+1
* qalloc: keep the original capacity if realloc() failsAurélien Brooke2025-04-112-6/+11
* Doc: Fix \fn signatures for QFlags equality operatorsTopi Reinio2025-04-111-8/+6
* qnumeric.h: include what you use (QMinMax for qBound)Nodir Temirkhodjaev2025-04-101-0/+1
* Add jemalloc supportAurélien Brooke2025-04-093-0/+172
* qCheckedFPConversionToInteger: streamline the checksGiuseppe D'Angelo2025-04-041-11/+19
* Add support for C23 standard attributes using __has_c_attribute()Thiago Macieira2025-04-031-8/+19
* QLoggingCategory: make defaultCategory() truly a global staticThiago Macieira2025-03-311-1/+1
* Fix qprocess.h include guards to match QProcess usageJuha Vuolle2025-03-311-1/+1
* qfloat16: remove noexcept from qRoundGiuseppe D'Angelo2025-03-291-2/+2
* Add virtual member QPlatformTheme::contrastPreference()Oliver Eftevaag2025-03-281-0/+6
* Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributesMårten Nordheim2025-03-281-1/+1
* Include qtcoreglobal.h from qtcoreglobal_p.hMårten Nordheim2025-03-271-0/+2
* qcompareheleprs.h: protect CompareThreeWayTester from -WdeprecatedMarc Mutz2025-03-261-0/+5
* QMessageLogger: store the QT_FATAL_xxx state plus one in the atomicsThiago Macieira2025-03-191-7/+8
* QMessageLogger: initialize QT_FATAL_xxx cooperatively between threadsThiago Macieira2025-03-191-14/+38
* QMessageLogger: reject negative values for QT_FATAL_xxxThiago Macieira2025-03-191-1/+1
* QMessageLogger: Make sure we don't count to 0 QT_FATAL_xxxThiago Macieira2025-03-191-1/+1
* Long live Q_PRE/Q_PRE_X!Marc Mutz2025-03-121-0/+10
* qsimd: perform RDSEED sanity check in case if availableMikhail Paulyshka2025-03-111-5/+10
* unreachable: silence warning with clang-clTim Blechmann2025-03-101-1/+3
* QMessagePattern: add the %{threadname} placeholderAurélien Brooke2025-03-101-0/+57
* Disable -Werror=tsan on GCC < 15Giuseppe D'Angelo2025-03-081-0/+1
* Corelib, fix runtime platform detection on CYGWINCarlo Bramini2025-03-071-3/+3
* QtNumeric/QtMath: add assertions in number roundingGiuseppe D'Angelo2025-03-021-4/+26
* Geometry classes: honor the documentation when it talks about roundingGiuseppe D'Angelo2025-03-011-24/+49
* Long live \constraints!Marc Mutz2025-02-281-30/+26
* QLibraryInfo/Win: use the ActiveQt-overridden handle for the main moduleThiago Macieira2025-02-261-1/+4