Andrew Kelley dad6039092 std.Build: support running build artifacts from packages
Deprecate CompileStep.run. The problem with this function is that it
does the RunStep with the same build.zig context as the CompileStep, but
this is not desirable when running an executable that is provided by a
dependency package. Instead, users should use `b.addRunArtifact`.
This has the additional benefit of conforming to the existing naming
conventions.

Additionally, support enum literals in config header options values.
2023-02-13 06:42:25 -07:00
..
2023-02-05 09:18:07 -08:00
2023-01-19 16:57:29 +02:00
2022-12-13 13:14:20 +02:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2023-01-31 15:09:35 -07:00
2023-01-30 18:55:57 +02:00
2022-12-13 13:14:20 +02:00
2023-01-30 18:55:57 +02:00
2022-01-07 00:06:06 -05:00
2023-01-11 15:39:48 -08:00
2022-09-11 23:18:43 -04:00
2023-02-04 23:19:00 +02:00
2023-01-30 18:55:57 +02:00
2023-02-13 02:22:24 -05:00
2023-02-04 15:19:53 -05:00
2023-01-29 22:00:14 +00:00
2022-04-15 17:01:01 -05:00
2023-01-06 18:52:39 -07:00
2022-12-21 17:02:53 +01:00
2023-02-03 00:06:11 -07:00