| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
| 2019-09-01 | Revert "Merge pull request #2991 from emekoi/mingw-ci" | Andrew Kelley | |
| This reverts commit ec7d7a5b14540ea3b2bab9f11318630338467965, reversing changes made to 81c441f8855d4c58f0b2ff86d3d007cf0bf395d3. It looks like this broke colors in Windows Command Prompt (#3147) and this method of detecting native C ABI isn't working well (#3121). | |||
| 2019-08-21 | Merge pull request #2991 from emekoi/mingw-ci | Andrew Kelley | |
| mingw improvements | |||
| 2019-08-15 | zig fmt | Andrew Kelley | |
| 2019-08-07 | Remove unneeded casts. | Euan Torano | |
| 2019-08-06 | Fix function signature and use a loop to ensure buffer is filled. | Euan Torano | |
| 2019-08-03 | move windows abi detection to `get_native_target` | emekoi | |
| 2019-08-02 | accept unix style paths on windows-gnu | emekoi | |
| 2019-07-15 | fix build on windows | Andrew Kelley | |
| 2019-07-15 | move lib dirs to lib subdir | Andrew Kelley | |
| also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging | |||
| 2019-07-15 | fix the build on windows | Andrew Kelley | |
| 2019-07-15 | implement std.fs.File.updateTimes for windows | Andrew Kelley | |
| 2019-07-15 | move some of the installation from cmake to zig build | Andrew Kelley | |
| This moves the installation of shipped source files from large CMakeLists.txt lists to zig build recursive directory installation. On my computer a cmake `make install` takes 2.4 seconds even when it has to do nothing, and prints a lot of unnecessary lines to stdout that say "up-to-date: [some file it is installing]". After this commit, the default output of `make` is down to 1 second, and it does not print any junk to stdout. Further, a `make install` is no longer required and `make` is sufficient. This closes #2874. It also closes #2585. `make` now always invokes `zig build` for installing files and libuserland.a, and zig's own caching system makes that go fast. | |||
| 2019-07-05 | add std.os.windows.subsystem | Andrew Kelley | |
| The original issue that #2445 wanted to fix was solved in the previous commit. However it also exposed the subsystem in the standard library, which is still useful. So that's done in this commit, and #2445 can be closed. | |||
| 2019-07-02 | return `FileNotFound` for PATH_NOT_FOUND in DeleteFileW | emekoi | |
| 2019-06-26 | add missing error code for DeleteFileW | Andrew Kelley | |
| 2019-06-18 | Fix windows create process retry/path search | Jonathan Marler | |
| 2019-06-09 | different array literal syntax when inferring the size | Andrew Kelley | |
| old syntax: []i32{1, 2, 3} new syntax: [_]i32{1, 2, 3} closes #1797 | |||
| 2019-06-05 | switched to fixed-length buffer for error messages | emekoi | |
| 2019-06-05 | fixed mismatched types | emekoi | |
| 2019-06-05 | windows.unexpectedError prints a human friendly string | emekoi | |
| 2019-05-29 | run zig fmt to update `use` to `usingnamespace` | Andrew Kelley | |
| 2019-05-27 | fixes for windows to build self hosted compiler | Andrew Kelley | |
| 2019-05-27 | std lib fixes for zig build on windows | Andrew Kelley | |
| 2019-05-27 | more fixes for windows and wasi | Andrew Kelley | |
| 2019-05-27 | fixes for Windows and WASI | Andrew Kelley | |
| 2019-05-26 | tests passing on linux | Andrew Kelley | |
| 2019-05-26 | more cleanup. down to just the `@hasDecl` builtin | Andrew Kelley | |
| 2019-05-26 | clean up references to os | Andrew Kelley | |
| 2019-05-26 | clean up references to posix | Andrew Kelley | |
| 2019-05-26 | starting to fix the regressions | Andrew Kelley | |
| 2019-05-26 | rename "posix" to "bits" | Andrew Kelley | |
| 2019-05-26 | do Jay's suggestion with posix/os API naming & layout | Andrew Kelley | |
| 2019-05-26 | more progress. moving windows API layer to its own file | Andrew Kelley | |
| 2019-05-26 | more progress on posix API layer | Andrew Kelley | |
| see #2380 | |||
| 2019-05-26 | extract posix functions from std/os.zig to std/os/posix.zig | Andrew Kelley | |
| See #2380 | |||
| 2019-05-11 | Implement Windows' DirectAllocator on top of VirtualAlloc and VirtualFree. | Sahnvour | |
| 2019-03-02 | rename std lib files to new convention | Andrew Kelley | |
| 2017-06-04 | progress toward hello world without libc in windows | Andrew Kelley | |
| 2017-03-26 | organize std and make import relative to current file | Andrew Kelley | |
| closes #216 | |||
