1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/builder
2022-08-24 13:38:47 +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
golangbuilder gen: basic initial work on the Go backend 2022-06-28 09:41:15 +03: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_test.v ci: fix vlib/v/builder/builder_test.v failures on msvc (#15035) 2022-07-12 08:46:59 +03:00
builder.v all: unify the displaying of compiler errors, using a common util.show_compiler_message/2 function. 2022-08-24 13:38:47 +03:00
cc_windows.v builder: remove msvc code from non windows systems 2022-08-21 05:21:31 +03:00
cc.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
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 v.builder: retain executable after v run, if the executable was already existing (#15021) 2022-07-11 21:08:53 +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.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
msvc.v builder: remove msvc code from non windows systems 2022-08-21 05:21:31 +03:00
rebuilding.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