1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-02 15:48:25 +02:00
..
arrays all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
benchmark
bitfield
builtin pref,cgen: support -no-bounds-checking, instead of -d no_bounds_checking, and make it enable direct_array_access for all fns/methods. 2022-10-30 14:39:45 +02:00
cli all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
clipboard
compress all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
context
crypto all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
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
encoding all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
eventbus
flag all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
fontstash
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: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
js
json db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
log log: mark log.fatal as [noreturn] (#16129) 2022-10-21 10:33:49 +03:00
maps
math all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
mssql db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
mysql all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
net all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
orm db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
os all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
pg db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
picoev
picohttpparser
rand all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
readline all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
regex regex: fix a bug for CC token not correctly parsed in groups (#16272) 2022-11-01 08:58:29 +02:00
runtime
semver V 0.3.2 2022-11-01 05:41:13 +03:00
sokol all: add support for enum Xyz as u64 { + tests (#16246) 2022-10-29 06:32:20 +03:00
sqlite all: remove unnecessary IError() casts 2022-10-28 19:08:30 +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 tests: fix some interpolation tests 2022-10-27 11:12:15 +03:00
sync
szip all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
term db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
time db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
toml toml: clearly mark the workaround [manualfree] tags with [autofree_bug; manualfree], so they can be found/removed when -autofree is fixed 2022-11-01 18:08:38 +02:00
v native: don't generate duplicate strings (#16281) 2022-11-02 15:48:25 +02:00
vweb checker: fix return error with multi_return optional (#16250) 2022-10-29 06:34:45 +03:00
x all: remove unnecessary IError() casts 2022-10-28 19:08:30 +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.