aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
2022-06-28link-tests: do not save global extracted var unless a matchJakub Konka
2022-06-28link-tests: test -weak-lx and -weak_framework xJakub Konka
2022-06-25link-tests: defer parsing of the RPN program until running the actionJakub Konka
2022-06-23link-tests: rename check() to checkStart()Jakub Konka
2022-06-23link-tests: fix parsing symtab for machoJakub Konka
2022-06-22link-tests: add better docsJakub Konka
2022-06-22link-tests: clean up error messages in case of failureJakub Konka
2022-06-22link-tests: clean up linker testing harnessJakub Konka
2022-06-22link-tests: fix dumping of LOAD_DYLIB: name instead of path fieldJakub Konka
2022-06-22link-tests: rename CheckMachOStep to CheckObjectStep and accept obj formatJakub Konka
2022-06-22link-tests: extract values into variablesJakub Konka
2022-06-21link-tests: move macho tests to subfolderJakub Konka
2022-06-21link-tests: dump metadata to string and grep resultsJakub Konka
2022-06-21link-tests: add CheckMachOStepJakub Konka
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-05-26Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)Hanna
2022-05-11some fixes to the EnvMap HashContextJonathan Marler
2022-05-11Fix regression in RunStep.addPathDirRyan Liptak
2022-05-11Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...Jonathan Marler
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-03-28std.build: fix functions returning address of by value parameterVeikka Tuominen
2022-03-21OptionsStep: Always use `fmtId` for type names.Lee Cannon
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-02-05std.build.TranslateCStep: add C macro supportrohlem
2022-01-24allow `expected_exit_code` to be `null`Lee Cannon
2021-12-06Add test executable builds to build.zigMartin Wickham
2021-12-03Add single section dumping and padding to InstallRawStepN00byEdge
2021-12-03std.build.InstallRawStep: allow custom dest_dirJonathan Marler
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-16add print field to RunStepJonathan Marler
2021-10-23Better erroring for unsupported build option typesAaron Sikes
2021-10-23Allow arbitrary slices as build optionsAaron Sikes
2021-10-23Allow arbitrary arrays in build optionsAaron Sikes
2021-10-23Fix enums with non-ident fieldsAaron Sikes
2021-10-23Ensure any custom printing here remains valid zig syntaxAaron Sikes
2021-10-23Fix std.builtin.Version build option formattingAaron Sikes
2021-10-21InstallRawStep: handle empty segmentsJonathan Marler
2021-10-21distinguish between unexpected child process exit code and unclean exitJonathan Marler
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01stdlib: Add test for generating HEX files.Evan Haas
2021-09-01stdlib: Add Intel HEX support to InstallRawStepEvan Haas
2021-08-26Rework build system `build_options` API (#9623)Lee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-27Add option to hide build command on compilation error to build_runner (#8513)Lee Cannon
2021-06-21fix code broken from previous commitJacob G-W
2021-06-12std.build: don't default to static linkageVeikka Tuominen