1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/builder
2023-07-19 13:06:41 +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 builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
jsbuilder vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
nativebuilder native, builder: enable processing of .v files in the builtin module (for now most functions there are blacklisted) (#18735) 2023-07-02 14:16:15 +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 all: static type methods 2023-06-27 01:23:30 +03:00
cc_windows.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
cc.v ast, builder, checker, parser: fix typos (#18480) 2023-06-18 22:36: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 wasm: remove dependency on thirdparty/binaryen, webassembly backend rewrite (#18120) 2023-07-12 15:24:38 +03:00
dump_lists.v pref: add support for -dump-files - and for -dump-modules - 2022-05-23 19:51:21 +03:00
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 ast, builder, checker, parser: fix typos (#18480) 2023-06-18 22:36:17 +03:00