summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_fsevents.mm
Commit message (Expand)AuthorAgeFilesLines
* 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