v/vlib
2024-01-01 23:29:54 +02: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 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
bitfield all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
builtin all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
cli all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
clipboard clipboard: fix notice in vlib/clipboard/x11/clipboard.c.v 2023-12-18 11:34:33 +02:00
compress vlib: add a compress.szip module, deprecate the szip one after 2023-12-31 (#20003) 2023-11-27 07:33:09 +02:00
context all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
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 db.pg: fix compilation error with the msvc compiler on windows, and add readme (#20326) 2024-01-01 23:22:15 +02:00
dl all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
dlmalloc all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
encoding all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
eventbus ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures 2023-11-25 09:34:46 +02:00
flag all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
fontstash all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
gg all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
gx all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
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 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
orm orm: fix the generated SQL for the "not equal" operator (#20321) 2024-01-01 13:11:23 +02:00
os all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
picoev vweb2 (#19997) 2023-12-09 08:07:51 +03:00
picohttpparser all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
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 builtin: deprecate string.last_index/1 for string.index_last/1, and string.last_index_u8/1 for string.index_u8_last/1 (#20095) 2023-12-05 13:56:59 +02: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 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
sync all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
szip vlib: add a compress.szip module, deprecate the szip one after 2023-12-31 (#20003) 2023-11-27 07:33:09 +02:00
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 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
v2 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
vweb all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
wasm
x all: update copyright year (#20334) 2024-01-01 23:29:54 +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.