Andrew Kelley 2654d0c668 std.Build.RunStep: introduce addOutputFileArg API
This provides file path as a command line argument to the command being
run, and returns a FileSource which can be used as inputs to other APIs
throughout the build system.

Unfortunately, it is implemented by pooping a ton of temporary files
into zig-cache/tmp for the time being. I think one of the very next
improvements to the build system should be moving the compiler's cache
system to the standard library and using it in the build system. I had a
look at the dependencies and it is already pretty untangled.
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