v/vlib
2024-01-23 18:34:22 +02:00
..
arrays
benchmark tests: show compile time and runtime for each _test.v file in separate columns (#20520) 2024-01-20 17:38:46 +02:00
bitfield
builtin v: $dbg statement - native V debugger REPL (#20533) 2024-01-19 07:10:17 +02:00
cli
clipboard
compress vlib: add a compress.zstd module (#20616) 2024-01-23 13:41:01 +02:00
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,examples: fix typos, and silence notice in the quadtree example (#20577) 2024-01-18 15:31:42 +02:00
db db.pg: add include and lib paths for PostgreSQL on FreeBSD (#20582) 2024-01-19 10:14:08 +02:00
dl cgen, dl: add windows dll support, fix (#20447) (#20459) 2024-01-10 10:59:52 +02:00
dlmalloc
encoding encoding.csv: fix bug in RandomAccessReader, spotted on windows with mingw32 (#20571) 2024-01-17 22:10:28 +02:00
eventbus
flag
fontstash
gg tests: make 'test-self' pass under msys2/MINGW32 (#20614) 2024-01-22 01:20:53 +02:00
gx
hash all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
io io: ensure BufferedReader.read_line() returns io.Eof, instead of error('none') (#20619) 2024-01-23 16:38:03 +02:00
js
json json: fix struct with option enum field (fix #20597) #20597 2024-01-20 19:54:12 +02:00
log log: enhance log time format setting (#20484) 2024-01-11 19:17:23 +02:00
maps
math cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588) 2024-01-20 07:16:24 +02:00
net cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588) 2024-01-20 07:16:24 +02:00
orm orm: fix the generated SQL for the "not equal" operator (#20321) 2024-01-01 13:11:23 +02:00
os tests: make v vlib/os/os_test.c.v pass on windows, for users != admin, skipping the os.symlink checks 2024-01-23 17:03:01 +02:00
picoev picoev, x.vweb: small fixes and backport changes from vweb (#20584) 2024-01-23 18:34:22 +02:00
picohttpparser
rand all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
readline readline: add completion support (#20559) 2024-01-16 23:32:47 +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 testing: make the FAIL tests more verbose, to ease remote CI failure diagnostics 2024-01-21 17:46:24 +02:00
sync sync: fix FreeBSD implementation of sync functions (#20483) 2024-01-11 12:03:34 +02:00
szip
term all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
time json2: cleanup (#20347) 2024-01-12 22:48:28 +02:00
toml
v cgen: fix interface generic smartcast (#20609) 2024-01-23 17:29:32 +02:00
v2 cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588) 2024-01-20 07:16:24 +02:00
vweb vweb,x.vweb: fix typos in README files (#20604) 2024-01-21 11:48:04 +02:00
wasm
x picoev, x.vweb: small fixes and backport changes from vweb (#20584) 2024-01-23 18:34:22 +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.