aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/CompileStep.zig
AgeCommit message (Expand)Author
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-15std.Build: add some more init options to CompileStepAndrew Kelley
2023-04-14std.Build.CompileStep: fix installLibraryHeaders regressionAndrew Kelley
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-04-11std.Build.CompileStep: remove output_dirAndrew Kelley
2023-04-11CLI: remove --enable-cache optionAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-04-10std.Build.CompileStep: delete install_step fieldAndrew Kelley
2023-04-10std.Build.CompileStep: remove redundant dest_builder fieldAndrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-25build: fixes from reviewkcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-23build: when parsing rpaths, do not expand special runtime paths on DarwinJakub Konka
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15std.Build.CompileStep: remove setNamePrefix and add setNameAndrew Kelley
2023-03-15std.Build.CompileStep: proper step dependency on headersAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15std.Build.CompileStep: add FileSource support to some pathsAndrew Kelley
2023-03-15std.Build.CompileStep: tweak the default step nameAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15std.Build: audit use of updateFileAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15std.Build.CompileStep: better default step nameAndrew Kelley
2023-03-15std.Build.CompileStep: obtain the build output dir from protocolAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-02-25std.Build.CompileStep.installConfigHeader: add missing step dependencyAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
2023-02-19Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"Andrew Kelley
2023-02-19Merge pull request #14661 from evacchi/zig-wasi-preopensLuuk de Gram
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18wasi: add Preopens.findDir, update tests to preopen `/tmp'Edoardo Vacchi
2023-02-13std.Build: make cache_root and global_cache_root relative to cwdAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-13std.Build: support running build artifacts from packagesAndrew Kelley
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
2023-02-05std.build: support for generated c headersDavid Vanderson
2023-02-04std.Build: support exposing and depending on zig modulesAndrew Kelley
2023-01-31std.Build.CompileStep: fix API usage in unit testAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley