v/vlib
Larpon a7e8ca70dc
os: add behavior info to `is_dir_empty` documentation (#14110)
2022-04-25 19:07:27 +02:00
..
arrays
benchmark
bitfield checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
builtin builtin: fix `-cc gcc -gc boehm` on linux and macos (#14115) 2022-04-21 10:34:34 +02:00
cli cli: add automatic manpage generation with -man (#13911) 2022-04-03 10:12:47 +03:00
clipboard all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
compress
context
crypto ci: fix `./v check-md -hide-warnings .` 2022-04-17 12:14:31 +02:00
darwin
datatypes datatypes: fix bst child access, when .root is 0 (#14080) 2022-04-21 10:34:34 +02:00
dl
dlmalloc dlmalloc: add a temporary workaround for a segfault (#13120) 2022-01-10 15:54:23 +02:00
encoding all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
eventbus
flag all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
fontstash all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
gg
gx
hash
io io: fix typo in readerwriter.v (#14060) 2022-04-17 16:52:49 +02:00
js
jsdom
json net: byte fixes 2022-04-17 12:14:28 +02:00
log
math ci: fix `./v -progress test-cleancode` 2022-04-17 12:14:31 +02:00
mssql
mysql ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
net
orm
os os: add behavior info to `is_dir_empty` documentation (#14110) 2022-04-25 19:07:27 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
strconv all: handle fixed []u8 2022-04-17 12:14:29 +02:00
strings ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
sync bootstrap: remove -I ./thirdparty/stdatomic/nix from make files (#14111) 2022-04-21 10:34:58 +02:00
szip
term checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
time all: byte => u8 2022-04-17 12:14:27 +02:00
toml
v fmt: remove extra parentheses (#14125) 2022-04-25 19:07:27 +02:00
vweb
x checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-19 12:42:43 +02:00
.vdocignore
README.md

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.