v/vlib
Alexander Medvednikov e044ba2400
Revert "checker: remove more unnecessary `void` errors"
This reverts commit 89c1e7f980.
2022-05-08 14:03:57 +02:00
..
arrays
benchmark
bitfield
builtin cgen: fix c2v consts; enum_decl() 2022-05-08 14:03:56 +02:00
cli
clipboard all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
compress
context
crypto
darwin
datatypes datatypes: fix bst child access, when .root is 0 (#14080) 2022-04-21 10:34:34 +02:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io io: fix typo in readerwriter.v (#14060) 2022-04-17 16:52:49 +02:00
js docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
jsdom
json
log
math time: add custom formatter (#14202) 2022-04-29 21:38:24 +02:00
mssql
mysql
net net.http: make parse_form return POST requests with json data as a map with a `json` key, containing the json payload (#14289) 2022-05-08 14:03:56 +02:00
orm
os tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
semver builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
sokol sokol: support compilation on OpenBSD (#14169) 2022-04-27 21:07:09 +02:00
sqlite all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
stbi
strconv strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
strings ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
sync
szip
term
time time: relative update (#14240) 2022-05-01 19:25:52 +02:00
toml
v Revert "checker: remove more unnecessary `void` errors" 2022-05-08 14:03:57 +02:00
vweb checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
x
.vdocignore .gitignore: minor cleanup (#14279) 2022-05-05 10:59:49 +02:00
README.md

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.