summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_mac_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtCore platform code: s/QPair/std::pair/Marc Mutz2023-12-131-1/+1
* Apple: Use namespaced category name sandbox helperTor Arne Vestbø2023-11-271-1/+1
* QLogging: simplify qDefaultMessageHandler() with a global constantThiago Macieira2023-10-241-2/+5
* iOS: Add support for foreign windowsTor Arne Vestbø2023-08-181-0/+14
* QCFString: unexportMarc Mutz2023-06-291-3/+3
* QAppleRefCounted hierarchy: mark ctors [[nodiscard]]Marc Mutz2023-06-211-9/+12
* QMac{,RootLevel}AutoReleasePool: mark ctors [[nodiscard]]Marc Mutz2023-06-201-2/+2
* QMacAutoReleasePool: unexportMarc Mutz2023-06-201-3/+3
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-071-1/+1
* macOS: Move application sandbox checking to secondary threadTor Arne Vestbø2023-03-311-1/+4
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-191-1/+3
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-3/+3
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+9
* macOS: Add private API to ensure that a process is responsible/disclaimedTor Arne Vestbø2022-05-251-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+3
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-091-0/+1
* Fix mach_port_t not being foundAlexandru Croitor2022-02-031-0/+1
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-011-1/+18
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-271-0/+1
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-4/+2
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-041-4/+4
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-8/+15
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-27/+10
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-051-4/+0
* Fix no-PCH build on Apple platformsTor Arne Vestbø2020-07-291-0/+1
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-291-0/+29
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-021-2/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-7/+0
* macOS: Clean up headersTor Arne Vestbø2020-06-051-19/+34
* Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
* Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-041-0/+1
* macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
* Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-3/+7
|\
| * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-181-3/+7
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-8/+63
|\|
| * macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-071-0/+55
| * Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-1/+1
|/
* testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-0/+1
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-65/+14
* Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-251-0/+3
* Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-251-1/+0
* macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-241-1/+2