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

378 Commits

Author SHA1 Message Date
ad6adf327e vlib: fix missing else{} in match statements 2019-12-07 17:23:37 +03:00
329485d4b6 vweb: fix headers and cookies 2019-12-07 15:04:05 +03:00
5a8c07dcf5 strings: builder: write_b() 2019-12-06 23:02:09 +03:00
55f32fc413 more mutability fixes 2019-12-06 19:23:24 +03:00
c8d111924d check unused and unmodified vars in all modules, not just main 2019-12-06 18:43:56 +03:00
71c0c4803f ORM fixes 2019-12-06 02:00:37 +03:00
b907cf2179 sync/waitgroup: force sleeping for 1ms
fixes issues #2874 and #2961
2019-12-03 15:05:08 +03:00
d308fef0c2 examples: fix spectral.v 2019-12-03 11:52:38 +03:00
ec15bfb7d1 v test v => v test-compiler 2019-12-01 12:50:13 +03:00
3fea8f3de5 *char => charptr everywhere 2019-12-01 10:33:26 +03:00
7e4799334f array: make left/right/slice private 2019-11-30 12:37:34 +03:00
431568faad x64: fix off by one error in for loops 2019-11-29 12:33:36 +03:00
9e19472c33 show an info message if a C compiler is not installed 2019-11-29 12:12:06 +03:00
52d25336db x64: function calls; http: download_file() 2019-11-28 13:24:02 +03:00
cb8a19efaf vweb: bring back html() test 2019-11-26 09:34:09 +03:00
ee52b4166f log: enum for logger level 2019-11-25 07:50:59 +03:00
d4ae39348f eventbus: make it usable and add README 2019-11-24 14:27:50 +03:00
1bd8c465d3 do not allow casting bool to int 2019-11-23 20:40:59 +03:00
0fb0c43c0a pg: minor fixes 2019-11-23 19:48:00 +03:00
f42be0622e examples/game_of_life: add a GUI frontend; compiler: local modules relative to a main module 2019-11-23 16:33:25 +03:00
9712213f50 x64 machine code generation (ELF) 2019-11-22 14:33:22 +03:00
8fbfceed30 compiler: generics - support across modules/files 2019-11-22 08:22:11 +03:00
597a6fead2 vlib: cli module 2019-11-21 15:03:12 +03:00
0e852e9c81 examples: add random_ips.v 2019-11-20 17:58:24 +03:00
01dc267e20 examples: fix gg/freetype example 2019-11-20 07:35:13 +03:00
759644ab36 examples: empty gg/freetype project 2019-11-20 07:26:52 +03:00
e081791eaf fix repl tests 2019-11-18 02:34:49 +03:00
5d5268a53d expression: add a check for raw strings 2019-11-16 22:15:22 +03:00
7d924679a6 []: update all examples and tests 2019-11-14 10:00:22 +03:00
714d61aed7 examples: fix a small tetris bug 2019-11-13 06:43:05 +03:00
3643dcbf4b sqlite: use in-memory database in examples and tests 2019-11-12 19:25:30 +03:00
f6d06fcda2 update tests and examples after the mutability fix 2019-11-06 06:57:04 +03:00
59efd42483 tools/vget => tools/v , search, install, etc
* compiler: rename vget to tools/vpm, implement draft support for v vpm search, v vpm update, v vpm install, v vpm remove, v vpm help .

* compiler: use "v pm" instead of "v vpm" to reduce the redundancy of typing, as suggested by slapden


* Use 'v install modulename', 'v search keywords', 'v update modulename', 'v remove modulename' instead of the longer 'v pm install modulename' etc.
2019-11-01 15:19:04 +03:00
9abbfa7862 examples/fibonacci: stop before overflowing and use u64 2019-10-30 14:54:38 +03:00
ed445860eb tetris: update readme 2019-10-28 16:47:17 +03:00
d54bbc8737 fix sqlite test 2019-10-28 10:21:32 +03:00
1ac1626357 sqlite example 2019-10-28 00:10:58 +03:00
6e0a789b6d tetris: minor fixes 2019-10-27 10:24:28 +03:00
efdadc3758 tetris/glfw: fix warnings 2019-10-27 10:13:40 +03:00
59378dce46 compiler/vlib: replace substr/left/right with [start..end] everywhere 2019-10-27 10:03:15 +03:00
32b3611026 sync: new_mutex() and new_waitgroup() 2019-10-25 17:24:40 +03:00
97096e4e6c Add fibonnaci example to gitignore 2019-10-25 10:28:26 +03:00
892d1c6aab vweb: first step to revive it 2019-10-24 22:46:58 +03:00
1ce2acb4ef examples: use i64 in Fibonacci 2019-10-24 10:25:47 +03:00
f14425ec18 do not allow one letter struct names 2019-10-23 23:46:07 +03:00
374133086d tetris.v: minor User Interface improvements 2019-10-23 16:19:05 +03:00
03cd34fb54 examples: use is_letter() method 2019-10-22 08:00:28 +03:00
8a31ee4b53 generic functions 2019-10-20 10:19:37 +03:00
5c5cdea4f2 examples: V script 2019-10-18 20:18:30 +03:00
Cc
22e7e807f3 examples: fibonacci 2019-10-17 11:11:24 +03:00