v/vlib
Alexander Medvednikov 8cb88d5c9a x64: remove fn arg test for now 2020-04-23 20:55:23 +02:00
..
arrays
benchmark time: add Timer; refactor benchmark to use Timer 2020-04-19 03:40:32 +02:00
bitfield bitfield: update module 2020-04-04 17:59:26 +02:00
builtin enum: check enum name and modify related files 2020-04-23 05:16:10 +02:00
cli cli: add smart-wrap for help description 2020-04-20 14:50:15 +02:00
clipboard all: remove commas between enum vals 2020-04-23 01:16:16 +02:00
crypto tests: fix aes_test.v by manually dereferencing the mut dst parameter 2020-04-23 16:45:25 +03:00
darwin
encoding csv: handle missing line ending 2020-04-21 00:02:55 +02:00
eventbus
flag flag: fix flag_test.v 2020-04-21 14:44:17 +03:00
fontstash
freetype tetris: enable compilation with -prod; cleanup of font loading errors 2020-04-16 19:44:15 +03:00
gg tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
gg2 gl, glfw, freetype fixes 2020-04-02 01:45:22 +02:00
gl tetris: part 1 of fixing compilation with v2 2020-04-16 12:37:59 +03:00
glfw tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
glm
gx
hash examples: fix path_tracing.v compilation, using (*ptr) = expression 2020-04-23 12:28:16 +03:00
json readme: fix docs link 2020-04-19 20:47:36 +02:00
log
math
mysql
net comptime: fix custom -d flags and `$if x? {}`. Fixes ftp_test.v . 2020-04-23 17:52:44 +03:00
orm
os os.executable: fix panic when os.executable_fallback fails (early in startup) 2020-04-23 21:53:18 +03:00
os2
pg pg: add windows include and lib flag 2020-03-26 14:17:13 +01:00
picoev
picohttpparser
rand
readline
regex enum: check enum name and modify related files 2020-04-23 05:16:10 +02:00
runtime
sokol sokol: add missing `C` prefixes 2020-04-16 15:53:34 +02:00
sqlite tests: mark more tests as fixed 2020-04-21 05:52:44 +02:00
stbi
strconv ftoa: some fixes for rounding, new functions 2020-04-22 01:42:44 +02:00
strings
sync
szip
term
time time: add Timer; refactor benchmark to use Timer 2020-04-19 03:40:32 +02:00
uiold uiold: make compile (fix vid); x64: mov rbp, rsp 2020-04-21 10:48:52 +02:00
v x64: remove fn arg test for now 2020-04-23 20:55:23 +02:00
vweb