Delyan Angelov
|
dc3a6bb169
|
builder: use the same compilation mode for thirdparty object files (#7450)
|
2020-12-21 17:46:26 +01:00 |
Alexander Medvednikov
|
fc965b7d92
|
strconv: make atoi return ?int
|
2020-12-21 08:35:24 +01:00 |
Alexander Medvednikov
|
10168d307e
|
pref: remove duplicate flag "build"
|
2020-12-19 10:34:59 +01:00 |
Delyan Angelov
|
adaffd0d8e
|
pref: pass custom -d options down to `v build-module` (fix for -usecache)
|
2020-12-19 01:54:18 +02:00 |
Delyan Angelov
|
668483ee56
|
pref: fix -prof, to behave exactly the same as -profile
|
2020-12-11 09:28:34 +02:00 |
Delyan Angelov
|
d5915bde7c
|
parser: implement support for -Wimpure-v (#7195)
|
2020-12-08 17:52:24 +01:00 |
Delyan Angelov
|
fbf6910ab9
|
builder: remove executables after `v run file.v`
|
2020-12-05 13:03:12 +02:00 |
Daniel Däschle
|
47d0ed308d
|
parser: prepare for better VLS integration, more accurate parser errors (#7119)
|
2020-12-04 20:34:05 +02:00 |
spaceface777
|
50a3009113
|
fmt: make single-stmt `or` blocks single-line (#7126)
|
2020-12-04 13:25:23 +02:00 |
Alexander Medvednikov
|
f4bd953771
|
pref: vfmt
|
2020-12-01 04:16:36 +01:00 |
Alexander Medvednikov
|
f26f7ebc9d
|
pref: nocache option
|
2020-12-01 04:05:44 +01:00 |
Delyan Angelov
|
adeebad2a6
|
compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given (#6598)
|
2020-11-29 16:18:49 +01:00 |
Nick Treleaven
|
8f15af6adc
|
pref: add -m32, -m64 command-line options (#7011)
|
2020-11-29 14:53:49 +01:00 |
Alexander Medvednikov
|
13948152b6
|
cmd/v: rename reuse-tmpc to keepc
|
2020-11-27 20:16:24 +01:00 |
Larpon
|
2957541e48
|
pref: fix message on inferred run (#6947)
|
2020-11-25 21:44:26 +02:00 |
Nicolas Sauzede
|
159932d59b
|
v: run code from stdin `echo println(2+2) | v run -`, with no repl limits (#6884)
|
2020-11-20 10:25:59 +02:00 |
Larpon
|
f807fd973e
|
compile: infer source file if a binary by the same name exists in same dir #6877
|
2020-11-19 16:23:55 +01:00 |
pancake
|
af5836202c
|
js: fix wrong filename and invalid backend selected when using -o .js (#6777)
|
2020-11-08 17:45:32 +01:00 |
spaceface777
|
a9e9554b11
|
all: fix most C warnings (#6758)
|
2020-11-06 16:26:59 +02:00 |
Delyan Angelov
|
cf21c63183
|
v.vcache: extract v.vcache to a separate module, to test it and reuse it
|
2020-10-26 18:37:37 +02:00 |
Delyan Angelov
|
5f6259dde6
|
v: add VCACHE support for thirdparty object files and for `v build-module`
|
2020-10-25 03:09:07 +03:00 |
Delyan Angelov
|
8b01146b90
|
compiler: implement -W and -reuse-tmpc
|
2020-10-24 20:34:50 +03:00 |
Delyan Angelov
|
8f85396a31
|
builder: use unique .tmp.c and .tmp.c.rsp files, and rm them on successfull non debug builds.
|
2020-10-24 15:08:45 +03:00 |
Delyan Angelov
|
9cf5c9ac43
|
tests: simplify print mode logic
|
2020-10-18 20:49:25 +03:00 |
Delyan Angelov
|
7bc94fff9a
|
tests: implement compact progress mode (the old one is available with -expand)
|
2020-10-18 19:27:29 +03:00 |
Nicolas Sauzede
|
c825275f7f
|
pref: fix whitespace in compiler message (#6529)
|
2020-10-02 05:16:16 +02:00 |
Nick Treleaven
|
7e720a1253
|
pref: do not check arguments after 'run' command (#6524)
|
2020-10-01 23:30:39 +03:00 |
Alexander Medvednikov
|
ae7689f739
|
autofree: simplify, clean up, and fix complex arg exprs
|
2020-09-30 07:27:24 +02:00 |
Nick Treleaven
|
05dcdfd267
|
pref: error if unknown argument passed to `v` (#6487)
|
2020-09-29 03:13:54 +02:00 |
Alexander Medvednikov
|
9e31335744
|
pref: remove obsolete flags
|
2020-09-29 02:54:05 +02:00 |
spaceface777
|
ff92c3409d
|
ast: merge `IfExpr` and `CompIf` (#6011)
|
2020-09-18 00:58:54 +02:00 |
Larpon
|
d9aae023b1
|
android: initial support for C output using sokol_main (#6164)
|
2020-08-19 11:00:15 +02:00 |
Delyan Angelov
|
e7b2aefd36
|
v.pref: handle `|` as separators in -path option parsing again (as documented in the help)
|
2020-08-15 22:09:40 +03:00 |
spaceface777
|
5f3ced7213
|
builder: only include `os` when building `.vsh` files (#6134)
|
2020-08-14 21:57:32 +02:00 |
Delyan Angelov
|
ca7a64a451
|
cgen: add support for -g again
|
2020-08-12 02:05:45 +03:00 |
Leah Lundqvist
|
51c9b49d3f
|
iOS: basic building and running (#5999)
|
2020-07-28 22:27:38 +02:00 |
pancake
|
36352085ae
|
v: add support for iOS crosscompilation (#5943)
|
2020-07-23 07:58:44 +03:00 |
Delyan Angelov
|
14fd7d93ca
|
v.pref: fix `v build file.v`
|
2020-07-21 19:36:58 +03:00 |
Delyan Angelov
|
e23925f2be
|
pref: add -show-timings option
|
2020-07-14 18:47:40 +03:00 |
Alexander Medvednikov
|
361d12bf43
|
pref: -experimental flag
|
2020-07-14 00:32:33 +02:00 |
Delyan Angelov
|
f1fdafcdff
|
pref: add -check-syntax for just parsing files, without checking them
|
2020-07-12 22:44:38 +03:00 |
Alexander Medvednikov
|
a1073105e1
|
all: re-enable -prealloc
|
2020-07-11 11:25:56 +02:00 |
Delyan Angelov
|
25771a1afe
|
compiler: remove -keepc option (it is now always on)
|
2020-07-06 13:42:18 +03:00 |
Delyan Angelov
|
fe50bdc164
|
vfmt: ran `v vet vlib/v/` and fix spaces
|
2020-07-04 16:19:54 +03:00 |
Alexander Medvednikov
|
2bfe8e5153
|
vet: a basic version that just checks indentation for now
|
2020-06-27 14:50:07 +02:00 |
spaceface777
|
68967e833d
|
parser: skip comp_if when building for a different compiler
|
2020-06-18 22:01:00 +02:00 |
Delyan Angelov
|
5ef9569098
|
cmd/tools: add check_os_api_parity.v - keep module APIs even
|
2020-06-11 21:13:36 +03:00 |
Alexander Medvednikov
|
a130d3cd14
|
vweb: fix unused var warning
|
2020-06-10 12:17:49 +02:00 |
Lukas Neubert
|
eec5cf1eb1
|
vpm: use only `-v` for verbose output
|
2020-06-07 14:20:56 +02:00 |
Ned Palacios
|
30e0bda434
|
vdoc: rewrite usage, add new options + streamline process
|
2020-06-05 09:59:26 +02:00 |