v/vlib
Alexander Medvednikov ac2dcc2bc0 V 0.4.4
2024-01-09 16:54:06 +03:00
..
arrays arrays: fix off by one error in arrays.uniq_only_repeated/1 and arrays.uniq_all_repeated/1 2023-12-04 15:30:59 +02:00
benchmark
bitfield
builtin builtin, checker: fix aliases of u8 array clone() call (#20393) 2024-01-05 11:56:19 +02:00
cli
clipboard clipboard: fix notice in vlib/clipboard/x11/clipboard.c.v 2023-12-18 11:34:33 +02:00
compress
context
coroutines all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
crypto all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
datatypes datatypes.fsm: cleanup notices for fsm.v 2023-12-20 17:52:13 +02:00
db orm.pg: fix f32 and f64 endianness (#20412) 2024-01-06 22:27:10 +02:00
dl
dlmalloc
encoding all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
eventbus
flag
fontstash
gg all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
gx
hash all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
io vweb2 (#19997) 2023-12-09 08:07:51 +03:00
js sokol: fix JS runtime error about _glBindSampler, for the gg examples, when compiled with -os wasm32_emscripten 2023-12-27 02:04:23 +02:00
json all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
log all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
maps
math all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
net orm.pg: fix f32 and f64 endianness (#20412) 2024-01-06 22:27:10 +02:00
orm orm: fix the generated SQL for the "not equal" operator (#20321) 2024-01-01 13:11:23 +02:00
os os: add os.path_devnull (containing /dev/null on POSIX and \\.\nul on Windows) (#20439) 2024-01-08 18:00:36 +02:00
picoev x.vweb, picoev: fix timeout event (#20377) 2024-01-04 12:05:39 +02:00
picohttpparser
rand all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
readline all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
regex all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
runtime all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
semver V 0.4.4 2024-01-09 16:54:06 +03:00
sokol sokol: fix compiling gg and other graphical examples on OpenBSD (#20333) 2024-01-01 23:19:55 +02:00
stbi all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
strconv all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
strings strings: use faster levenshtein distance algorithm (#20435) 2024-01-08 12:41:57 +02:00
sync sync: add .try_lock() to mutex/rwmutex, add tests (#20381) 2024-01-05 15:57:04 +02:00
szip
term all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
time all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
toml
v V 0.4.4 2024-01-09 16:54:06 +03:00
v2 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
vweb vweb: update docstrings for response functions (#20422) 2024-01-07 05:13:18 +02:00
wasm
x x.crypto: add x.crypto.chacha20 stream cipher module (#20417) 2024-01-07 15:21:23 +02:00
.vdocignore vdoc: extract files.v and highlight.v from utils.v 2023-12-20 11:55:15 +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.