v/vlib/v/builder
pancake 1caff5b379
native: initial support for apple-m1 (#14795)
2022-06-20 21:25:12 +03:00
..
cbuilder builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
interpreterbuilder fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
jsbuilder all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
nativebuilder native: initial support for apple-m1 (#14795) 2022-06-20 21:25:12 +03:00
builder.v v: add support for `v crun examples/hello_world.v`, use crun mode for .vsh files by default. (#14554) 2022-06-01 14:47:52 +03:00
cc.v builder: add -c when building object files 2022-06-19 19:57:52 +03:00
cflags.v v.builder: streamline get_os_cflags/0, use pref.os_from_string to centralise string -> v.pref.OS conversion 2022-03-03 10:43:50 +02:00
compile.v v: add support for `v crun examples/hello_world.v`, use crun mode for .vsh files by default. (#14554) 2022-06-01 14:47:52 +03:00
dump_lists.v pref: add support for `-dump-files -` and for `-dump-modules -` 2022-05-23 19:51:21 +03:00
msvc.v v.builder: support -dump-c-flags with -cc msvc too 2022-05-23 18:29:39 +03:00
rebuilding.v v: add support for `v crun examples/hello_world.v`, use crun mode for .vsh files by default. (#14554) 2022-06-01 14:47:52 +03:00