Alexander Medvednikov
|
ab368bdc53
|
array: test `arr << arr`
|
2020-01-19 22:15:37 +01:00 |
Alexander Medvednikov
|
cf1fd6e950
|
array: fix arr << arr bug
|
2020-01-19 12:11:58 +00:00 |
Alexander Medvednikov
|
e1132156f5
|
make sqlite.DB public; make string.left/right private
|
2020-01-16 18:41:38 +01:00 |
Alexander Medvednikov
|
de3ad2b04f
|
fix vweb tutorial project; clean up gg functions a bit
|
2020-01-15 22:17:45 +01:00 |
Swastik Baranwal
|
2741c0b211
|
string: new type conversion functions
|
2020-01-14 18:05:38 +01:00 |
Alexander Medvednikov
|
4c7df98ac9
|
make private struct warning an error
|
2020-01-12 19:59:57 +01:00 |
Alexander Medvednikov
|
b6c0b22742
|
interfaces fixes; freetype.text_width(); gl and stbi fixes
|
2020-01-12 16:11:28 +01:00 |
vitalyster
|
66a6fa163e
|
windows: read console using ReadFile/ReadConsole (#3387)
|
2020-01-10 14:06:40 +01:00 |
vitalyster
|
8412c6f03f
|
windows: println using WriteFile/WriteConsole
|
2020-01-09 22:47:13 +01:00 |
Alexander Medvednikov
|
e70ef5334a
|
fix array copy; ci: test prebuilt Windows package
|
2020-01-08 11:33:09 +01:00 |
Alexander Medvednikov
|
e3275f6083
|
fix array_test.v
|
2020-01-08 10:27:20 +01:00 |
Alexander Medvednikov
|
3c0fca9258
|
register methods (wip)
|
2020-01-08 10:19:18 +01:00 |
Alexander Medvednikov
|
d823d82207
|
array type fix; method registration
|
2020-01-07 13:10:09 +01:00 |
Alexander Medvednikov
|
706c6066d5
|
index expression
|
2020-01-07 12:18:13 +01:00 |
Alexander Medvednikov
|
48ea1153a5
|
for ;; syntax
|
2020-01-07 00:14:19 +01:00 |
Delyan Angelov
|
4c3df963fa
|
v repl: fix println regression on linux
|
2020-01-05 22:49:09 +01:00 |
Delyan Angelov
|
8053175ead
|
android: fix os.create and builtin
|
2020-01-05 20:13:35 +01:00 |
Alexander Medvednikov
|
3344111a03
|
minor fixes and cleaning up
|
2020-01-04 00:06:06 +01:00 |
Alexander Medvednikov
|
492dfebd15
|
SelectorExpr; receivers; struct field check; if expression
|
2020-01-02 20:09:23 +01:00 |
Alexander Medvednikov
|
4d31d5882d
|
x64, v2 backends
|
2019-12-31 19:42:16 +01:00 |
Alexander Medvednikov
|
da5fb5dcbd
|
Revert "x64, v2 backends"
This reverts commit 81ae54d9bd .
|
2019-12-31 13:23:12 +01:00 |
Alexander Medvednikov
|
81ae54d9bd
|
x64, v2 backends
|
2019-12-31 13:21:22 +01:00 |
Alexander Medvednikov
|
907254b9e8
|
Revert "B-tree map "
This reverts commit 8a4bce667c .
|
2019-12-31 12:46:56 +01:00 |
Alexander Medvednikov
|
f9cc419dba
|
os: syscalls
|
2019-12-31 10:16:34 +00:00 |
Alexander Medvednikov
|
cba6a6fdea
|
`as` casting
|
2019-12-30 10:47:34 +01:00 |
ka-weihe
|
8a4bce667c
|
B-tree map
|
2019-12-30 06:57:56 +01:00 |
Alexander Medvednikov
|
651c7e8de1
|
cgen tests
|
2019-12-28 11:55:14 +01:00 |
Delyan Angelov
|
6c16bac908
|
vfmt: it can now be used for _platform.v files too, no matter the host os
|
2019-12-27 17:59:04 +01:00 |
vitalyster
|
3f0f8bac49
|
windows: do not link gdi32/shell32 to console applications
* read os.args from argv when we have console
* dynamically load CommandLineToArgvW when we are GUI app
* link gdi32/shell32 in glfw module
|
2019-12-27 11:27:19 +03:00 |
BigBlack
|
98b81252b7
|
fix #3217 (string.replace)
|
2019-12-27 07:20:06 +03:00 |
BigBlack
|
320174bd5b
|
fix #3202
|
2019-12-27 06:09:09 +03:00 |
Alexander Medvednikov
|
d9835c1ecf
|
move atofq.v to a separate module
|
2019-12-26 11:56:21 +03:00 |
vitalyster
|
1d86f4b5d1
|
ensure that `v fmt` can be run over most .v files on each PR
|
2019-12-25 15:54:48 +03:00 |
Alexey
|
dced76d1a4
|
os, filepath: reorganize functions
|
2019-12-23 13:09:22 +03:00 |
れもん
|
28ecfb231d
|
compiler: map[string]pointer, ?pointer, fix []pointer
|
2019-12-22 01:44:16 +03:00 |
Alexander Medvednikov
|
ef28a6b872
|
final vfmt run before CI check
|
2019-12-22 00:58:57 +03:00 |
Alexander Medvednikov
|
2b9392c46c
|
move hashmap to its own module for now
|
2019-12-22 00:54:25 +03:00 |
Emily Hudson
|
8512c9fc9d
|
compiler: __offsetof keyword for C offsetof() macro
|
2019-12-22 00:46:09 +03:00 |
joe-conigliaro
|
4dc4f12ccd
|
hashmap: use fnv32 as hash algo
|
2019-12-21 09:59:12 +03:00 |
Steve Phillips
|
6e9493887d
|
builtin/array.v: Fixed typo in new_array (cap -> cap_)
|
2019-12-20 23:09:59 +03:00 |
Alexander Medvednikov
|
d082b3f4b9
|
run vfmt on vlib/builtin
|
2019-12-20 00:12:29 +03:00 |
Alexander Medvednikov
|
76c800ffb6
|
bring back array.eq
|
2019-12-19 23:49:40 +03:00 |
Alexander Medvednikov
|
d38687f893
|
run vfmt on cc, cgen, comptime, if_match
|
2019-12-19 23:43:23 +03:00 |
Alexander Medvednikov
|
2096018b00
|
map: another fix + test
|
2019-12-19 21:17:12 +03:00 |
Alexander Medvednikov
|
26f5d34e64
|
map: fix a bug with an incorrect size after delete()
|
2019-12-19 21:11:42 +03:00 |
Alexander Medvednikov
|
df2f98e276
|
run vfmt on more files
|
2019-12-19 02:38:54 +03:00 |
Alexander Medvednikov
|
1cef83aea4
|
run vfmt on array.v
|
2019-12-18 21:20:41 +03:00 |
BigBlack
|
67cf7f18e6
|
array of pointers support
|
2019-12-18 03:26:04 +03:00 |
Alexander Medvednikov
|
ea781a557f
|
array: slice_clone()
|
2019-12-17 01:29:40 +03:00 |
Alexander Medvednikov
|
562f24336d
|
add ./v2 to gitignore
|
2019-12-17 01:21:18 +03:00 |