summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_fsevents.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* QFseventsFileSystemWatcherEngine: port some Java-style iterators to ranged-forMarc Mutz2019-07-031-15/+15
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-4/+0
|\
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-4/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-1/+1
* | Clean up our Objective-C usageJake Petroules2018-02-201-1/+1
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+1
| |\
| | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-41/+62
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-41/+62
| |\|
| | * Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-071-41/+62
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-7/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-25/+6
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-6/+6
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* FSEvents file system watcher: Do not watch whole parent hierarchies.Eike Ziller2014-12-011-2/+1
* Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
* Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
* Fix memory leaks in QFseventsFileSystemWatcherEngineErik Verbruggen2014-06-241-0/+28
* Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
* Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-271-37/+97
* Mac: FSEvents-based QFileSystemWatcherEngine.Erik Verbruggen2014-02-141-0/+507