v/vlib
2023-10-13 18:55:28 +03:00
..
arrays arrays: add arrays.each, arrays.each_indexed, and tests for them 2023-09-27 11:26:05 +03:00
benchmark benchmark: add new methods b.record_measure/1 and b.all_recorded_measures/0 (#19561) 2023-10-13 18:55:28 +03:00
bitfield
builtin coroutines: get photonlib/coroutines working with GC 2023-10-09 12:10:19 +11:00
cli Fixed typo in flag.v (#19534) 2023-10-09 17:01:39 +03:00
clipboard native: use i32 instead of int 2023-10-08 02:50:01 +03:00
compress
context vlib: use sync.new_mutex() consistently for initialising all vlib structures containing mutex fields 2023-08-15 15:19:27 +03:00
coroutines coroutines: fix dealloc (called wrong fn) 2023-10-09 16:58:57 +11:00
crypto crypto.md5: change the Digest.write return type, from ?int to !int (#19311) 2023-09-09 13:34:47 +03:00
datatypes datatypes: improve the doc strings for RingBuffer and its methods (#19464) 2023-09-28 19:07:26 +03:00
db orm: add null handling and option fields (#19379) 2023-10-05 19:09:03 +03:00
dl vlib: update doc comments (#19231) 2023-08-30 08:50:00 +03:00
dlmalloc fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
encoding all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
eventbus ci: fix ./v -W examples/eventbus/eventbus.v after 551a065 (todo: perhaps it should be reverted completely) 2023-09-19 07:24:55 +03:00
flag flag: remove warning in the example in the readme (#19238) 2023-08-30 08:47:29 +03:00
fontstash fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
gg gg: fix the alignment of the bottom border of draw_rounded_rect_empty on macos and linux 2023-10-13 01:40:34 +03:00
gx fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
hash
io
js
json json: update the example in the module's README.md (#19544) 2023-10-10 20:26:55 +03:00
log log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
maps
math math.fractions: use operator overloading and deprecate old functions (#19547) 2023-10-11 03:16:11 +03:00
net net.openssl: fix ./v -cstrict -cc gcc-11 vlib/net/openssl/openssl_compiles_test.v 2023-10-07 11:36:29 +03:00
orm orm: add null handling and option fields (#19379) 2023-10-05 19:09:03 +03:00
os term.ui,os.notify: fix .ctrl being stuck in examples/term.ui/event_viewer.v (regression happened in e9a3817a from 2023-02-20) 2023-10-09 14:25:44 +03:00
picoev vlib: replace macros that resolve to __builtin_bswapnn calls for tcc (#19305) 2023-09-08 07:42:28 +03:00
picohttpparser
rand
readline
regex fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
runtime
semver V 0.4.2 2023-09-30 15:08:26 +03:00
sokol sokol: fix usage of sokol sampler (#19527) 2023-10-07 21:05:30 +03:00
stbi stbi: add LoadParams to load_from_memory() as well (#19268) 2023-09-04 09:24:34 +03:00
strconv fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
strings
sync fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
szip fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
term term.ui: fix exception thrown in GetConsoleMode on windows (stop abusing consts as globals) (#19529) 2023-10-10 20:34:06 +03:00
time time: add MMM in the doc comment for parse_format() (#19299) 2023-09-08 07:22:31 +03:00
toml toml: add decoding for struct fields of type map[string]T (#19447) 2023-09-26 12:53:24 +03:00
v ast: fix error in is_int() (#19551) 2023-10-12 03:17:00 +03:00
vweb vweb: add mime type support for static .md files 2023-10-12 13:41:56 +03:00
wasm native: fix native new_int errors (#19532) 2023-10-09 12:27:48 +03:00
x sokol: fix usage of sokol sampler (#19527) 2023-10-07 21:05: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.