aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-28coff: move import table definition into a separate ImportTable.zig moduleJakub Konka
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-12x86_64: add missing source files to CMakeLists.txtJakub Konka
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-08build: add -Dpie optionIsaac Freund
2023-02-27Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-24compiler_rt: declutter int.zig, add mulXi3 tests (#14623)matu3ba
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-02-20CBE: add CType interningJacob Young
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2023-01-26cmake: no -Werror on the C++ code we copy from llvmAndrew Kelley
2023-01-25update clang and ar to llvm 16Andrew Kelley
2023-01-25update cmake files to LLVM 16Andrew Kelley
2023-01-20zld: parse, synthesise and emit unwind recordsJakub Konka
2023-01-19update CMakeLists.txt with new entriesJakub Konka
2023-01-04build: simplify llvm-config provided system library parsingkcbanner
2023-01-04cmake: fix handling of transitive zstd dependencykcbanner
2023-01-04cmake: add /FORCE:MULTIPLE to handle fabsl being defined in compiler_rt as we...kcbanner
2023-01-04cmake: /O0 -> /Odkcbanner
2023-01-04cmake: /std:c99 isn't a valid cl optionkcbanner
2023-01-04windows: fixes to support using zig cc/c++ with CMake on Windowskcbanner
2023-01-04build: first pass on geting stage3 building under x64_64-windows-msvckcbanner
2023-01-04cmake: output binaries to the build directory (ie. instead of Release/Debug s...kcbanner
2023-01-02cmake: ignore case for TARGET ARCH/OS mappingMichael Dusan
2022-12-24map lower case amd64 to x86_64Kim SHrier
2022-12-22compiler-rt: implement __udivei4 and __umodei4 (#14023)Frank Denis
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