v/vlib
Tim Basel 3e4cd12fd0
.gitignore: ignore all binary files by default
2020-04-29 16:49:13 +02:00
..
arrays all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
benchmark benchmark: show xxx.yyy ms, using the new highres timer 2020-04-24 10:26:47 +03:00
bitfield checker: check variable mutability for postfix exprs 2020-04-28 11:20:19 +02:00
builtin checker: fix string.str() error 2020-04-29 13:51:42 +02:00
cli cli: Fix off-by-one error in smart-wrap 2020-04-28 00:10:36 +03:00
clipboard all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
crypto array: replace make() with the new init syntax 2020-04-26 17:52:27 +02:00
darwin all: remove redundant parentheses in `if` statements 2020-03-29 10:08:42 +02:00
dl dl: add dynamic load module 2020-04-28 11:53:55 +02:00
encoding all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
eventbus all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
flag checker: check array and fields mutability 2020-04-27 22:53:26 +02:00
fontstash v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
freetype fix a few warnings 2020-04-26 12:42:44 +03:00
gg fix a few warnings 2020-04-26 12:42:44 +03:00
gg2 all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
gl tetris: cleanup unused variable warnings 2020-04-25 09:49:02 +03:00
glfw tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
glm array: fix fixed array errors 2020-04-25 18:26:38 +02:00
gx gl, glfw, freetype fixes 2020-04-02 01:45:22 +02:00
hash all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
json readme: fix docs link 2020-04-19 20:47:36 +02:00
log all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
math all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
mysql all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
net .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
orm Revert "db: increase db module level in vlib " 2020-03-26 09:23:54 +01:00
os parser: simplify unused vars & add loop/if vars etc 2020-04-27 23:16:31 +10:00
os2 vlib: use new filename format 2020-04-11 19:51:32 +02:00
pg all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
picoev all: remove redundant parentheses in `if` statements 2020-03-29 10:08:42 +02:00
picohttpparser update copyright year 2020-01-23 21:04:46 +01:00
rand checker: check array and fields mutability 2020-04-27 22:53:26 +02:00
readline vlib: use new filename format 2020-04-11 19:51:32 +02:00
regex all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
runtime vlib: use new filename format 2020-04-11 19:51:32 +02:00
sokol sokol: add missing `C` prefixes 2020-04-16 15:53:34 +02:00
sqlite all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
stbi stbi: make compilation faster by generating a stbi.o file 2020-01-26 12:41:43 +01:00
strconv strconv: v_printf documentation 2020-04-29 12:25:38 +03:00
strings cc/cgen: cached modules fixes 2020-04-28 13:15:37 +02:00
sync all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
szip szip: use `&zip` instead of `*zip` (#2301) 2019-10-12 12:46:33 +03:00
term vlib: use new filename format 2020-04-11 19:51:32 +02:00
time checker: check array and fields mutability 2020-04-27 22:53:26 +02:00
uiold uiold: make compile (fix vid); x64: mov rbp, rsp 2020-04-21 10:48:52 +02:00
v .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
vweb all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00