1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-10-19 11:49:39 +03:00
..
arrays arrays, maps: cleanup comments and parameter names in function signatures (#15960) 2022-10-04 10:07:36 +03:00
benchmark
bitfield
builtin builtin: make the C. WIN32 API declarations more precise, to catch errors earlier (#16090) 2022-10-17 20:23:33 +03:00
cli checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
clipboard checker: make the "reference field must be initialised" warning more informative, fix clipboard (used by ui) 2022-10-02 16:24:15 +03:00
compress
context
crypto
datatypes datatypes: add quadtree, add its demo to examples/ (#16087) 2022-10-18 18:02:44 +03:00
dl all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
dlmalloc checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
encoding encoding.utf8: add is_number (#15931) 2022-10-01 11:01:51 +03:00
eventbus checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
flag all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
fontstash checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
gg Revert "stbi: fix loading image from memory (#15981); breaks UI's rectangle example on macos, probably others too" 2022-10-10 10:39:32 +03:00
gx gx: add documentation for Color methods (#16010) 2022-10-10 02:47:55 +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 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
js
json json: fix encoding of structs with pointers; add test 2022-09-23 14:07:53 +03:00
log
maps arrays, maps: cleanup comments and parameter names in function signatures (#15960) 2022-10-04 10:07:36 +03:00
math builtin,math: fix math.min_i64.str() (fix #16086) (#16089) 2022-10-17 19:36:46 +03:00
mssql 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
mysql checker: allow EnumName(number) casts only inside unsafe{} blocks (#15932) 2022-10-02 22:39:11 +03:00
net 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
orm tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
os builtin: make the C. WIN32 API declarations more precise, to catch errors earlier (#16090) 2022-10-17 20:23:33 +03:00
pg checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
picoev checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
picohttpparser checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
rand rand: add rand.element and prng.element functions with unit test (#16068) 2022-10-14 06:54:02 +03:00
readline
regex
runtime
semver
sokol all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
sqlite sqlite: add a sqlite.is_error() helper (#15964) 2022-10-04 10:03:59 +03:00
stbi all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
strconv builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
strings all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
sync sync: fix C.pthread_mutex_t struct typedef is missing in darwin (fix: #15491) (#15845) 2022-09-23 09:48:05 +03:00
szip all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
term builtin: make the C. WIN32 API declarations more precise, to catch errors earlier (#16090) 2022-10-17 20:23:33 +03:00
time tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
toml builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
v cgen: fix match expr with last aggregate branch (#16101) 2022-10-19 11:49:39 +03:00
vweb all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
x json2: minor cleanup in README.md (#16096) 2022-10-18 18:00:14 +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.