v/vlib
2024-03-24 20:22:16 +02:00
..
arrays doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
benchmark all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
bitfield doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
builtin cgen: force C struct types which does not implement str() to be passed as ptr (#21054) 2024-03-21 00:24:38 +02:00
cli cli: add pluralization to err msg, if required number of args is not met (#20971) 2024-03-07 20:57:58 +02:00
clipboard clipboard: workaround printing of structs containing &C.Display pointers with gcc 2024-03-13 18:49:20 +02:00
compress doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
context all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
coroutines coroutines: manually create photon vcpu's & add functions to set photon log output (#21012) 2024-03-14 00:00:42 +11:00
crypto crypto.blake3: fix typo on Digest comment (#20991) 2024-03-11 07:03:33 +02:00
datatypes datatypes,examples: fix typos, and silence notice in the quadtree example (#20577) 2024-01-18 15:31:42 +02:00
db db.sqlite: fix exec_param_many bug (#21008) 2024-03-13 14:39:15 +02:00
dl doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
dlmalloc all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
encoding vlib: add encoding.txtar (port of Go's txtar module) (#20874) 2024-02-20 02:41:20 +02:00
eventbus ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures 2023-11-25 09:34:46 +02:00
flag doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
fontstash doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
gg gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +03:00
gx doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
hash doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
io io.string_reader: fix needs_fill_until check (#21005) 2024-03-13 14:40:29 +02:00
js doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
json json: fix decode struct ptr (#20828) 2024-02-15 06:41:10 +02:00
log doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
maps doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
math all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
net gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors 2024-03-11 18:21:06 +03:00
orm orm: fix orm_option_time_test.v after 2d0ed2c made insert in parent tables with child ones missing fail 2024-02-11 10:02:36 +02:00
os os: cleanup field comments of os.Process (#21023) 2024-03-15 09:11:44 +02:00
picoev picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
picohttpparser picohttpparser: add tests for the Request methods (#20906) 2024-02-26 11:52:51 +02:00
rand rand: add PRNG.fill_buffer_from_set/2 (#21037) 2024-03-16 16:32:47 +02:00
readline readline: add completion support (#20559) 2024-01-16 23:32:47 +02:00
regex all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
runtime doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
semver V 0.4.5 2024-03-20 07:09:37 +03:00
sokol examples: port sokol/clear.v and sokol/sdf/sdf.v (#21069) 2024-03-21 06:28:25 +02:00
stbi doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
strconv doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
strings strings.textscanner: fix off-by-one error in skip method (#21045) 2024-03-17 11:11:10 +02:00
sync sync: support more gcc version specific search locations on linux with tcc 2024-02-26 23:05:22 +02:00
szip doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
term all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
time time: microoptimise the Time formating methods (use custom number->string conversion, instead of string interpolation) (#20917) 2024-02-28 11:55:33 +02:00
toml toml: return an error from toml.parse_file(), when the passed file path does not exist (#20912) 2024-02-27 14:22:48 +02:00
v v.utils: fix module lookup if module import parts end with the word modules (#21083) 2024-03-24 20:22:16 +02:00
v2 all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
veb/auth veb.auth: detailed documentation with examples 2024-02-24 15:38:46 +03:00
vweb veb: a new module veb.auth for authentication logic (tokens, hashed passwords) 2024-02-18 23:23:57 +03:00
wasm doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
x vlib.x: fix typos, uniformize readme formatting (#21085) 2024-03-24 19:54:39 +02:00
.vdocignore vdoc: extract files.v and highlight.v from utils.v 2023-12-20 11:55:15 +02:00
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.