1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-01-07 19:52:44 +02:00
..
arrays docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
benchmark docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
bitfield docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
builtin docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
cli docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
clipboard docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
compress docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
context vlib/context: add onecontext as submodule (#12549) 2021-12-02 11:15:07 +02:00
crypto crypto: add a crypto.des module (#13065) 2022-01-07 13:51:37 +02:00
darwin docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
datatypes datatypes: add a Queue.last() method (#12987) 2021-12-29 08:01:47 +02:00
dl docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
dlmalloc builtin: add builtin/wasm_bare (#13078) 2022-01-07 13:16:06 +02:00
encoding docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
eventbus v.parser: prohibit redeclaration of builtin types (#10563) 2021-06-25 13:08:56 +03:00
flag docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
fontstash docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
gg sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044) 2022-01-05 18:23:14 +02:00
gx docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
hash docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
io docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
js docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
jsdom docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
json docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
log docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
math docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
mssql mssql: fix c function definition parameters (#11307) 2021-08-25 14:39:56 +03:00
mysql mysql: always use #include <mysql.h>, rely on pkgconfig to get the correct include folder 2021-10-23 21:22:10 +03:00
net net: add address_android.c.v to fix compilation for Android (#13052) 2022-01-06 11:48:30 +02:00
orm orm: do not order by default, ordering is slow; also fix a bug for tables without defined primary keys 2021-12-23 16:43:22 +02:00
os android: fix and test compilation to raw Android C code (#13080) 2022-01-07 16:57:05 +02:00
pg docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
picoev docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
picohttpparser docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
rand docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
readline docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
regex docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
runtime docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
semver docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
sokol sokol: use V type for SG_SHADERSTAGE_[VS|FS] (#13086) 2022-01-07 19:52:44 +02:00
sqlite sqlite: add busy_timeout() (#13053) 2022-01-06 11:47:20 +02:00
stbi docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
strconv builtin: use dlmalloc for -freestanding (#13054) 2022-01-06 14:10:37 +02:00
strings docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
sync docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
szip docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
term docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
time docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
toml docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
v ci: fix $tmpl regression detected by gitly tests (after a73e146) 2022-01-07 19:19:31 +02:00
vweb all: update copyright year 2022-01-04 12:21:12 +03:00
x docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
.vdocignore vdoc: add v/preludes_js/ to .vdocignore (#11039) 2021-08-03 18:52:45 +03:00
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00

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.