v/vlib/v/gen/c
Ekopalypse 9be16eba63
v.gen.c: add tests to ensure the same calling convention is used on exported functions for -m32/-m64 (#11977)
2021-10-03 15:47:08 +03:00
..
testdata v.gen.c: fix compilation of `if c_struct_1 != c_struct_2 {` 2021-10-02 15:12:18 +03:00
array.v cgen: support `index` and `in` for sumtype/interface arrays (#12051) 2021-10-03 15:44:13 +03:00
assert.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
auto_eq_methods.v cgen: implement eq operator for interfaces (#12047) 2021-10-03 09:04:05 +03:00
auto_free_methods.v cgen: add gen_free_for_type_array/map() (#11530) 2021-09-18 15:18:32 +03:00
auto_str_methods.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
cgen.v cgen: cleanup generated thread wait code (#12048) 2021-10-03 10:52:29 +03:00
cheaders.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
cmain.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
comptime.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
coutput_test.v v.pref: add a simple options_test.v to check for -cflags regressions 2021-09-18 16:08:15 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
embed.v v: replace execuast => executable 2021-05-31 09:39:18 +03:00
fn.v v.gen.c: add tests to ensure the same calling convention is used on exported functions for -m32/-m64 (#11977) 2021-10-03 15:47:08 +03:00
index.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
infix_expr.v cgen: implement eq operator for interfaces (#12047) 2021-10-03 09:04:05 +03:00
json.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
live.v fmt: reset const field align after multi line exprs (#9916) 2021-04-29 02:17:37 +03:00
profile.v ci: add tcc32 CI on windows (#8922) 2021-02-25 12:52:12 +01:00
sql.v tmpl: add a <div> test 2021-09-21 02:11:33 +03:00
str.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
str_intp.v v.gen.c: fix the :X string interpolation format for isize/usize on 64bit systems 2021-09-19 05:09:03 +03:00
utils.v cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00