aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
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
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Makes output path stuff more sane.Felix (xq) Queißner
2021-06-11Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...Felix (xq) Queißner
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner
2021-06-11Moves files to file-global struct layout.Felix (xq) Queißner
2021-06-11Adds a lot of missing dupes, some more snakes.Felix (xq) Queißner
2021-06-11Adds more FileSources everywhere.Felix (xq) Queißner
2021-06-11Starts to replace special cases in std.build.FileSource.Felix (xq) Queißner
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-23translate_c: remove unused WriteFileStep importDaniele Cocca
2021-05-01std.build: if using a RunStep, show the command run on verbose (#8571)g-w1
2021-03-04Merge pull request #7763 from kivikakk/zig-elf-parseAndrew Kelley
2021-02-01Dupe strings on all public api points for std.buildMartin Wickham
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-15use interfacesAsherah Connor
2021-01-14expose phdr, shdr parsingAsherah Connor
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-24Return encoded slice from base64 encodefrmdstryr
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-23eliminate dependency of libzigcpp.a on libzigstage1.aAndrew Kelley
2020-08-20Fix missing init() update in std/build/write_file.zigFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley