v/vlib
Hungry Blue Dev b138cadbcb
math.fractions: add approximation.v and tests
2020-05-17 12:00:29 +03:00
..
benchmark cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
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 cli: add option with default 2020-04-30 12:18:46 +02:00
clipboard checker: check incorrect names 2020-05-16 16:12:23 +02:00
crypto array: replace make() with the new init syntax 2020-04-26 17:52:27 +02:00
darwin darwin: fix `if ()` warning 2020-05-05 20:07:43 +02:00
dl live: use mostly pure V code for reloading, eases customization 2020-05-03 20:22:24 +03:00
encoding checker: check incorrect names 2020-05-16 16:12:23 +02:00
eventbus checker: check method args 2020-05-05 01:32:40 +10:00
flag flag: fix a comment with an example 2020-05-10 22:27:14 +02:00
fontstash v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
freetype checker: check incorrect names 2020-05-16 16:12:23 +02: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 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 all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
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 all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00
math math.fractions: add approximation.v and tests 2020-05-17 12:00:29 +03: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 Revert "db: increase db module level in vlib " 2020-03-26 09:23:54 +01:00
os os: make exists_in_system_path function public 2020-05-16 22:46:05 +02:00
os2 vlib: use new filename format 2020-04-11 19:51:32 +02:00
pg pg: remove `pg.` 2020-05-10 21:16:03 +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: 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 vlib: use new filename format 2020-04-11 19:51:32 +02:00
sokol sokol: make examples compile 2020-05-15 18:55:29 +02:00
sqlite all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
stbi stbi: pub fields in Image 2020-05-15 13:15:04 +02:00
strconv strconv: v_printf documentation 2020-04-29 12:25:38 +03:00
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 szip: use `&zip` instead of `*zip` (#2301) 2019-10-12 12:46:33 +03:00
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 test: fix vrepl and cast test errors 2020-05-17 02:13:08 +02:00
vweb all: update`import ()` and `[]array` 2020-04-26 13:49:31 +02:00