v/vlib
2023-08-31 06:44:11 +03:00
..
arrays vlib: update doc comments (#19231) 2023-08-30 08:50:00 +03:00
benchmark benchmark: minor cleanup in total_message() (#19102) 2023-08-11 12:12:37 +03:00
bitfield
builtin builtin: add support for -d bultin_writeln_should_write_at_once and -d bultin_write_buf_to_fd_should_use_c_write (#19243) 2023-08-30 23:44:33 +03:00
cli cli: add attribute doc for Flag.global (#19224) 2023-08-27 14:34:25 +03:00
clipboard vlib: use sync.new_mutex() consistently for initialising all vlib structures containing mutex fields 2023-08-15 15:19:27 +03:00
compress vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
context vlib: use sync.new_mutex() consistently for initialising all vlib structures containing mutex fields 2023-08-15 15:19:27 +03:00
coroutines
crypto crypto.sha512: make the new384/0, new512_256/0, new512_224/0 functions public 2023-08-01 06:55:41 +03:00
datatypes all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
db db.mysql: add the exec family of methods (#19132) 2023-08-14 16:18:01 +03:00
dl vlib: update doc comments (#19231) 2023-08-30 08:50:00 +03:00
dlmalloc tools: fix some noise in the output of v test-all 2023-08-03 23:19:14 +03:00
encoding checker: fix assigning an array slice (fix #19120) (#19137) 2023-08-15 20:37:51 +03:00
eventbus all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
flag flag: remove warning in the example in the readme (#19238) 2023-08-30 08:47:29 +03:00
fontstash all: do not allow uninitialized function pointers 2023-08-03 21:06:36 +03:00
gg gg, sokol.sapp: fix typo (.files_droped -> .files_dropped), add deprecation tags for the old value (#19190) 2023-08-21 22:32:24 +03:00
gx
hash
io
js
json json: fix raw decode to option string of complex data (#18902) 2023-07-20 02:33:39 +03:00
log log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
maps
math math.big: fix notice for compilation with latest v 2023-08-23 08:10:55 +03:00
net net.mbedtls: have shutdown close accepted connections too (#19164) 2023-08-30 21:52:42 +03:00
orm orm: add OR in where on update and delete (#19172) 2023-08-19 19:31:55 +03:00
os vlib: update doc comments (#19231) 2023-08-30 08:50:00 +03:00
picoev picoev: add initial values for struct field callbacks, to fix new compiler notices (#19065) 2023-08-06 07:09:16 +03:00
picohttpparser picohttpparser: make u64toa public (#18861) 2023-07-14 17:21:40 +03:00
rand rand: fix edge case, when bit length is 31 and 63, add tests for rand.intn(2147483647)! etc (#18714) 2023-06-29 22:11:27 +03:00
readline readline: remove new line \n character from readline output, now just Enter produces '' (#18934) 2023-07-22 07:01:57 +03:00
regex regex: fix typo in README.md (#19201) 2023-08-22 14:24:53 +03:00
runtime Revert "runtime: cleanup free_memory comptime conditional (#18968)" 2023-07-26 09:01:37 +03:00
semver V 0.4 2023-07-01 13:50:33 +03:00
sokol gg, sokol.sapp: fix typo (.files_droped -> .files_dropped), add deprecation tags for the old value (#19190) 2023-08-21 22:32:24 +03:00
stbi stbi: allow customisation of number of channels in stbi.load (#18491) 2023-06-22 16:47:52 +03:00
strconv tests: cleanup test cases (#19104) 2023-08-13 13:36:08 +03:00
strings
sync log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
szip
term term.termios: allow again for v -prod -os wasm32_emscripten examples/2048/, by using an eprintln, instead of a $compile_warn 2023-08-11 11:05:26 +03:00
time time: check if a day is a valid day of its month (#19232) 2023-08-29 22:45:21 +03:00
toml toml: add generic automatic decoding and encoding of simple structs, when they don't implement custom methods (#17970) 2023-08-15 12:06:57 +03:00
v log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
vweb vweb: add a user_agent utility method to the vweb context (#19204) 2023-08-22 21:40:07 +03:00
wasm wasm: remove dependency on thirdparty/binaryen, webassembly backend rewrite (#18120) 2023-07-12 15:24:38 +03:00
x checker: check error for or_expr inside infix expression (#19213) 2023-08-25 20:00:58 +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.