aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-31std.build: eliminate setTarget and setBuildModeAndrew Kelley
2023-01-31std.build: implement passing options to dependency packagesAndrew Kelley
2023-01-29build: .c ofmt does not produce a pdbkcbanner
2023-01-25zig build system: add LibExeObjStep.installLibraryHeadersAndrew Kelley
2023-01-24build: Fix red zone flagDavid Gonzalez Martin
2023-01-23build: fix incorrect name in InstallArtifactStepManlio Perillo
2023-01-20std.build.LibExeObjStep: avoid putting static libs inside static libsAndrew Kelley
2023-01-20std.build.LibExeObjStep: better handle transitive depsAndrew Kelley
2023-01-17std.build.LibExeObjStep: change installHeader APIAndrew Kelley
2023-01-17std.build.ConfigHeaderStep: support cmake syntaxAndrew Kelley
2023-01-16add std.build.LibExeObjStep.installHeadersDirectoryOptionsAndrew Kelley
2023-01-11zig build: add Artifact.installHeadersDirectoryAndrew Kelley
2023-01-11zig build: support libraries aware of installed headersAndrew Kelley
2023-01-07std.build.WriteFileStep: fix regression in this branchAndrew Kelley
2023-01-07std.build.ConfigHeaderStep: stub out cmake styleAndrew Kelley
2023-01-07add std.build.ConfigHeaderStepAndrew Kelley
2023-01-05ELF linker: support common-page-size and max-page-size lld optsFrank Denis
2022-12-29Merge pull request #14102 from Luukdegram/wasm-undefined-symbolsAndrew Kelley
2022-12-28std: remove hack in test stepLuuk de Gram
2022-12-27link-tests: redo macho strict validation test to match libstuffJakub Konka
2022-12-23link-tests: add macho strict validation testJakub Konka
2022-12-16macho: add uuid link testJakub Konka
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-12-11std.build.InstallRawStep: fix compilation on wasm32-wasiAndrew Kelley
2022-12-11std.build.OptionsStep: fix regressed testsAndrew Kelley
2022-12-11std.build: extract steps to separate filesAndrew Kelley
2022-12-07AstGen: make `@compileError` operand implicitly comptimeVeikka Tuominen
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-15std.build: fix typoGethDW
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25CheckObjectStep: parse and dump `target_features`Luuk de Gram
2022-10-19Merge pull request #13218 from Luukdegram/fix-emulatable-stepLuuk de Gram
2022-10-18CheckObjectStep: correctly depend on its own stepLuuk de Gram
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-18Sema: implement linksection on functionsjacobly0
2022-10-08CheckObjectStep: parsing and dumping producersLuuk de Gram
2022-09-29Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`Lee Cannon
2022-09-08std.zig.system.NativeTargetInfo: detection ignores self exeAndrew Kelley
2022-08-24Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...Felix "xq" Queißner
2022-08-21std: fix EmulatableRunStepLuuk de Gram
2022-08-18build: Allow comptime_int in OptionsStep.addOptionBen Fiedler
2022-08-03macho: sync with zldJakub Konka
2022-07-23Share logic between EmulatableRunStep & RunStepLuuk de Gram
2022-07-23Use `EmulatableRunStep` for MachO linker testsLuuk de Gram
2022-07-23rename:RunCompareStep -> EmulatableRunStepLuuk de Gram
2022-07-23show/hide warning for incompatible warningsLuuk de Gram