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
/
src
/
mingw.zig
Age
Commit message (
Expand
)
Author
2025-03-18
mingw: Rename mingw32.lib to libmingw32.lib.
Alex Rønne Petersen
2025-02-24
mingw: Update MinGW-w64 sources to 3839e21b08807479a31d5a9764666f82ae2f0356.
Alex Rønne Petersen
2025-01-25
compiler: Rework LTO settings for some Zig-provided libraries.
Alex Rønne Petersen
2025-01-24
frontend: fix data race with mingw crt files
Andrew Kelley
2025-01-20
fix build failure when llvm not available
Andrew Kelley
2025-01-14
mingw: Add upstream RtlSecureZeroMemory implementation.
Alex Rønne Petersen
2024-12-16
mingw: Fix CFLAGS for winpthreads.
Alex Rønne Petersen
2024-12-14
mingw: Update sources list to dcd7fefc703fb4b12187235386900d34cc13fdc5.
Alex Rønne Petersen
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-11-03
Compilation: Use the regular module mechanism for setting PIC on CRT objects.
Alex Rønne Petersen
2024-10-31
mingw: Fix COFF machine type selection for thumb-windows-gnu import libraries.
Alex Rønne Petersen
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-09-09
sync Aro dependency
Veikka Tuominen
2024-08-28
mingw: Fix various target checks to check for thumb.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-03-27
mingw: support -municode
Elaine Gibson
2024-03-21
mingw: link to api sets instead of ucrtbase
Elaine Gibson
2024-03-20
mingw: define _WIN32_WINNT when building CRT
Elaine Gibson
2024-03-16
Fix "unable to generate DLL import .lib file"
Andreas Herrmann
2024-03-04
Use the global cache dir for the manifests of generated mingw `.lib`s
Ryan Liptak
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-14
mingw: Add missing misc/mingw-access.c and misc/ucrt-access.c
Krzysztof Wolicki
2024-01-08
mingw: remove pow.c from aarch64-windows mingw builds
Andrew Kelley
2024-01-08
mingw: add the build logic for the previous commit
Andrew Kelley
2024-01-08
mingw: add comments so that I don't regress this code later
Andrew Kelley
2024-01-08
mingw: update from msvcrt to ucrt
Andrew Kelley
2024-01-08
mingw-w64: update CRT files to latest git commit
Andrew Kelley
2024-01-08
add tool for updating mingw crt files
Andrew Kelley
2024-01-01
Compilation: don't add importlib jobs when outputting C code
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2023-11-17
aro-translate-c: update to upstream changes
Veikka Tuominen
2023-11-02
mingw: remove stage2_c check for buildImportLib
Evan Haas
2023-11-02
mingw: remove "aro" literal from from cache hash
Evan Haas
2023-11-02
mingw: Check for only_c, not only_core_functionality
Evan Haas
2023-11-02
mingw: Don't implement buildImportLib in only-c mode
Evan Haas
2023-11-02
mingw: Use aro instead of clang for preprocessing import libs
Evan Haas
2023-09-26
define `_WIN32_WINNT` for windows compilations based on target minver (#17224)
Phil Richards
2023-08-03
frontend: fix linking to Windows DLLs as system libs
Andrew Kelley
2023-07-11
remove arbitrary stderr size limit when spawning a child process tool
Xavier Bouchoux
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-01-31
mingw: repair msvcrt-os build flags
praschke
2022-12-28
mingw: add missing vscprintf.c file
Andrew Kelley
[next]