aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2022-07-29Merge pull request #12085 from topolarity/dyn-link-libcppAndrew Kelley
2022-07-29build.zig: Emit warning if "config.h" cannot be foundCody Tapscott
2022-07-28Dynamically link libc++, if integrating with system LLVMCody Tapscott
2022-07-26Merge pull request #12136 from topolarity/llvm-config-reworkAndrew Kelley
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-25wasm: Enable C-ABI tests for self-hosted compilerLuuk de Gram
2022-07-23CMake: Add ZIG_LLVM_LINK_MODE to config.hCody Tapscott
2022-07-22Merge pull request #12173 from ziglang/autodocs-rebasedAndrew Kelley
2022-07-21build.zig: 32 MiB stack sizeAndrew Kelley
2022-07-20build.zig: remove deleted .cpp fileAndrew Kelley
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-07-03update build scripts to LLD and LLVM 14 librariesAndrew Kelley
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-06-14multi-thread `zig build test-cases`Andrew Kelley
2022-06-09stage2: use std.debug.Trace only when explicitly enabledAndrew Kelley
2022-06-01CI: skip single-threaded tests on DroneAndrew Kelley
2022-05-31build: include a build-id note only if explicitly requestedAndrew Kelley
2022-05-31stage2: add support for -fbuild-id,-fno-build-idAndrew Kelley
2022-05-13build.zig: rename a local variableAndrew Kelley
2022-05-13migrate runtime safety tests to the new test harnessAndrew Kelley
2022-05-07Merge pull request #11592 from ziglang/stage3-macos-linkerAndrew Kelley
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-05-05CI: add non-LLVM backends to the test matrixAndrew Kelley
2022-03-31test harness improvementsAndrew Kelley
2022-03-27Value: hash lazy_alignVeikka Tuominen
2022-02-17build.zig: restore the ability to bootstrap with zig0 via optionAndrew Kelley
2022-02-17CLI: resolve system libs into static librariesAndrew Kelley
2022-02-17CI: simplify linux scriptAndrew Kelley
2022-02-17build.zig: fix test-stage2 regression with -Denable-llvmAndrew Kelley
2022-02-16build.zig: bootstrap stage1 with zig0Andrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-31stage2: make --debug-log work by default for debug buildsAndrew Kelley
2022-01-28build.zig: fix single-threaded optionAndrew Kelley
2022-01-26Merge pull request #10552 from hdorio/deflateAndrew Kelley
2022-01-25add option to force usage of `GeneralPurposeAllocator`Lee Cannon
2022-01-24Normalize some build function namesJonathan Marler
2022-01-23compress: add a deflate compressorHadrien Dorio
2021-12-31tz parsing reader interface, test thicc files, and exclude tzifJens Goldberg
2021-12-20start the 0.10.0 release cycleAndrew Kelley
2021-12-20Release 0.9.00.9.0Andrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-31add functionality to trace allocationsLee Cannon
2021-10-31make tracy.zig more feature completeLee Cannon
2021-10-22macho: dump linker's state as JSONJakub Konka
2021-10-02Add zlib to needed librariesMartin Wickham
2021-10-02build.zig: omit LLVMTableGen from the llvm lib listAndrew Kelley
2021-10-02build.zig: update list of LLVM libsAndrew Kelley
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley