v/vlib
David 'Epper' Marshall fd17b62ea6
time: fix calculate_date_from_offset (#14399)
2022-05-17 10:03:11 +02:00
..
arrays fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
benchmark
bitfield
builtin fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
cli fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
clipboard
compress fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
context fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
crypto fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
darwin
datatypes fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
dl
dlmalloc
encoding fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
eventbus
flag fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
fontstash
gg fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
gx
hash
io fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
js
jsdom
json fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
log
math math: cbrt fix (#14395) 2022-05-17 10:03:11 +02:00
mssql fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
mysql fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
net fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
orm fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
os fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
pg fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
picoev
picohttpparser
rand fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
readline fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
regex fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
runtime
semver
sokol fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
sqlite fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
stbi
strconv fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
strings
sync fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
szip fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
term fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
time time: fix calculate_date_from_offset (#14399) 2022-05-17 10:03:11 +02:00
toml fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
v ci: add a skip list in compiler_test.v (for tmpl_parse_html.vv) 2022-05-17 10:03:11 +02:00
vweb fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
x fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
.vdocignore
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00

README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.