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
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
2022-12-10
fix aarch64-windows-gnu libc
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-11
mingw-w64: pass -D__USE_MINGW_ANSI_STDIO=0 for crt files
Andrew Kelley
2022-10-11
stage2: update mingw-w64 build logic to v10.0.0
Andrew Kelley
2022-10-11
update mingw-w64 crt files to v10.0.0
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-15
pre-merge cleanups
Andrew Kelley
2021-11-15
build: workaround link error with LTO and mingw
xavier
[next]