1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-15 18:34:44 +02:00
..
arrays all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
benchmark vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
bitfield
builtin vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
cli vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
clipboard fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
compress vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
context vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
crypto vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
datatypes vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
dl vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
dlmalloc
encoding vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
eventbus vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
flag vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
fontstash
gg vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
gx vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
hash tools: add report_v_module_folders_without_tests.v . Use it to discover other modules without _test.v files. Add simple ones, to ensure CI can find more breakage on future wide changes to vlib/ 2022-10-16 22:40:17 +03:00
io vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
js
json vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
log vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
maps vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
math vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
mssql vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
mysql vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
net vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
orm vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
os vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
pg vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
picoev vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
picohttpparser
rand vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
readline vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
regex vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
runtime
semver vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sokol vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sqlite vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
stbi vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
strconv vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
strings vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
sync vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
szip vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
term vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
time vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
toml vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
v tests: add unsafe block for the int->enum cast in bench_compare_tokens.v (#16438) 2022-11-15 18:34:44 +02:00
vweb vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
x vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03: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.