v/vlib
unknown-v a743ecaff9 Windows : fix build
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
cc -std=gnu11 -w -o v v.c -lm
ccK5ic4o.o:v.c:(.text+0x6f62): undefined reference to `__imp_gethostname'
collect2.exe: error: ld returned 1 exit status
2019-07-17 00:02:31 +02:00
..
bf bf: add setall(), clearall(), string() and str2bf() 2019-07-14 18:24:37 +02:00
builtin builtin: Move free from array.v to builtin.v 2019-07-15 22:56:10 +02:00
cmath cmath: added arg, log and complex pow operations 2019-07-15 14:27:03 +02:00
crypto crypto md5 2019-07-16 14:20:51 +02:00
encoding sha1 implementation + helper funcs 2019-07-15 17:49:01 +02:00
flag flag: added a simple command line parser 2019-07-12 15:47:27 +02:00
ft make gg work on Windows; prebuild glad and cJSON; new ft module 2019-07-12 04:50:14 +02:00
gg force snake_case in variable names 2019-07-15 22:53:33 +02:00
gl force snake_case in variable names 2019-07-15 22:53:33 +02:00
glfw glfw always on top 2019-07-15 19:23:09 +02:00
glm module aliasing & file import scope 2019-07-12 07:37:54 +02:00
gx move all vlib modules to vlib/ 2019-06-29 12:00:31 +02:00
hash sha1 implementation + helper funcs 2019-07-15 17:49:01 +02:00
http http_win: fix BUF_MAX 2019-07-16 15:29:27 +02:00
json json: Windows fix 2019-07-13 16:47:23 +02:00
log Restructured termcolor to term module 2019-07-01 17:26:23 +02:00
math math: moved fraction to math/fraction 2019-07-15 21:16:41 +02:00
net *_nix.v support 2019-07-15 19:23:09 +02:00
os Windows : fix build 2019-07-17 00:02:31 +02:00
pg hot code reloading examples 2019-07-07 22:02:27 +02:00
rand rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +02:00
stbi make gg work on Windows; prebuild glad and cJSON; new ft module 2019-07-12 04:50:14 +02:00
strings Revert "make function arguments immutable" 2019-07-05 02:44:22 +02:00
sync *_nix.v support 2019-07-15 19:23:09 +02:00
szip move zip C dependency to thirdparty/ 2019-07-15 19:30:53 +02:00
term term: optimized move function 2019-07-07 22:48:20 +02:00
time fix time_test.v 2019-07-14 17:08:14 +02:00