index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
mingw
Age
Commit message (
Expand
)
Author
2020-12-15
mingw-w64: add .def files for xaudio2_8
Christian Wesselhoeft
2020-12-11
mingw-w64: add .def files for xinput1_4
Andrew Kelley
2020-12-11
mingw-w64: add support for -lwldap32
Andrew Kelley
2020-12-09
mingw-w64: patch to silence implicit-function-declaration warnings
Andrew Kelley
2020-12-03
add more mingw-w64 .def files
Andrew Kelley
2020-11-05
Fixed mingw-w64 8.0.0 compilation
Alexandros Naskos
2020-11-05
Updated mingw-w64 to version 8.0.0
Alexandros Naskos
2020-10-01
mingw: Add user32.def for 32bit Windows
LemonBoy
2020-04-08
zig provides shlwapi.lib for *-windows-gnu
Andrew Kelley
2020-04-06
mingw-w64: add 32-bit version.def
Andrew Kelley
2020-04-06
provide ___mb_cur_max_func for i386-windows-gnu
Andrew Kelley
2020-04-05
use mingw-w64 to provide -luuid if requested
Andrew Kelley
2020-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-05
update mingw-w64 source files to v7.0.0
Andrew Kelley
2020-01-31
windows: Add psapi API
LemonBoy
2019-12-02
add missing license files
Andrew Kelley
2019-10-16
only look for .defs when needed; remove samsrv.dll cross compiling support
Andrew Kelley
2019-10-16
add more cross compiling support for windows system dlls
Andrew Kelley
2019-10-16
add cross compiling support for opengl32.dll
Andrew Kelley
2019-10-09
Add a bunch of mingw lib32 .def files
LemonBoy
2019-07-15
mingw libc can link against ntdll
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley