v/vlib
Delyan Angelov 104d9a7c8a
net: cleanup #include directives
2021-05-22 10:53:19 +03:00
..
arrays arrays: implement python-inspired array zip function and test (#8667) 2021-03-07 11:58:13 +02:00
benchmark
bitfield bitfield: add methods `insert` and `extract` (#9612) 2021-04-10 17:42:09 +03:00
builtin builtin, cgen: implement chunked allocation of 16MB blocks with -prealloc (#10130) 2021-05-19 10:35:56 +03:00
cli
clipboard tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
context all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
crypto
darwin
dl
encoding
eventbus
flag
fontstash
gg
glm
gx
hash
io
json
log
math
mysql
net net: cleanup #include directives 2021-05-22 10:53:19 +03:00
orm
os os: simplify os.read_bytes_into_newline to fix compilation on freebsd 2021-05-22 07:48:12 +03:00
os2 tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
pg tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite checker: handle builtin enum init correctly 2021-05-20 03:14:32 +03:00
stbi
strconv strconv: float functions cleaning and speed optimization (#10076) 2021-05-11 08:09:17 +03:00
strings strings: add a new module `strings.textscanner` to simplify writing small parsers 2021-05-20 11:23:25 +03:00
sync checker: handle builtin enum init correctly 2021-05-20 03:14:32 +03:00
szip tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
term
time time: remove `err_invalid_8601 = error()` const, use a const string instead 2021-05-18 12:32:09 +03:00
v
vweb
x
.vdocignore