Delyan Angelov
|
33e4dc3ad3
|
ci: fix coutput_test.v on windows by fixing `-o -` on windows
|
2021-08-01 00:27:06 +03:00 |
Delyan Angelov
|
7d5b6d2b48
|
fix running `v run file.v` in a current working folder containing a run/ subfolder
|
2021-07-30 03:28:54 +03:00 |
Delyan Angelov
|
d25bd95a0e
|
v: support -show-depgraph in addition to -show-callgraph
|
2021-07-28 16:42:11 +03:00 |
Delyan Angelov
|
c8e671d88c
|
v.pref: support a `-show-callgraph` option
|
2021-07-24 13:32:56 +03:00 |
Delyan Angelov
|
6313ed6a79
|
checker,cgen: fix `-os cross` support for `$if !solaris { #include <sys/ptrace.h> }`
|
2021-07-23 16:24:42 +03:00 |
Delyan Angelov
|
c797e1460d
|
checker: do not skip any of the top level `$if OS {` branches in `-os cross` mode
|
2021-07-23 15:53:03 +03:00 |
playX
|
425ca5e3c3
|
v.gen.js: add three backend options for JS, and comptime if support (#10859)
|
2021-07-19 15:55:03 +03:00 |
Delyan Angelov
|
1bf6743987
|
vinix: support -os vinix (part 2)
|
2021-07-13 11:41:45 +03:00 |
Delyan Angelov
|
85564b7b83
|
vinix: support -os vinix (part 1)
|
2021-07-13 11:24:09 +03:00 |
pancake
|
6f234ee34a
|
v.pref: uncomment the `$if serenity {}` block, after vc gets regenerated (#10716)
|
2021-07-09 11:57:43 +03:00 |
Delyan Angelov
|
972cbe2e9a
|
serenity: add more support
|
2021-07-09 11:33:51 +03:00 |
pancake
|
151cd0bfe6
|
all: SerenityOS support (#10702)
|
2021-07-09 03:26:43 +03:00 |
Delyan Angelov
|
f5d3a6e020
|
v.pref: fix `error: duplicate method` with -b native of a file.v with `import os`
|
2021-07-08 19:19:28 +03:00 |
Uwe Krüger
|
f3408a2484
|
gc: use optimized mode by default (#10466)
|
2021-06-15 15:43:00 +03:00 |
Delyan Angelov
|
4a59316600
|
v.pref: remove 'unknown host CPU architecture' label to fix msvc CI
|
2021-06-13 03:05:00 +03:00 |
Delyan Angelov
|
ed07f00729
|
v.checker: bump checker_match_exhaustive_cutoff_limit to 12
|
2021-06-13 02:04:08 +03:00 |
Delyan Angelov
|
9e270bacf7
|
v.pref: do not panic in get_host_arch, assume Arch.amd64 as a default
|
2021-06-13 01:45:13 +03:00 |
Delyan Angelov
|
2ff0f62866
|
v: fix passing `-arch arm64` to `$if arm64{}`
|
2021-06-13 01:15:35 +03:00 |
Delyan Angelov
|
5870751769
|
v.gen.c: use the __V_architecture macro in v.pref.get_host_arch()
|
2021-06-13 00:49:30 +03:00 |
Delyan Angelov
|
dc654b0121
|
Revert "v.gen.c: use the __V_architecture macro in v.pref.get_host_arch()"
This reverts commit 5452ba4653.
|
2021-06-12 23:15:48 +03:00 |
Delyan Angelov
|
5452ba4653
|
v.gen.c: use the __V_architecture macro in v.pref.get_host_arch()
|
2021-06-12 22:15:08 +03:00 |
Andreas Heissenberger
|
96c8d147b2
|
v.gen.js: add source map creation support (inline only, no src) (#10384)
|
2021-06-10 08:33:46 +03:00 |
zakuro
|
b0c9a87292
|
v: show an error and exit, when no module name is given in `v build-module` (#10338)
|
2021-06-04 18:30:43 +03:00 |
Delyan Angelov
|
955dc12523
|
v: replace execuast => executable
|
2021-05-31 09:39:18 +03:00 |
Delyan Angelov
|
39de06c200
|
v.pref: cleanup V options, support the documented -output and -backend
|
2021-05-28 09:07:06 +03:00 |
Delyan Angelov
|
c16d4911c2
|
v.checker: deprecate `$if linux_or_macos {` in favor of `$if linux || macos {`
|
2021-05-08 21:00:21 +03:00 |
Delyan Angelov
|
4b818fa2be
|
v: implement interface embedding (#9935)
|
2021-05-02 03:00:47 +03:00 |
Delyan Angelov
|
626517f5f7
|
tools: turn `v -watch` into a `v watch` sub-command, so that it can have its own options
|
2021-04-28 12:29:50 +03:00 |
Enzo
|
4f246222b0
|
v: replace `--enable-globals` with `-enable-globals` (#9898)
|
2021-04-28 07:44:28 +03:00 |
pancake
|
9a3869c521
|
v.ast: rename aarch64 to arm64 and aarch32 to arm32
|
2021-04-27 12:24:58 +03:00 |
pancake
|
6750ed254f
|
x64: rename to `native` to not conflict with the x64 comptime variable
|
2021-04-27 12:24:58 +03:00 |
Alexander Medvednikov
|
7ec90b0f89
|
pref: fix is_test
|
2021-04-23 13:45:47 +03:00 |
Alexander Medvednikov
|
c7a6d28e13
|
all: improve unused variable warning (fix `x = 1`, `x += 1` etc)
|
2021-04-23 13:33:48 +03:00 |
pancake
|
b951d679ca
|
x64: handle -arch amd64/arm64 and -os for raw/linux/macos options (#9844)
|
2021-04-22 15:44:25 +03:00 |
Delyan Angelov
|
1d2ef79545
|
v: fix -assert aborts
|
2021-04-15 20:29:58 +03:00 |
Delyan Angelov
|
c7752ce8d3
|
v: add an -assert aborts/backtraces option to ease debugging
|
2021-04-15 20:26:51 +03:00 |
Delyan Angelov
|
d90be54850
|
v: add -cstrict for optionally turning on all ccoptions.wargs
|
2021-04-15 14:56:45 +03:00 |
crthpl
|
14434cc86a
|
all: bare metal support (fix `-freestanding`) (#9624)
|
2021-04-14 07:50:50 +02:00 |
Uwe Krüger
|
10bf974cda
|
all: gc: provide optimized mode (#9716)
|
2021-04-14 00:40:26 +02:00 |
Leah Lundqvist
|
38c517c1a2
|
builtin: use NSLog on iOS for print (#9665)
|
2021-04-10 17:40:43 +03:00 |
crthpl
|
903dd49212
|
v: add support for `$if freestanding {`, without using it (part 1) (#9656)
|
2021-04-09 23:24:25 +03:00 |
Lukas Neubert
|
1d5ed89138
|
fmt: remove trailing space in comments (#9620)
|
2021-04-07 15:25:11 +02:00 |
Delyan Angelov
|
c698fa1a58
|
all: support `v -watch run` (#9577)
|
2021-04-04 16:05:06 +02:00 |
Alexander Medvednikov
|
7385f8e56b
|
all: a massive merge of ast and table modules
|
2021-04-02 01:57:09 +03:00 |
Uwe Krüger
|
97f43d6a97
|
gc: make generational mode of Boehm-GC available (#9514)
|
2021-03-30 09:36:22 +02:00 |
Swastik Baranwal
|
0e254e0329
|
vdoc: support -os and show docs according to the platform (#9474)
|
2021-03-27 09:50:06 +01:00 |
Uwe Krüger
|
257eadd2e1
|
gc: add `-gc boehm_leak` for leak detection (#9464)
|
2021-03-25 16:52:33 +01:00 |
Delyan Angelov
|
7101d53d74
|
ci: fix `v self`, `v up` and other tools
|
2021-03-23 15:30:41 +02:00 |
Alexander Medvednikov
|
11e1f42193
|
builder: save the binary next to the source code again
|
2021-03-23 14:50:50 +03:00 |
Alexander Medvednikov
|
6463dfca29
|
Revert "Revert "builder: create the binary in the current directory if -o is not provided""
This reverts commit f2b73fe3ca.
|
2021-03-23 14:49:09 +03:00 |