1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2023-08-01 07:27:53 +03:00
..
arrays doc: use square brackets for generics in comments (#18943) 2023-07-22 13:22:30 +03:00
benchmark
bitfield
builtin builtin: fix split_nth() and rsplit_nth() on an empty delimeter (#19005) 2023-07-30 00:12:51 +03:00
cli
clipboard
compress
context tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946) 2023-07-22 19:13:58 +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
db db.pg: add parameter syntax to docs (#19003) 2023-07-31 21:26:45 +03:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg gg: implement Android specific APK asset loading for the create_image function (#19015) 2023-07-31 17:40:16 +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
maps
math tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946) 2023-07-22 19:13:58 +03:00
net net.websocket: remove unnecessary manual frees of static strings (#19009) 2023-07-31 21:23:33 +03:00
orm
os os,term.termios: add termios.set_state/2, state.disable_echo/0, use them in os.input_password, to fix v -os wasm32_emscripten examples/2048/ 2023-07-31 10:28:45 +03:00
picoev picoev: bugfixes and UB mitigation (#18991) 2023-07-28 12:37:21 +03:00
picohttpparser picohttpparser: make u64toa public (#18861) 2023-07-14 17:21:40 +03:00
rand
readline readline: remove new line \n character from readline output, now just Enter produces '' (#18934) 2023-07-22 07:01:57 +03:00
regex
runtime Revert "runtime: cleanup free_memory comptime conditional (#18968)" 2023-07-26 09:01:37 +03:00
semver
sokol Revert "sokol: use GLCORE33 on linux", since it is already done by a #flag linux -DSOKOL_GLCORE33 later on 2023-07-30 18:32:24 +03:00
stbi
strconv strconv.atoi: fix string.int() returning numbers for non number characters (fix #18875) (#18925) 2023-07-22 06:43:10 +03:00
strings
sync sync: fix compilation on windows 2023-07-31 11:18:12 +03:00
szip
term term: fix vlib/term/termios/termios_test.v on windows 2023-07-31 14:22:03 +03:00
time time: reduce the diff for v run cmd/tools/check_os_api_parity time 2023-07-31 11:02:10 +03:00
toml vlib: remove methods deprecated before 2022-07-22 (#18944) 2023-07-22 18:11:12 +03:00
v parser: change fn_args() to fn_params() (#19027) 2023-08-01 07:27:53 +03:00
vweb vweb: make vweb route paths case sensitive (#18973) 2023-07-26 22:10:45 +03:00
wasm
x cgen: fix infix expr with number overflow (fix #18905) (#18936) 2023-07-23 13:18:22 +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.