aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-01-01update bootstrap scripts to new zig CLIAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01std.Target: flattenAndrew Kelley
2023-12-19build: pass --abbrev to git rather than relying on global configAndrew Kelley
2023-11-26Merge pull request #18105 from Vexu/translate-cAndrew Kelley
2023-11-25translate-c: use Aro's tokenizerVeikka Tuominen
2023-11-24cmake: fix location of AstRlAnnotate.zigMeghan Denny
2023-11-23Merge pull request #18085 from ziglang/std-atomicsAndrew Kelley
2023-11-22rework std.atomicAndrew Kelley
2023-11-22std: remove atomic.QueueAndrew Kelley
2023-11-22std: remove atomic.StackAndrew Kelley
2023-11-22std.fs.File: flatten structAndrew Kelley
2023-11-22std.fs: extract AtomicFile to separate fileAndrew Kelley
2023-11-22std.fs: extract Dir into separate fileAndrew Kelley
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-07Merge pull request #17771 from ehaas/mingw-aroAndrew Kelley
2023-11-04elf: redo strings management in the linkerJakub Konka
2023-11-03aro: Add stub definitions to enable bootstrappingEvan Haas
2023-10-30elf: rename ZigModule to ZigObjectJakub Konka
2023-10-18elf: parse GNU ld script as system lib indirectionJakub Konka
2023-10-16elf: re-enable dynamic linking codepathsJakub Konka
2023-10-16elf: add garbage collection of sectionsJakub Konka
2023-10-08rework package managerAndrew Kelley
2023-10-03std: add type-erased reader; base GenericReader on itAndrew Kelley
2023-10-03Add `-fno-stack-protector` to flags when building libzigcppKrzysztof Wolicki
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-02compiler: extract package hashing logic to separate fileAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-10-02solaris: set correct target tuple in CMakeStephen Gregoratto
2023-10-01add Aro sources as a dependencyVeikka Tuominen
2023-09-30solaris: ld does not have stack-size optionRyan Zezeski
2023-09-19update cmake files to LLVM 17Andrew Kelley
2023-09-13cmake: add new zig source filesJakub Konka
2023-09-13Merge pull request #17113 from ziglang/elf-linkerJakub Konka
2023-09-13elf: add missing input zig source files to cmakeJakub Konka
2023-09-03build stage3: detect system libcxxMichael Dusan
2023-08-29macho: unify Atom concept between driversJakub Konka
2023-08-20AstGen: add result location analysis passmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-08-13cmake: fix auto-detection of various host targetsJacob Young
2023-08-04cmake: Fix typo: elif → elseifPrcuvu
2023-08-03start the 0.12.0 release cycleAndrew Kelley
2023-08-02cmake: fix early issues when bootstrapping on mingwJacob Young
2023-08-02Remove math.ln in favor of `@log`Adam Goertz
2023-07-26build: update cmake_minimum_required to 3.5zhaozg
2023-07-23src/windows_sdk.cpp: port to ZigEric Joldasov
2023-07-22cmake: don't ask zig2 to do hard thingsAndrew Kelley