v/vlib
Alexander Medvednikov 0d45d21069 cgen: fix string <> methods and multiple returns 2020-03-11 02:28:19 +01:00
..
arrays arrays: improve `range` function 2019-12-25 15:52:27 +03:00
benchmark sync: implement pool.work_on_items to process a list of items in parallel 2020-03-04 20:28:42 +01:00
bitfield cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
builtin builtin: new str(), hex() functions without C.printf 2020-03-11 00:38:11 +01:00
cli cli: add pre_execute & post_execute 2020-03-10 16:11:17 +01:00
clipboard cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
compiler os: is_abs => is_abs_path 2020-03-10 16:09:37 +01:00
crypto sha512: make it work with the new parser 2020-03-10 15:47:21 +01:00
darwin allow # in webview module 2019-12-02 12:31:49 +03:00
encoding cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
eventbus v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
flag flag: fix array boundary check 2020-03-06 02:02:32 +01:00
fontstash v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
freetype os api: basedir => base_dir 2020-03-08 15:43:56 +01:00
gg gg: add option to decorate window 2020-02-17 20:29:09 +01:00
gg2 update copyright year 2020-01-23 21:04:46 +01:00
gl update copyright year 2020-01-23 21:04:46 +01:00
glfw glfw, freetype: remove the display of general information 2020-03-03 14:41:26 +01:00
glm glm: fix calloc 2020-03-04 17:22:20 +01:00
gx gx: add hex to rgb color 2020-03-07 04:30:35 +01:00
hash cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt 2020-03-11 11:31:24 +11:00
json update copyright year 2020-01-23 21:04:46 +01:00
log os: join => join_path 2020-03-09 02:23:34 +01:00
math bignum: move to math.big 2020-03-10 19:31:01 +01:00
mysql cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
net cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
orm orm_test: remove pg import for now 2019-08-18 15:02:36 +03:00
os os: is_abs => is_abs_path 2020-03-10 16:09:37 +01:00
os2 rename $if mac => $if macos , _mac.v => _darwin.v 2020-01-09 11:12:35 +01:00
pg pg: create readme.md 2020-03-10 15:00:22 +01:00
picoev update copyright year 2020-01-23 21:04:46 +01:00
picohttpparser update copyright year 2020-01-23 21:04:46 +01:00
rand update copyright years 2020-02-03 05:00:36 +01:00
readline update copyright years 2020-02-03 05:00:36 +01:00
regex regix: fixes and optimizations 2020-01-31 02:29:54 +01:00
runtime tooling: use term.header for tests 2020-02-08 17:01:10 +01:00
sdl sdl: update readme 2020-03-06 20:43:33 +01:00
sokol sokol: fixes 2020-02-24 18:02:22 +01:00
sqlite sqlite: modify exec functions + other fixes 2020-02-02 02:56:09 +01:00
stbi stbi: make compilation faster by generating a stbi.o file 2020-01-26 12:41:43 +01:00
strconv cgen: fix string args in C calls; lower case consts in atof; fix struct types 2020-03-07 01:05:19 +01:00
strings cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt 2020-03-11 11:31:24 +11:00
sync sync: protect against sporadic failing tests in macos 2020-03-08 15:40:50 +01:00
szip szip: use `&zip` instead of `*zip` (#2301) 2019-10-12 12:46:33 +03:00
term compiler: scope type alias to module 2020-02-09 15:40:31 +01:00
time v2: time - prefix C struct & ast.TypeName to ast.Type 2020-03-04 01:06:21 +11:00
uiold remove ui example now that ui has been moved to a separate repo 2020-01-12 03:05:04 +01:00
v cgen: fix string <> methods and multiple returns 2020-03-11 02:28:19 +01:00
vweb vweb: cater for trailing slashes being used in handle_static call 2020-03-08 15:41:59 +01:00