aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
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
2020-08-01elf: Iterate over headers w/o need for allocatorJay Petacat
2020-07-27Adds support for RunStep to use the result of a WriteFileStep.Felix (xq) Queißner
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-18reference emit_raw in std lib testsVexu
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-05-29Add include dirs to translate-c (close #5098)Noam Preil
2020-05-25Added and id and a cast function to build stepsAlexandros Naskos
2020-04-14Update emit_raw.zigmarkfirmware
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-16Change the default stdin behavior of RunStep to .InheritTimon Kruiper
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix compilation errors for emitRawAndrew Kelley
2020-03-10rework some old ELF parsing code and start to fix emitRawAndrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06Remove unused std.Buffer importsdaurnimator
2020-03-06Fix bug where stdout was checked instead of stderrdaurnimator
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator
2020-03-04zig build: update InstallRawStep to new std.fs APIAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator