Andrew Kelley
|
4a69b11e74
|
add license header to all std lib files
add SPDX license identifier
copyright ownership is zig contributors
|
2020-08-20 16:07:04 -04:00 |
|
Jakub Konka
|
f0ed2ed67f
|
Replace DeviceIoControl with FsControlFile
This commit replaces `windows.DeviceIoControl` with
`windows.FsControlFile` which is a wrapper around the NT-based
syscall `ntdll.NtFsControlFile`.
|
2020-07-27 19:45:23 +00:00 |
|
LemonBoy
|
de53537f10
|
Add NtDll-based ftruncate implementation
|
2020-03-13 08:45:37 +01:00 |
|
LemonBoy
|
f072b0c056
|
target: Implement OS version detection for Windows
Closes #4581
|
2020-02-29 12:02:40 +01:00 |
|
Andrew Kelley
|
8173fbfb66
|
implement os.faccessat for Windows
|
2020-02-16 17:10:43 -05:00 |
|
Andrew Kelley
|
7b73c7fe12
|
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimator/zig
|
2020-01-07 16:13:34 -05:00 |
|
LemonBoy
|
563d9ebfe5
|
Implement the callconv() annotation
|
2020-01-02 18:53:16 +01:00 |
|
daurnimator
|
2662e50d27
|
std: sentinel terminated pointers for utf16 apis
|
2019-12-29 10:35:05 +11:00 |
|
daurnimator
|
1537d4701e
|
std: fix definition of NtDeviceIoControlFile
|
2019-11-27 13:01:09 +11:00 |
|
daurnimator
|
3b8afe31a0
|
std: add NtDeviceIoControlFile definition for windows
|
2019-11-15 10:31:51 +11:00 |
|
kprotty
|
465ebf494d
|
ThreadParker implementation
|
2019-11-05 15:58:58 -06:00 |
|
Andrew Kelley
|
ef67c49785
|
[wip] use NtDll APIs on Windows to implement std.fs.Dir
|
2019-10-21 14:18:01 -04:00 |
|
Andrew Kelley
|
ed36dbbd9c
|
mv std/ lib/
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|
2019-09-25 23:35:41 -04:00 |
|