1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2023-01-12 00:02:27 +02:00
..
arrays cgen: minimise sizeof(EmptyStruct) to 0 for gcc/clang and to 1 for tcc/msvc, by changing EMPTY_STRUCT_DECLARATION and EMPTY_STRUCT_INITIALIZATION (#16733) 2022-12-22 21:47:39 +02:00
benchmark
bitfield
builtin comptime: implement field.is_enum (#16920) 2023-01-09 20:12:07 +02:00
cli checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872) 2023-01-05 15:41:18 +02:00
clipboard
compress
context
crypto bcrypt: fix issue #16769 security problem in compare_hash_and_password (#16815) 2022-12-31 17:18:43 +02:00
datatypes
dl
dlmalloc ci: fix warnings in v -cc gcc -keepc -freestanding -o bel vlib/os/bare/bare_example_linux.v 2023-01-06 14:55:01 +02:00
encoding
eventbus
flag
fontstash
gg checker: require unsafe for Struct(voidptr) casts 2023-01-06 09:28:11 +03:00
gx
hash
io io: fix typos (fix #16839) (#16840) 2023-01-02 20:20:52 +02:00
js
json cgen: fix json encoding of structs with option fields (skip the fields with a value of none) (#16916) 2023-01-09 15:33:08 +02:00
log
maps
math checker: add int signedness mismatch checking for function call arguments (#16750) 2022-12-24 06:28:35 +02:00
mssql
mysql checker: require unsafe for Struct(voidptr) casts 2023-01-06 09:28:11 +03:00
net tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +02:00
orm
os os: make os.FileMode public (#16923) 2023-01-09 22:34:36 +02:00
pg
picoev
picohttpparser
rand
readline
regex checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872) 2023-01-05 15:41:18 +02:00
runtime
semver
sokol ci: workaround for $if prod { not working properly with msvc 2023-01-12 00:02:27 +02:00
sqlite cgen: allow ORM to work with DB aliases (#16939) 2023-01-11 11:58:55 +02:00
stbi
strconv all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
strings
sync sync.pool: fix pointer cast warning (#16902) 2023-01-08 12:34:46 +02:00
szip
term
time time: do not panic for time.parse("2020-02-02 20.02.20")!, just return an error instead (fix #16779) 2022-12-27 13:01:01 +02:00
toml all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
v parser: fix tmpl using variable or const path argument (fix #16941) (#16943) 2023-01-11 13:31:48 +02:00
vweb vweb: add the v new <name> web command for starting new projects to the README.md (#16904) 2023-01-08 18:33:17 +02:00
x checker,json2: relax checking of x.enum = integer at comptime; refactor json2 to clean it up (#16926) 2023-01-11 10:18:45 +02:00
.vdocignore tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +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.