v/vlib
Delyan Angelov 9fa805cbbf
v.checker: workaround for `./v wipe-cache && ./v -usecache self && ./v -usecache examples/hello_world.v` errors.
2021-05-15 09:15:20 +03:00
..
arrays
benchmark
bitfield
builtin builtin.string: optimize split_into_lines (#10081) 2021-05-11 18:57:32 +03:00
cli
clipboard
context all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
crypto ci: run vfmt over sha256_test.v 2021-05-08 17:38:05 +03:00
darwin
dl v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
encoding csv: fix parse error of last empty field on unquoted line (#10083) 2021-05-13 17:51:07 +03:00
eventbus tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
flag
fontstash v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
gg
glm
gx
hash hash.wyhash: fix memory errors (#10051) 2021-05-08 21:09:58 +03:00
io io: mark the mutability requirements of the Writer interface explicitly; swap the io.cp/2 parameter order to be like os.cp/2 (#10091) 2021-05-13 13:06:42 +03:00
json
log
math v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
mysql
net io: deprecate io.make_reader (not needed anymore) 2021-05-13 10:26:26 +03:00
orm
os os: fix file read end-of-file detection (#10070) 2021-05-13 09:48:55 +03:00
os2
pg
picoev picoev: error handling workaround (#9913) 2021-05-01 14:20:10 +03:00
picohttpparser
rand
readline
regex
runtime
semver
sokol v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
sqlite
stbi
strconv strconv: float functions cleaning and speed optimization (#10076) 2021-05-11 08:09:17 +03:00
strings
sync v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
szip
term
time time: fix macos job (building V with -cflags --Werror) 2021-04-05 22:32:33 +03:00
v v.checker: workaround for `./v wipe-cache && ./v -usecache self && ./v -usecache examples/hello_world.v` errors. 2021-05-15 09:15:20 +03:00
vweb doc: vweb README (#10106) 2021-05-15 05:53:25 +03:00
x
.vdocignore