aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/watch.zig
AgeCommit message (Expand)Author
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-16Fix compilation for MacOSAlexandros Naskos
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-14Fixed std.fs.Watch implementation on LinuxAlexandros Naskos
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-08std: fix bitrotted evented codeAndrew Kelley
2020-02-07skip self-hosted for now as we work towards async I/OAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley