aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-12-02CMakeLists: add MachO/Dwarf.zig and remove MachO/dwarf.zigJakub Konka
2024-11-25cmake: don't add an unnecessary curses static lib dependencyAndrew Kelley
2024-11-02std.Target: Rename amdgpu module to amdgcn.Alex Rønne Petersen
2024-10-30link.File.Wasm: remove the "files" abstractionAndrew Kelley
2024-10-29Revert "cmake: Add a `ZIG2_NO_RTLIB` option for building zig2 without compile...Alex Rønne Petersen
2024-10-24link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...Jakub Konka
2024-10-23move linker input file parsing to the compilation pipelineAndrew Kelley
2024-10-23move link.Elf.LdScript to link.LdScriptAndrew Kelley
2024-10-11link.Elf: fix merge sections namespacingAndrew Kelley
2024-10-11cmake: correct PIE support detection, add error output for debuggingJan200101
2024-09-19compiler_rt does not need a build_options moduleAndrew Kelley
2024-09-19cmake: Add a `ZIG2_NO_RTLIB` option for building zig2 without compiler-rt.Alex Rønne Petersen
2024-09-19cmake: Update to LLVM 19.Alex Rønne Petersen
2024-09-04elf: add AtomList.zig to CMakeLists.txtJakub Konka
2024-08-29compiler: avoid field/decl name conflictsmlugg
2024-08-09std: add loongarch64 support (#20915)YANG Xudong
2024-08-06cmake: add ZIG_EXTRA_BUILD_ARGS optionKyle Schwarz
2024-07-28Merge pull request #20807 from Rexicon226/riscvJakub Konka
2024-07-26remove deprecated --mod CLI now that a zig1.wasm update happenedAndrew Kelley
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26cmake: update to reflect added riscv64 backend filesDavid Rubin
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-19std.c reorganizationAndrew Kelley
2024-07-16Allocate enough memory when building zig2Raed Rizqie
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-07CMake: remove -Dstd-docs=false flag when building stage3Andrew Kelley
2024-06-06start the 0.14.0 release cycleAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-25Merge pull request #20062 from ziglang/macho-perf-bugJakub Konka
2024-05-24cmake: add /Zc:preprocessor to handle new OptTable macroskcbanner
2024-05-24link/macho: fix perf bug in DWARF parsingJakub Konka
2024-05-15CMake: try to fix CI failuresEric Joldasov
2024-05-14CMake: remove `ZIG_USE_CCACHE` optionEric Joldasov
2024-05-14CMake: refactor `ZIG_PIE` and `ZIG_BUILD_ARGS`Eric Joldasov
2024-05-14CMake: clean `CMAKE_{SOURCE,BUILD}_DIR`Eric Joldasov
2024-05-14CMake: remove C/C++ flags override for static executableEric Joldasov
2024-05-14CMake: refactor "zigcpp" target logicEric Joldasov
2024-05-14CMake: remove unused variables `EXE_LDFLAGS` and `ZIG_LIB_DIR`Eric Joldasov
2024-05-14CMake: bump minimum required version to "3.15"Eric Joldasov
2024-05-08refresh cmake list of compiler source filesAndrew Kelley
2024-05-08apparently LLVM depends on ws2_32.dll nowAndrew Kelley
2024-05-08suppress C++ type-limits warningsAndrew Kelley
2024-05-08update CMake files to LLVM 18Andrew Kelley
2024-05-07cmake: make static curses configurableJacob Young
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-19start the 0.13.0 release cycleAndrew Kelley
2024-04-18cmake: support setting the dynamic linkerErik Arvstedt
2024-03-30cbe: rewrite `CType`Jacob Young