Files
zig/src
Andrew Kelley efa25e7d5b Merge pull request #14498 from ziglang/zig-build-api
Several enhancements to the build system. Many breaking changes to the API.

 * combine `std.build` and `std.build.Builder` into `std.Build`
 * eliminate `setTarget` and `setBuildMode`; use an options struct for `b.addExecutable` and friends
 * implement passing options to dependency packages. closes #14285
 * rename `LibExeObjStep` to `CompileStep`
 * move src.type.CType to std lib, use it from std.Build, this helps with populating config.h files.
2023-01-31 23:15:59 -05:00
..
2023-01-31 17:01:56 +01:00
2022-09-14 20:08:34 -04:00
2023-01-31 15:09:35 -07:00
2022-08-19 03:41:13 -07:00
2022-12-28 12:33:55 -07:00
2022-11-14 16:35:25 +01:00
2022-12-13 15:37:52 -05:00
2022-12-29 00:19:00 -05:00
2023-01-22 19:00:03 +00:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2023-01-03 13:05:09 +02:00
2023-01-03 13:05:09 +02:00