aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-06-24cmake: fix typo in flag value for single threaded buildJakub Konka
2023-06-21Merge pull request #16097 from ziglang/macho-faster-uuidJakub Konka
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19macho: calculate UUID chunk size based on available thread countJakub Konka
2023-06-19macho: extract parallel hasher into a generic helper structJakub Konka
2023-05-16cmake: add ZIG_PIE toggle for -DpieMichael Dusan
2023-05-14CMakeLists.txt and build.zig: remove deprecated optionsEric Joldasov
2023-04-30cmake: install zig to 'build_dir/stage3' during buildingEric Joldasov
2023-04-16zig build: change "-Drelease" to "-Doptimize"Motiejus Jakštys
2023-04-12build: add option to not build langref on installJan200101
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