1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler
Delyan Angelov b7c477cc18 freestanding: ptr_str, string concat, struct declaration
* compiler: extract c_common_macros from c_headers, and use it in bare_c_headers too. Support for ptr_str and string concatenation in -freestanding mode.

* Add tests for structs and string concatenation in -freestanding mode .

* Move check_string_add_works to string/string.v .
2019-12-16 19:05:33 +03:00
..
preludes testing: support for internal module testing 2019-12-14 15:57:28 +03:00
tests type alias check 2019-12-14 22:01:20 +03:00
x64
asm.v
cc.v cc.v: build thirdparty objfiles with msvc when no cc installed 2019-12-16 18:56:37 +03:00
cflags.v compiler: fix for -Wl -Wa -Wp dont like spaces (#3091) 2019-12-15 16:24:12 +11:00
cgen.v sort structs: handle fixed size arrays 2019-12-12 14:21:22 +03:00
cheaders.v freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
compile_errors.v compiler: force custom struct .str() methods to be defined public 2019-12-11 03:24:26 +03:00
compiler_options.v compiler: fix regression for -d option flag 2019-12-16 18:55:10 +03:00
comptime.v -prealloc 2019-12-14 02:28:15 +03:00
depgraph.v fix sruct access modifiers (pub, pub mut, mut) 2019-12-13 20:00:38 +03:00
enum.v parser: allow enums to be used as bitfield flags 2019-12-10 06:16:47 +03:00
expression.v type alias check 2019-12-14 22:01:20 +03:00
fn.v tutorials: vweb: add an article 2019-12-15 00:56:08 +03:00
for.v for: check for redefinitions 2019-12-14 20:00:03 +03:00
gen_c.v workaround for -g with default optional value 2019-12-15 06:11:02 +03:00
gen_js.v
gen_x64.v
get_type.v
if_match.v
json_gen.v '$foo()' string interpolation 2019-12-08 23:18:11 +03:00
live.v live: always add os and time when compiling -live programs 2019-12-09 13:48:41 +03:00
main.v fix repl_test.v 2019-12-15 05:51:00 +03:00
module_header.v
modules.v testing: allow tests to import the same module with no custom options 2019-12-13 19:28:39 +03:00
msvc.v
optimization.v
parser.v fix sruct access modifiers (pub, pub mut, mut) 2019-12-13 20:00:38 +03:00
query.v orm: skip fields 2019-12-14 02:07:06 +03:00
scanner.v '$foo()' string interpolation 2019-12-08 23:18:11 +03:00
string_expression.v fix "" string interpolation bug 2019-12-08 20:06:00 +03:00
struct.v global access modifier 2019-12-13 20:28:28 +03:00
table.v type alias check 2019-12-14 22:01:20 +03:00
token.v compiler: force custom struct .str() methods to be defined public 2019-12-11 03:24:26 +03:00
vfmt.v
vhelp.v
vtmp.v
vtools.v