.. |
bf
|
last mut fixes
|
2019-08-07 14:07:37 +02:00 |
builtin
|
compiler: build tetris executable on windows with both msvc and mingw gcc
|
2019-09-03 16:09:43 +03:00 |
crypto
|
crypto.rand: improve test to actually check for difference in data
|
2019-09-03 16:10:26 +03:00 |
darwin
|
…
|
|
encoding
|
fix bugs breaking tests
|
2019-09-03 15:21:52 +03:00 |
flag
|
flag: allow to define flags with abbreviation
|
2019-08-07 16:52:10 +02:00 |
freetype
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
gg
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
gl
|
…
|
|
glfw
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
glm
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
gx
|
move all vlib modules to vlib/
|
2019-06-29 12:00:31 +02:00 |
hash
|
hash.crc32: modify sum methods to take []byte instead of string
|
2019-08-03 03:40:54 +02:00 |
http
|
…
|
|
json
|
json: use &
|
2019-09-02 19:17:05 +03:00 |
log
|
…
|
|
math
|
remove u8 and i32 from tests and examples
|
2019-09-02 15:02:25 +03:00 |
mysql
|
mysql module
|
2019-08-18 17:24:43 +03:00 |
net
|
net.urllib: Update with latest changes from go lib
|
2019-08-27 22:44:41 +03:00 |
orm
|
…
|
|
os
|
os: clean up
|
2019-09-02 13:57:00 +03:00 |
pg
|
…
|
|
rand
|
…
|
|
readline
|
readline: history feature
|
2019-09-03 16:07:20 +03:00 |
stbi
|
…
|
|
strings
|
all: fix immutable fn args
|
2019-08-07 05:28:00 +02:00 |
sync
|
sync: fix mutex on win & waitgroup (all os) update. fixes news_fetcher example on win (#1776)
|
2019-08-29 11:48:03 +03:00 |
szip
|
…
|
|
term
|
remove u8 and i32 from tests and examples
|
2019-09-02 15:02:25 +03:00 |
time
|
replace *Foo with &Foo everywhere
|
2019-09-01 22:51:16 +03:00 |
ui
|
…
|
|
vweb
|
parser: fix mutability with chained fields
|
2019-08-30 20:19:06 +03:00 |