v/vlib
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
arrays all: byte => u8 2022-04-15 14:58:56 +03:00
benchmark docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
bitfield all: byte => u8 2022-04-15 14:58:56 +03:00
builtin all: byte => u8 2022-04-15 14:58:56 +03:00
cli cli: add automatic manpage generation with -man (#13911) 2022-04-03 10:12:47 +03:00
clipboard all: byte => u8 2022-04-15 14:58:56 +03:00
compress docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
context context: make the examples in the vlib/context/README.md immediately runnable 2022-03-26 13:25:45 +02:00
crypto all: byte => u8 2022-04-15 14:58:56 +03:00
darwin docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
datatypes datatypes.fsm: add a fsm_graph.v tool (#13723) 2022-03-13 11:40:03 +02:00
dl docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
dlmalloc dlmalloc: add a temporary workaround for a segfault (#13120) 2022-01-10 15:54:23 +02:00
encoding all: byte => u8 2022-04-15 14:58:56 +03:00
eventbus v.parser: prohibit redeclaration of builtin types (#10563) 2021-06-25 13:08:56 +03:00
flag all: byte => u8 2022-04-15 14:58:56 +03:00
fontstash all: byte => u8 2022-04-15 14:58:56 +03:00
gg all: byte => u8 2022-04-15 14:58:56 +03:00
gx all: byte => u8 2022-04-15 14:58:56 +03:00
hash all: byte => u8 2022-04-15 14:58:56 +03:00
io all: byte => u8 2022-04-15 14:58:56 +03:00
js docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
jsdom docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
json all: byte => u8 2022-04-15 14:58:56 +03:00
log log: update Logger interface, so that Log is usable even as a Logger instance; add a test to ensure it (#13376) 2022-02-05 22:09:55 +02:00
math all: byte => u8 2022-04-15 14:58:56 +03:00
mssql mssql: fix c function definition parameters (#11307) 2021-08-25 14:39:56 +03:00
mysql all: byte => u8 2022-04-15 14:58:56 +03:00
net all: byte => u8 2022-04-15 14:58:56 +03:00
orm all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
os all: byte => u8 2022-04-15 14:58:56 +03:00
pg all: byte => u8 2022-04-15 14:58:56 +03:00
picoev all: byte => u8 2022-04-15 14:58:56 +03:00
picohttpparser picoev: remove unused `#flag` (#13311) 2022-01-28 20:36:41 +02:00
rand all: byte => u8 2022-04-15 14:58:56 +03:00
readline all: byte => u8 2022-04-15 14:58:56 +03:00
regex all: byte => u8 2022-04-15 14:58:56 +03:00
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 all: byte => u8 2022-04-15 14:58:56 +03:00
sqlite all: byte => u8 2022-04-15 14:58:56 +03:00
stbi stbi: fixed panic when trying to load JPG (#13724) 2022-03-13 09:57:34 +02:00
strconv all: byte => u8 2022-04-15 14:58:56 +03:00
strings all: byte => u8 2022-04-15 14:58:56 +03:00
sync all: byte => u8 2022-04-15 14:58:56 +03:00
szip all: byte => u8 2022-04-15 14:58:56 +03:00
term all: byte => u8 2022-04-15 14:58:56 +03:00
time all: byte => u8 2022-04-15 14:58:56 +03:00
toml all: byte => u8 2022-04-15 14:58:56 +03:00
v all: byte => u8 2022-04-15 14:58:56 +03: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 all: byte => u8 2022-04-15 14:58:56 +03:00
.vdocignore docs: add vlib/builtin/wasm_bare to vlib/.vdocignore 2022-01-08 09:25:38 +02:00
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.