1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

13387 Commits

Author SHA1 Message Date
b0a5cac0c0 clean up 2019-06-26 13:17:45 +02:00
c860bac7bf don't allow calling private functions/methods 2019-06-26 13:15:47 +02:00
2a3cf0bec9 os.v: clean up init_os_args() 2019-06-26 11:15:05 +02:00
8417fec5dc os.read_file(): replace C code with V, return ?string, handle errors
everywhere
2019-06-26 11:04:05 +02:00
b00a47be66 Revert "add log replace color"
This reverts commit 8ef27f0bb3.
2019-06-26 01:28:00 +02:00
8ef27f0bb3 add log replace color 2019-06-26 01:26:06 +02:00
354e9ff1f8 Update README.md 2019-06-26 01:23:03 +02:00
67f68db530 Add several gitignore files
- compiler/.gitignore and remove the corresponding entries in root/.gitignore.
 - examples/game_of_life/.gitignore
 - examples/tetris/.gitignore
 - examples/word_counter/.gitignore
2019-06-26 01:22:35 +02:00
9e9480f638 run tests in travis 2019-06-26 01:20:15 +02:00
82a65c75a9 Fix examples/game_of_life/README.md
- Fix run command in README.md
2019-06-26 01:19:47 +02:00
6a2afa1cfe Parser.error(): information about what to do when V doesn't compile 2019-06-26 01:11:09 +02:00
8ceb110412 Add .gitignore to examples 2019-06-25 23:32:11 +02:00
a0dbee7e45 Makefile: use the new github v.c 2019-06-25 23:05:16 +02:00
f9f5ca46db Update README.md 2019-06-25 23:02:43 +02:00
ea4ea7d647 Update README.md 2019-06-25 23:02:25 +02:00
c545bc62a7 time_lin.v: f64 2019-06-25 22:20:51 +02:00
f3f24b25bb remove old types and 2019-06-25 22:19:17 +02:00
f26e65a943 remove old float type entirely 2019-06-25 22:10:22 +02:00
a911146182 fix typo in parser 2019-06-25 21:50:38 +02:00
7298a961c9 base64: add encode 2019-06-25 21:50:02 +02:00
b16828dd4d simpler Makefile 2019-06-25 21:46:07 +02:00
63431ead94 Remove vc dependency from all
Since v already has a dependency on vc it's not necessary for all to
depend on both vc and v it just needs v.
2019-06-25 21:41:49 +02:00
54bcbe0708 remove smap.v, it was not supposed to be released 2019-06-25 21:22:50 +02:00
ded43f7532 Update README.md 2019-06-25 20:59:35 +02:00
d71904823e V 0.1.3 2019-06-25 20:49:27 +02:00
688bbcff9c v.exe: clone the repo on first launch 2019-06-25 20:41:54 +02:00
0c8afdfe13 Fix Issues #553 v0.1.3 2019-06-25 15:46:35 +02:00
056b41521a Revert "fixed indentation on multiline condition"
This reverts commit 8f6ca60876.
2019-06-25 15:41:33 +02:00
8f6ca60876 fixed indentation on multiline condition 2019-06-25 15:41:04 +02:00
663cbadf60 quick fix for compound assignment operators
a better fix would be to change lot of things inside parser
2019-06-25 15:41:04 +02:00
218a46611e glm_test.v 2019-06-25 15:38:00 +02:00
8d93aab062 gg: update colors 2019-06-25 15:35:50 +02:00
e566e750a3 array_test.v, base64_test.v 2019-06-25 15:32:49 +02:00
27ce02ce48 Update README.md 2019-06-25 15:14:19 +02:00
3369372d9e Update README.md 2019-06-25 15:03:22 +02:00
5a20b6c5d0 Fixed typo in gx.v
Period replaced with a comma.
2019-06-25 15:01:35 +02:00
7f7cbdab75 Updated colors in gx.v
Removed duplicate color constants, renamed constants appropriately and added more colors.
2019-06-25 15:01:35 +02:00
48d65d6881 replace to_i() with int() everywhere 2019-06-25 14:57:31 +02:00
c84318bf6b Removed float types 2019-06-25 14:53:56 +02:00
90c55cd4dc Added different functions for casting to integers and strings 2019-06-25 14:53:56 +02:00
61a8e6e47c V 0.1.2 2019-06-25 14:45:07 +02:00
2a7747f1c3 Travis script 2019-06-25 14:41:02 +02:00
9c1fc6717f main.v: fix broken thirdparty dependencies 2019-06-25 14:31:51 +02:00
ced6f7ffba Update README.md 2019-06-25 13:16:48 +02:00
698447c1ab README: Add azure pipeline build status badge 2019-06-25 12:46:54 +02:00
59c7d49001 Update README.md 2019-06-25 12:44:56 +02:00
bfac557370 Update README.md 2019-06-25 12:07:07 +02:00
64c9142a6b Create CodeStructure.md 2019-06-25 12:06:55 +02:00
c2947c8309 Update README.md 2019-06-25 12:05:00 +02:00
db2091df3e added math constants (they must be in PascalCase) (change radians) 2019-06-25 10:52:49 +02:00