aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/load_dynamic_library/build.zig
AgeCommit message (Expand)Author
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-10-21coff: fix incorrect default `image_base` values and re-enable shared library ...kcbanner
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-10-14these tests are failing on x86_64-windows tooAndrew Kelley
2023-09-19disable failing test: standalone.load_dynamic_library on aarch64-windowsAndrew Kelley
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-04-16re-enable load_dynamic_library standalone testskcbanner
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-06-16load_dynamic_library test: no need to link libcAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley