1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2020-04-22 13:28:47 +10:00
..
arrays tests: disable cookie test for now 2020-04-14 03:43:59 +02:00
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 cgen: add map string generation 2020-04-22 04:00:38 +02:00
cli cli: add smart-wrap for help description 2020-04-20 14:50:15 +02:00
clipboard clipboard: make the Linux version compile 2020-04-21 07:24:23 +00:00
crypto crypto: fix rand module 2020-04-14 21:03:02 +02: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 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 tests: fix crc32_test.v 2020-04-08 16:48:13 +03:00
json readme: fix docs link 2020-04-19 20:47:36 +02:00
log log: fix example error 2020-04-06 17:22:53 +02:00
math cgen: fix string interpolation float type 2020-04-16 07:30:25 +02:00
mysql vlib: use new filename format 2020-04-11 19:51:32 +02:00
net tests: disable cookie test for now 2020-04-14 03:43:59 +02:00
orm
os os: rename os_nix.v to os_nix.c.v 2020-04-11 20:43:17 +02:00
os2 vlib: use new filename format 2020-04-11 19:51:32 +02:00
pg
picoev
picohttpparser
rand rand: remove duplicate C fn 2020-04-13 20:11:44 +02:00
readline vlib: use new filename format 2020-04-11 19:51:32 +02:00
regex
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 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 vlib: use new filename format 2020-04-11 19:51:32 +02:00
sync vlib: use new filename format 2020-04-11 19:51:32 +02:00
szip
term vlib: use new filename format 2020-04-11 19:51:32 +02:00
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 checker/gen: allow vargs to be forwarded. fix/enable variadic test 2020-04-22 13:28:47 +10:00
vweb