1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-22 19:45:12 +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 builtin, cgen: support FieldData.unaliased_typ, use it for generalising x.json2 (able to encode type aliased struct fields) (#16469) 2022-11-20 11:18:14 +02: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 datatypes: make the out of bounds errors for lists APIs more detailed 2022-11-22 13:42:29 +02: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 builtin, cgen: support FieldData.unaliased_typ, use it for generalising x.json2 (able to encode type aliased struct fields) (#16469) 2022-11-20 11:18:14 +02: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 net.http: remove ending \r from response.status_msg, add more tests 2022-11-20 16:22:43 +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 strconv: add test_atof_converter to the tests, as suggested by the code review 2022-11-21 07:41:41 +02: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 toml: update value_opt syntax and add missing documentation (#16510) 2022-11-22 19:45:12 +02:00
v checker: check assigning generic function to a variable (#16507) 2022-11-22 17:56:49 +02:00
vweb vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
x builtin, cgen: support FieldData.unaliased_typ, use it for generalising x.json2 (able to encode type aliased struct fields) (#16469) 2022-11-20 11:18:14 +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.