This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
aefe267970b31db6a5f5f49447c98b62472b5711
v
/
vlib
/
v
/
builder
History
Delyan Angelov
9496fcdfe1
v.builder: fix compilation with tcc on FreeBSD 13.0
2021-08-30 13:21:49 +00:00
..
builder.v
checker: abort prematurely on too many errors (
#11185
)
2021-08-15 13:41:51 +03:00
c.v
v.builder: use os.write_file/os.write_file_array for writing full files to disk.
2021-07-24 13:32:55 +03:00
cc.v
v.builder: fix compilation with tcc on FreeBSD 13.0
2021-08-30 13:21:49 +00:00
cflags.v
fmt: smarter if condition wrapping (
#8201
)
2021-01-23 10:33:22 +02:00
compile.v
v.util: improve formatted_error by adding cached_file2sourcelines, so .split_into_lines is called just once (important for long source files with many errors)
2021-08-14 23:01:30 +03:00
js.v
v.builder: use os.write_file/os.write_file_array for writing full files to disk.
2021-07-24 13:32:55 +03:00
msvc.v
vlib: use
malloc_noscan()
where possible (
#10465
)
2021-06-15 14:47:11 +03:00
native.v
v: fix passing
-arch arm64
to
$if arm64{}
2021-06-13 01:15:35 +03:00