v/vlib
Delyan Angelov e555335bf0
ci: fix windows-msvc builds, as well as the windows-cross job, turn on deprecation notices for [windows_stdcall] and [_fastcall]
2022-04-14 13:36:51 +03:00
..
arrays
benchmark
bitfield checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00
builtin ci: fix windows-msvc builds, as well as the windows-cross job, turn on deprecation notices for [windows_stdcall] and [_fastcall] 2022-04-14 13:36:51 +03:00
cli
clipboard
compress
context
crypto checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
darwin
datatypes
dl docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json json: fix error for json decode with sumtype (#14025) 2022-04-13 18:06:28 +03:00
log
math math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012) 2022-04-12 09:38:53 +03:00
mssql
mysql
net checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
orm
os checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings strings: cleanup unsafe casts in some of strings.Builder ops (#13819) 2022-03-25 00:07:15 +02:00
sync
szip checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00
term checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00
time
toml checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00
v ci: fix windows-msvc builds, as well as the windows-cross job, turn on deprecation notices for [windows_stdcall] and [_fastcall] 2022-04-14 13:36:51 +03:00
vweb checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
x checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00
.vdocignore
README.md

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.