1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-01-05 12:49:22 +02:00
..
arrays
benchmark
bitfield bitfield,flag: document the remaining functions 2021-11-18 20:15:26 +02:00
builtin builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1 2022-01-05 12:49:22 +02:00
cli
clipboard
compress/zlib compress: add a new compress.zlib module (#12646) 2021-12-02 12:01:44 +02:00
context vlib/context: add onecontext as submodule (#12549) 2021-12-02 11:15:07 +02:00
crypto all: update copyright year 2022-01-04 12:21:12 +03:00
darwin
datatypes datatypes: add a Queue.last() method (#12987) 2021-12-29 08:01:47 +02:00
dl
encoding all: update copyright year 2022-01-04 12:21:12 +03:00
eventbus
flag bitfield,flag: document the remaining functions 2021-11-18 20:15:26 +02:00
fontstash examples: use fontstash wrapper calls (#12718) 2021-12-06 23:39:43 +03:00
gg all: update copyright year 2022-01-04 12:21:12 +03:00
gx gg: add text rendering, keyboard event handling for JS and other fixes (#12932) 2021-12-22 12:26:52 +02:00
hash all: update copyright year 2022-01-04 12:21:12 +03:00
io
js fmt: fix error of generic struct_init using module (fix #12893) (#12935) 2021-12-22 19:11:09 +02:00
jsdom jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562) 2021-11-24 20:31:39 +02:00
json all: update copyright year 2022-01-04 12:21:12 +03:00
log all: update copyright year 2022-01-04 12:21:12 +03:00
math all: update copyright year 2022-01-04 12:21:12 +03:00
mssql
mysql
net all: update copyright year 2022-01-04 12:21:12 +03: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 all: update copyright year 2022-01-04 12:21:12 +03:00
pg
picoev all: update copyright year 2022-01-04 12:21:12 +03:00
picohttpparser all: update copyright year 2022-01-04 12:21:12 +03:00
rand all: update copyright year 2022-01-04 12:21:12 +03:00
readline all: update copyright year 2022-01-04 12:21:12 +03:00
regex all: update copyright year 2022-01-04 12:21:12 +03:00
runtime all: update copyright year 2022-01-04 12:21:12 +03:00
semver semver: add a Version.str() method with unit tests (#12779) 2021-12-09 21:25:55 +02:00
sokol sokol: type alias all sgl structs, support sgl_context (#13018) 2022-01-03 15:05:24 +02:00
sqlite sqlite: add enum result code (#12505) 2021-11-18 13:56:15 +02:00
stbi all: update copyright year 2022-01-04 12:21:12 +03:00
strconv strconv: fix assert .f64() == 0 2022-01-04 17:51:48 +02:00
strings all: update copyright year 2022-01-04 12:21:12 +03:00
sync all: update copyright year 2022-01-04 12:21:12 +03:00
szip szip: cleanup after tests 2021-11-28 15:30:26 +02:00
term all: update copyright year 2022-01-04 12:21:12 +03:00
time all: update copyright year 2022-01-04 12:21:12 +03:00
toml toml: improve SKIP reporting, fix formatting 2022-01-03 13:25:06 +02:00
v builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1 2022-01-05 12:49:22 +02:00
vweb all: update copyright year 2022-01-04 12:21:12 +03:00
x all: update copyright year 2022-01-04 12:21:12 +03:00
.vdocignore