v/vlib
Delyan Angelov 62cb48d252 repl: treat middle imports in a more forgiving way 2020-05-16 22:03:28 +03:00
..
benchmark
bitfield bitfield: rename functions, getsize => get_size, etc. 2020-05-07 11:21:14 +03:00
builtin checker: check incorrect names 2020-05-16 16:12:23 +02:00
cli
clipboard checker: check incorrect names 2020-05-16 16:12:23 +02:00
crypto
darwin darwin: fix `if ()` warning 2020-05-05 20:07:43 +02:00
dl
encoding checker: check incorrect names 2020-05-16 16:12:23 +02:00
eventbus
flag flag: fix a comment with an example 2020-05-10 22:27:14 +02:00
fontstash
freetype checker: check incorrect names 2020-05-16 16:12:23 +02:00
gg
gg2
gl glm: matrix multiplication; docs: toc 2020-05-10 16:49:29 +02:00
glfw checker: check incorrect names 2020-05-16 16:12:23 +02:00
glm glm: remove unused variable (prevents compiling ui with -prod) 2020-05-10 19:59:26 +03:00
gx checker: handle unknown fields in fail_if_immutable 2020-05-10 02:07:15 +02:00
hash
json parser: add support for multiple struct field attributes 2020-05-08 15:09:42 +02:00
live live: cleanup 2020-05-15 23:51:40 +03:00
log
math math.fabs 2020-05-14 16:58:20 +02:00
mysql mysql: Using `int.str()` instead of `string(int)` 2020-05-06 12:53:47 +03:00
net checker: check incorrect names 2020-05-16 16:12:23 +02:00
orm
os os: add new function exists_in_system_path 2020-05-16 17:10:34 +02:00
os2
pg pg: remove `pg.` 2020-05-10 21:16:03 +02:00
picoev
picohttpparser
rand checker: allow `*x = y` only inside unsafe blocks 2020-05-11 16:05:59 +02:00
readline readline: fix input echo issue on musl-based systems 2020-05-10 07:39:31 +03:00
regex regex: small fixes, '-' minus to char classes, remove all C.printf 2020-05-16 17:11:13 +02:00
runtime
sokol sokol: make examples compile 2020-05-15 18:55:29 +02:00
sqlite
stbi stbi: pub fields in Image 2020-05-15 13:15:04 +02:00
strconv
strings parser/checker: pub: struct fields 2020-05-09 15:16:48 +02:00
sync checker: check incorrect names 2020-05-16 16:12:23 +02:00
szip
term checker: check incorrect names 2020-05-16 16:12:23 +02:00
time time: add .no_delimiter format option 2020-05-08 21:23:26 +03:00
uiold uiold: make compile (fix vid); x64: mov rbp, rsp 2020-04-21 10:48:52 +02:00
v repl: treat middle imports in a more forgiving way 2020-05-16 22:03:28 +03:00
vweb