aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-12-16macho: move parallel file hashing back to CodeSignatureJakub Konka
2022-12-16macho: calculate UUID excluding stabs and part of contributing strtabJakub Konka
2022-12-16macho: generalize parallel hasher; impl parallel MD5-like hashJakub Konka
2022-12-16macho: calculate UUID as a streaming MD5 hash of the file contentsJakub Konka
2022-12-16macho: dedup LC emitting logicJakub Konka
2022-12-10CMake: fix aarch64-windows target detectionAndrew Kelley
2022-12-10CMake: add workaround for CMAKE_AR not supporting spacesAndrew Kelley
2022-12-09remove the zstd mechanism from the build processAndrew Kelley
2022-12-09fix building wasm2c output with msvch57624paen
2022-12-06cmake: disable stack protector for zig2 to avoid link errors on windowsJacob Young
2022-12-06cmake: fix bootstrap dependenciesJacob Young
2022-12-06CMake: remove --color on for compiler_rt tooAndrew Kelley
2022-12-06CMake: adjust apple clang compiler checkAndrew Kelley
2022-12-06CMake: remove --color onAndrew Kelley
2022-12-06wasm2c: remove unnecessary brackets to reduce max bracket depthJacob Young
2022-12-06cmake: fix stack size linker argument on macJacob Young
2022-12-06cmake: fix host target detectionJacob Young
2022-12-06CMake: add the bracket-depth workaround for zig1Andrew Kelley
2022-12-06CMake adjustmentsAndrew Kelley
2022-12-06use zig-wasm2c for bootstrappingJacob Young
2022-12-06CMake: use ReleaseSmall instead of ReleaseFastAndrew Kelley
2022-12-06CMake: rebuild when the wasm blob changesAndrew Kelley
2022-12-06CI: make Windows build from source like everybody elseAndrew Kelley
2022-12-06CMake: no optimization for zig1.c and zig2.cAndrew Kelley
2022-12-06Some fixes for the wasi interpreter for macOS (#13587)Matt Knight
2022-12-06CMake: use -O1 instead of -O2 for building generated .c codeAndrew Kelley
2022-12-06zig1.c: autodetect host target tripleAndrew Kelley
2022-12-06enable the LLVM backend in stage2Andrew Kelley
2022-12-06zig1.c: decompress zig1.wasm.zst with zstdAndrew Kelley
2022-12-06interpret the WASI blob to produce zig2.c and compiler_rt.cAndrew Kelley
2022-12-06redo CMakeLists.txt to use WASI interpreterAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-22CI: build from old zig on x86_64-linux debugAndrew Kelley
2022-11-21CMake: choose native CPU instead of baseline by defaultAndrew Kelley
2022-11-10cmake: Mark <root>/.git/HEAD as a configure dependencyCody Tapscott
2022-10-31start the 0.11.0 release cycleAndrew Kelley
2022-10-27build: rename the "skip lib files" optionAndrew Kelley
2022-10-25CMake: handle zstd the same as zlibAndrew Kelley
2022-10-22CMake: detect use of CMAKE_PREFIX_PATH env varAndrew Kelley
2022-10-22macho: upstream rewritten traditional linker, zldJakub Konka
2022-10-18build: avoid compiling self-hosted twiceAndrew Kelley
2022-10-18cmake: separate installing and building (again)Eric Joldasov
2022-10-12msvc: fixup compiler arg generation, as /O2 is incompatible with /RTC1kcbanner
2022-09-12cmake: add -Dversion-string flag to zig build commandAndrew Kelley
2022-08-30Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-30cmake: add runaway Coff/Object.zig pathJakub Konka
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-28CI: rework to account for new cmake behaviorAndrew Kelley
2022-08-28CMake: add dummy install commandAndrew Kelley