Eric Joldasov
3d393dba6f
std.Build: remove deprecated APIs
These APIs were all deprecated prior to the release of 0.13.0, so can be
safety removed in the current release cycle.
`std.Build`:
* `host` -> `graph.host`
`std.Build.Step.Compile`:
* `setLinkerScriptPath` -> `setLinkerScript`
* `defineCMacro` -> `root_module.addCMacro`
* `linkFrameworkNeeded`-> `root_module.linkFramework`
* `linkFrameworkWeak`-> `root_module.linkFramework`
`std.Build.Step.ObjCopy`:
* `getOutputSource` -> `getOutput`
`std.Build.Step.Options`:
* `addOptionArtifact` -> `addOptionPath`
* `getSource` -> `getOutput`
`std.Build.Step.Run`:
* `extra_file_dependencies` -> `addFileInput`
* `addDirectorySourceArg` -> `addDirectoryArg`
* `addPrefixedDirectorySourceArg` -> `addPrefixedDirectoryArg`
2024-12-18 01:47:50 +05:00
..
2024-12-15 01:41:46 +01:00
2024-11-03 09:29:30 +01:00
2024-08-28 08:39:59 +01:00
2024-12-16 14:53:54 +00:00
2024-11-16 14:03:31 -05:00
2024-11-24 22:11:16 +01:00
2024-11-28 22:04:00 +01:00
2024-12-18 01:47:50 +05:00
2021-10-04 23:48:55 -07:00
2024-10-31 20:42:53 +00:00
2024-02-20 18:44:43 +01:00
2024-03-28 15:24:01 +02:00
2024-10-31 20:42:53 +00:00
2024-08-29 23:43:52 +01:00
2023-06-19 12:34:42 -07:00
2024-12-03 20:43:15 +01:00
2024-11-24 22:11:17 +01:00
2024-07-31 16:57:42 -07:00
2024-01-18 15:10:32 +11:00
2024-12-18 01:47:50 +05:00
2024-10-19 19:15:23 +01:00