aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2022-08-28cmake: build stage3 by defaultAndrew Kelley
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-08-01stage1: LLVM lowering to opaque pointers APIAndrew Kelley
2022-07-31Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-28update to LLVM 15Andrew Kelley
2022-07-27move zig.h to become an installation fileAndrew Kelley
2022-07-26Merge pull request #12136 from topolarity/llvm-config-reworkAndrew Kelley
2022-07-23CMake: Improve usage of `llvm-config`, esp. for consistent linkingCody Tapscott
2022-07-23Merge pull request #12140 from ziglang/macho-gc-sectionsJakub Konka
2022-07-22macho: move GC code into dead_strip.zig moduleJakub Konka
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-14CMake: Use NAMES_PER_DIR in all lookupsCody Tapscott
2022-07-10CMakeLists.txt: set LLVM minimal version to 14BratishkaErik
2022-07-01CMake: disable deprecated function warningsAndrew Kelley
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-17stage2: rip out multi-compilation-unit compiler-rtAndrew Kelley
2022-06-17update CMakeLists.txt source filesAndrew Kelley
2022-06-17update CMakeLists.txt source file listAndrew Kelley
2022-06-17compiler-rt: move SPARC functions into appropriate compilation unitsAndrew Kelley
2022-06-17compiler-rt: break up functions even moreAndrew Kelley
2022-06-17compiler_rt: use single cache for libcompiler_rt.a static libJakub Konka
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-05-01cmake: default install prefix to ./stage1Andrew Kelley
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-15treap: initial implementationkprotty
2022-04-12compiler_rt: Implement floatXiYf/fixXfYi, incl f80Cody Tapscott
2022-04-07std.math: generalise `inf`, even simpler `isFinite`viri
2022-03-21Merge pull request #11224 from koachan/sparc64-codegenAndrew Kelley
2022-03-20cmake: add missing DWARF files to ZIG_STAGE2_SOURCESWilliam Sengir
2022-03-19translate-c: add missing builtins used by CRubyfn ⌃ ⌥
2022-03-19stage2 sparcv9: Add placeholder files and generate() functionKoakuma