Files
zig/lib/std
Andrew Kelley 693b12f8e1 std.Build: support exposing and depending on zig modules
New API introduced: std.Build.addModule

This function exposes a zig module with the given name, which can be
used by packages that depend on this one via std.Build.Dependency.module.

std.Build.Pkg and related functionality is deleted. Every use case has a
straightforward upgrade path using the new Module struct.

std.Build.OptionsStep.getPackage is replaced by
std.Build.OptionsStep.createModule.

std.Build.CompileStep.addPackagePath is replaced by
std.Build.CompileStep.addAnonymousModule.

This partially addresses #14307 by renaming some of the instances of
"package" to "module".

Closes #14278
2023-02-04 01:55:39 -05:00
..
2023-01-22 17:24:45 -05:00
2022-12-13 15:04:03 -05:00
2022-12-18 01:46:09 -05: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
2023-01-02 16:57:15 -07: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-01-24 15:39:52 -05:00
2023-01-30 18:55:57 +02: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