1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/builder
2023-04-18 09:20:17 +03:00
..
cbuilder cbuilder: change order of functions to improve readability 2023-03-11 14:19:18 +03:00
golangbuilder gen: basic initial work on the Go backend 2022-06-28 09:41:15 +03:00
interpreterbuilder eval: add host API, for passing and receiving values, to/from code, ran by the eval.Eval instances (#17426) 2023-03-01 00:42:19 +02:00
jsbuilder vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
nativebuilder native: initial support for apple-m1 (#14795) 2022-06-20 21:25:12 +03:00
wasmbuilder wasm: add a webassembly compiler backend, based on using binaryen (#17368) 2023-02-28 23:58:53 +02:00
builder_test.v ci: fix warnings for compiling builder_test.v too 2022-12-21 21:14:21 +02:00
builder.v tools: make v watch webserver.v monitor files used through $tmpl as well 2023-04-06 00:45:25 +03:00
cc_windows.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
cc.v v.builder: add support for cross-compilation from termux to other platforms (#17984) 2023-04-18 09:20:17 +03:00
cflags.v v.vcache, v.builder: use the module name inside the usecache paths (for more readable cache entries at a glance) (#15476) 2022-08-21 08:55:21 +03:00
compile.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
dump_lists.v
msvc_windows.v v: support -ldflags in addition to -cflags (allow adding C options *after* other C option, similar to LDFLAGS) (#17630) 2023-03-13 21:38:48 +02:00
msvc.v builder: remove msvc code from non windows systems 2022-08-21 05:21:31 +03:00
rebuilding.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00