aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-20build.zig: bump max_rss againAndrew Kelley
2023-10-20build.zig: it takes even more ram to build zig apparentlyAndrew Kelley
2023-10-20build.zig: adjust max_rss againAndrew Kelley
2023-10-20build.zig: building on macos takes more memoryAndrew Kelley
2023-10-20build.zig: annotate max_rss for building the compilerAndrew Kelley
2023-10-16build.zig: add support for using "zig c++" as the bootstrap c++ compilerXavier Bouchoux
2023-10-10Step.Compile: add options struct for `addCSourceFiles` (#17420)Krzysztof Wolicki
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-10-01add Aro sources as a dependencyVeikka Tuominen
2023-09-30solaris: link libstdc++Ryan Zezeski
2023-09-19update LLVM static library list to 17Andrew Kelley
2023-09-15build: don't skip compiler build with -Dno-binmlugg
2023-09-12Revert "ci: use zig build check-fmt instead of zig fmt --check"Andrew Kelley
2023-09-09ci: use zig build check-fmt instead of zig fmt --checkWooster
2023-09-03build stage3: detect system libcxxMichael Dusan
2023-08-18build: -Denable-ios-sdk implies -Denable-macos-sdkJakub Konka
2023-08-18build: add build test check for availability of IOS SDK on the hostJakub Konka
2023-08-10linux: search for system libc++Michael Dusan
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-03start the 0.12.0 release cycleAndrew Kelley
2023-08-03build.zig: use InstallArtifact Options instead of mutationAndrew Kelley
2023-08-01llvm: fix data layout calculation for experimental llvm targetsJacob Young
2023-07-30move docgen.zig to tools/Andrew Kelley
2023-07-30std.Build.LazyPath: fix resolution of cwd_relativeAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-24Merge pull request #15657 from BratishkaErik/windows-sdk-finder-port-to-zigAndrew Kelley
2023-07-24std.Build.Step.Compile: getEmittedDocs API enhancementsAndrew Kelley
2023-07-23build: include README.md in release tarballsAndrew Kelley
2023-07-23src/windows_sdk.cpp: port to ZigEric Joldasov
2023-07-22move installation logic to the build script where it belongsAndrew Kelley
2023-06-26Build: make `InstallDirStep` use a `FileSource`Ian Johnson
2023-06-23build.zig: bump maxrss upper bound for std lib testsJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-12build: add -Dno-bin optionmlugg
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29build.zig: bump maxrss upper bound for std lib testsAndrew Kelley
2023-05-17rename omit_pkg_fetching_code to only_core_functionalityAndrew Kelley
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-14CMakeLists.txt and build.zig: remove deprecated optionsEric Joldasov
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-04-30cmake: install zig to 'build_dir/stage3' during buildingEric Joldasov