aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/bits.zig
AgeCommit message (Expand)Author
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-06std: Nicer way to access the PEBLemonBoy
2020-03-01Merge pull request #4585 from LemonBoy/fix-4581Andrew Kelley
2020-03-01Complete windows PEB_LDR_DATA definitiondaurnimator
2020-03-01Fill out PEB definitiondaurnimator
2020-02-29target: Implement OS version detection for WindowsLemonBoy
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-02Merge pull request #4352 from LemonBoy/fix-4349Andrew Kelley
2020-02-01windows: Minor changes to psapi prototypesLemonBoy
2020-02-01Run `zig fmt`LemonBoy
2020-01-31Merge pull request #4340 from daurnimator/ntstatus-as-enumAndrew Kelley
2020-01-31windows: Add psapi APILemonBoy
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-30Remove intCast'sRocknest
2020-01-30Fix aarch64Rocknest
2020-01-29Reorganize definitionsRocknest
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-11-27std: add windows.USHORT definitiondaurnimator
2019-11-27std: IO_STATUS_BLOCK's status member is an NTSTATUS; add uniondaurnimator
2019-11-27std: add CreateEvent for windowsdaurnimator
2019-11-27std: add WaitForMultipleObjects for windowsdaurnimator
2019-11-25Use a specific access mask in `Dir.openDirListW` instead of a generic one. Un...Jonathan S
2019-11-14std: add CTL_CODE function for windowsdaurnimator
2019-11-14std: add FILE_ANY_ constants for windowsdaurnimator
2019-11-14std: add windows ioctl transfer typesdaurnimator
2019-11-14std: add windows FILE_DEVICE_ definesdaurnimator
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley