1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-19 20:30:24 +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 checker: Revert part of small_unsigned == signed (#13967) (#14075) 2022-04-18 21:30:09 +03:00
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 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
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 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
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 ci: fix v build-examples (use voidptr(u64(0)) inside vlib/js/dom/dom.js.v) 2022-07-21 23:08:18 +03:00
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 all: implement struct field optional and disallow storing result (#16392) 2022-11-17 07:51:50 +02:00
orm vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
os os: refactor err == IError(os.Eof{}) to err is os.Eof 2022-11-16 00:53:45 +02: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 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
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 runtime: simplify nr_cpus 2022-01-19 19:29:29 +02:00
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 term: add term.slow_blink/1 and term.rapid_blink/1 (#16470) 2022-11-18 19:03:14 +02: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 cgen: fix "fn()?.field?" expr cgen error (fix #16482) (#16488) 2022-11-19 20:30:24 +02:00
vweb vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
x x.json2: add support for i8, i16, u8, u16, u32 (fix #16484) 2022-11-19 12:03:04 +02:00
.vdocignore .gitignore: minor cleanup (#14279) 2022-05-05 10:17:24 +03:00
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00

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.