v/vlib
2023-11-01 08:20:57 +02:00
..
arrays all: fix typos (#19634) 2023-10-23 21:21:15 +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 all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
builtin checker: extend byte deprecation warnings to return types (#19668) 2023-10-29 14:25:15 +02:00
cli Fixed typo in flag.v (#19534) 2023-10-09 17:01:39 +03:00
clipboard all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
compress
context
coroutines coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711) 2023-10-31 20:12:52 +03:00
crypto crypto: eliminate deprecating notifications from internal calls to checksum() (#19707) 2023-10-30 14:54:52 +02:00
datatypes all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
db all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
dl clipboard: fix v -cstrict -cc gcc vlib/clipboard/clipboard_test.v 2023-10-15 21:21:29 +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 vlib: fix typos and formatting (#19649) 2023-10-25 11:19:56 +03:00
fontstash fmt: align the custom values of the enum fields (#19331) 2023-09-12 14:44:38 +03:00
gg vlib: fix typos and formatting (#19649) 2023-10-25 11:19:56 +03:00
gx all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
hash
io tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
js
json json: fix comment (MyTitle -> ETitle) (#19719) 2023-10-31 18:41:21 +02:00
log checker: turn warning for var and param module name duplicates into error (#19645) 2023-11-01 08:20:57 +02:00
maps
math ci: v fmt -w vlib/math/stats/stats.v 2023-10-23 03:30:53 +03:00
net coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711) 2023-10-31 20:12:52 +03:00
orm tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
os tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
picoev all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
picohttpparser
rand all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
readline
regex all: fix typos (#19634) 2023-10-23 21:21:15 +03:00
runtime all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
semver V 0.4.2 2023-09-30 15:08:26 +03:00
sokol sokol: update to match uptream at 9e0f1b4 (#19687) 2023-10-28 17:15:46 +03:00
stbi tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
strconv all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
strings checker: warn about byte deprecation, when used as a fn parameter (#19629) 2023-10-23 20:54:28 +03:00
sync sync: use -d debug_channels instead of just -g to turn on assertions in sync.channel_select (cleaner -cross code) 2023-10-26 05:34:20 +03:00
szip all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
term all: fix typos (#19693) 2023-10-30 03:28:34 +02:00
time all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
toml tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
v checker: turn warning for var and param module name duplicates into error (#19645) 2023-11-01 08:20:57 +02:00
vweb tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
wasm wasm: implement inline assembly (#19686) 2023-10-29 03:08:39 +03:00
x checker: extend byte deprecation warning to array init types (#19671) 2023-10-29 14:22:51 +02: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.