v/vlib
Delyan Angelov b3930c3d6a
checker: add error for .map() calling a fn with multiple return values (prevent inaccessible tuple leak)
2022-01-04 23:10:58 +02:00
..
arrays arrays: add binary_search, lower_bound, and upper_bound array operations () 2021-10-03 08:14:39 +03:00
benchmark tests: show the number of parallel jobs used while testing 2021-10-11 13:10:55 +03:00
bitfield bitfield,flag: document the remaining functions 2021-11-18 20:15:26 +02:00
builtin strconv: fix `assert .f64() == 0` 2022-01-04 17:51:48 +02:00
cli
clipboard fmt: fix unnecessary line break in array init (fix ) () 2021-09-21 16:20:09 +03:00
compress/zlib compress: add a new `compress.zlib` module () 2021-12-02 12:01:44 +02:00
context vlib/context: add onecontext as submodule () 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 () 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 () 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 () 2021-12-22 12:26:52 +02:00
hash all: update copyright year 2022-01-04 12:21:12 +03:00
io io: pub the RandomReader interface () 2021-10-18 10:51:36 +03:00
js fmt: fix error of generic struct_init using module (fix ) () 2021-12-22 19:11:09 +02:00
jsdom jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS () 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 mysql: always use `#include <mysql.h>`, rely on pkgconfig to get the correct include folder 2021-10-23 21:22:10 +03:00
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 checker: add an interface check for mutability, fixes , fixes () 2021-10-11 15:41:31 +03:00
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 () 2021-12-09 21:25:55 +02:00
sokol sokol: type alias all `sgl` structs, support `sgl_context` () 2022-01-03 15:05:24 +02:00
sqlite sqlite: add enum result code () 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 checker: add error for .map() calling a fn with multiple return values (prevent inaccessible tuple leak) 2022-01-04 23:10:58 +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