v/vlib
2023-11-17 12:03:51 +02:00
..
arrays all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
benchmark benchmark: add new methods b.record_measure/1 and b.all_recorded_measures/0 (#19561) 2023-10-13 18:55:28 +03:00
bitfield all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
builtin fmt: fix interface fields alignment (#19866) 2023-11-15 18:17:35 +02:00
cli all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
clipboard all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
compress all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
context
coroutines compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769) 2023-11-05 17:38:03 +02:00
crypto all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
datatypes all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
db all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
dl all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
dlmalloc all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
encoding encoding.xml: fix parsing for self closing empty tags (#19907) 2023-11-17 10:51:46 +02:00
eventbus
flag all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
fontstash all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
gg all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
gx all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
hash all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
io all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
js fmt: fix interface fields alignment (#19866) 2023-11-15 18:17:35 +02:00
json json: replaced deprecated type byte with u8 (#19905) 2023-11-17 10:47:41 +02:00
log all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
maps maps: add maps.merge/2 and maps.merge_in_place/2 generic utility functions (#19776) 2023-11-06 20:09:05 +02:00
math math.fractions: fix deprecation warnings in tests (#19906) 2023-11-17 10:46:41 +02:00
net net.openssl: add flags for preferring openssl from the ports collection (in /usr/local) (#19904) 2023-11-17 10:50:01 +02:00
orm all: update remaining deprecated attr syntax (#19908) 2023-11-17 12:03:51 +02:00
os os: fix bootstrapping for OpenBSD 2023-11-16 13:43:55 +02:00
picoev all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
picohttpparser all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
rand all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
readline
regex all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
runtime all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
semver all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sokol all: update remaining deprecated attr syntax (#19908) 2023-11-17 12:03:51 +02:00
stbi all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
strconv all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
strings all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sync all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
szip all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
term all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
time all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
toml all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
v all: update remaining deprecated attr syntax (#19908) 2023-11-17 12:03:51 +02:00
vweb all: update remaining deprecated attr syntax (#19908) 2023-11-17 12:03:51 +02:00
wasm all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
x x.json2: replace deprecated type byte with u8 in the tests (#19909) 2023-11-17 11:56:04 +02:00
.vdocignore
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.