Skip to content

Tags: fsnotify/fsevents

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use FSEventStreamSetDispatchQueue instead of deprecated FSEventStream…

…ScheduleWithRunLoop (#62)

v0.1.1

Toggle v0.1.1's commit message
update AUTHORS file

v0.1.0

Toggle v0.1.0's commit message
Cannot use nil for CFType (Go 1.10+)

fixes #40

Cannot use nil for CFType (Go 1.10+), round 2

reducing code changes between Go versions

conversions can occur in older Go versions too

extract eventIDSinceNow constant to other files

Go-version specific files.

reworks #34 which resolves int overflow #31

minimize code differences between Go versions

Work around bizarre bugs in 1.10.3 (not 1.10.4)

golang/go#24161

use C.kCFAllocatorDefault instead of C.CFAllocatorRef(0)

thanks to @havoc-io for the tip

reduce duplication between go 1.10 before/after

thanks to C.kCFAllocatorDefault change