aboutsummaryrefslogtreecommitdiff
path: root/src/mingw.zig
AgeCommit message (Expand)Author
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
2021-11-15mingw-w64: add missing file frexp.c to mingwex.libJ.C. Moyer
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-15Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...Michal Ziulek
2021-09-07changes to build zig-bootstrap aarch64-windowsJonathan Marler
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...Jonathan Marler
2021-08-21mingw.zig: fix logic to add crt sourcesJonathan Marler
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-01-22stage2: add missing frexpl.c to mingw c source file listAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-11-05Fixed mingw-w64 8.0.0 compilationAlexandros Naskos
2020-11-05Updated mingw-w64 to version 8.0.0Alexandros Naskos
2020-10-01stage2: Add missing defines for building dllcrt2.oLemonBoy
2020-09-29mingw: better -D arg for processing def.in filesAndrew Kelley