aboutsummaryrefslogtreecommitdiff
path: root/src/mingw.zig
AgeCommit message (Expand)Author
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-03-27mingw: support -municodeElaine Gibson
2024-03-21mingw: link to api sets instead of ucrtbaseElaine Gibson
2024-03-20mingw: define _WIN32_WINNT when building CRTElaine Gibson
2024-03-16Fix "unable to generate DLL import .lib file"Andreas Herrmann
2024-03-04Use the global cache dir for the manifests of generated mingw `.lib`sRyan Liptak
2024-01-20mingw: update build logicElaine Gibson
2024-01-14mingw: Add missing misc/mingw-access.c and misc/ucrt-access.cKrzysztof Wolicki
2024-01-08mingw: remove pow.c from aarch64-windows mingw buildsAndrew Kelley
2024-01-08mingw: add the build logic for the previous commitAndrew Kelley
2024-01-08mingw: add comments so that I don't regress this code laterAndrew Kelley
2024-01-08mingw: update from msvcrt to ucrtAndrew Kelley
2024-01-08mingw-w64: update CRT files to latest git commitAndrew Kelley
2024-01-08add tool for updating mingw crt filesAndrew Kelley
2024-01-01Compilation: don't add importlib jobs when outputting C codeAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-02mingw: remove stage2_c check for buildImportLibEvan Haas
2023-11-02mingw: remove "aro" literal from from cache hashEvan Haas
2023-11-02mingw: Check for only_c, not only_core_functionalityEvan Haas
2023-11-02mingw: Don't implement buildImportLib in only-c modeEvan Haas
2023-11-02mingw: Use aro instead of clang for preprocessing import libsEvan Haas
2023-09-26define `_WIN32_WINNT` for windows compilations based on target minver (#17224)Phil Richards
2023-08-03frontend: fix linking to Windows DLLs as system libsAndrew Kelley
2023-07-11remove arbitrary stderr size limit when spawning a child process toolXavier Bouchoux
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-01-31mingw: repair msvcrt-os build flagspraschke
2022-12-28mingw: add missing vscprintf.c fileAndrew Kelley
2022-12-10fix aarch64-windows-gnu libcAndrew Kelley
2022-11-22Cache: introduce prefixes to manifestsAndrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-11mingw-w64: pass -D__USE_MINGW_ANSI_STDIO=0 for crt filesAndrew Kelley
2022-10-11stage2: update mingw-w64 build logic to v10.0.0Andrew Kelley
2022-10-11update mingw-w64 crt files to v10.0.0Andrew Kelley
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-25add ability to pass force undefined symbols to the linkerJakub Konka
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-07lint: duplicate import (#10519)Meghan
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-15pre-merge cleanupsAndrew Kelley
2021-11-15build: workaround link error with LTO and mingwxavier