Delyan Angelov
|
69c9d47a40
|
pref,os,sokol,cgen: ease compilation of 2048 with -os wasm32_emscripten (#15820)
|
2022-09-20 00:17:13 +03:00 |
|
Alexander Medvednikov
|
36ec47cd20
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
|
Nicolas Sauzede
|
117091452b
|
os: workaround _ = C.pipe(&pipeset[0]) gcc warning warning: ignoring return value of pipe declared with attribute warn_unused_result (#12046)
|
2021-10-03 08:09:08 +03:00 |
|
Alexander Medvednikov
|
c7a6d28e13
|
all: improve unused variable warning (fix x = 1 , x += 1 etc)
|
2021-04-23 13:33:48 +03:00 |
|
Nicolas Sauzede
|
258be508f4
|
builtin,os: fix unused return C warnings for real (#9814)
|
2021-04-20 17:28:58 +03:00 |
|
Delyan Angelov
|
c698fa1a58
|
all: support v -watch run (#9577)
|
2021-04-04 16:05:06 +02:00 |
|
Delyan Angelov
|
b4f02adc32
|
os: add os.execve/3 (extracted from unix_spawn_process); use os.execvp/2 in v.util.launch_tool/3
|
2020-12-30 18:14:03 +02:00 |
|
ka-weihe
|
9367dcda10
|
all: fix remaining c warnings and add -Werror to CI (#7021)
|
2020-11-29 21:23:37 +02:00 |
|
Delyan Angelov
|
d633261a99
|
os: add Process (#6786)
|
2020-11-16 17:32:50 +01:00 |
|