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

271 Commits

Author SHA1 Message Date
Larpon
05ec8ec15b
tools: add help for v complete (#13098) 2022-01-09 16:09:10 +02:00
Alexander Medvednikov
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
pancake
4b55800ffd
v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00
Delyan Angelov
9278d4ec19
docs: fix a typo 2022-01-02 09:18:24 +02:00
lydiandy
b4723c18fc
cmd: update vast -t help text (#12939) 2021-12-23 11:23:35 +02:00
Delyan Angelov
ed2d1286da
help: improve v help test 2021-12-20 19:53:39 +02:00
Delyan Angelov
6ff953d936
preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523) 2021-12-16 15:59:46 +02:00
playX
11d2b8b354
js: support -es5 flag (#12846) 2021-12-15 15:47:34 +02:00
pancake
a1efde8b10
v: list all js backends in v help build-js (#12835) 2021-12-14 15:42:14 +02:00
Delyan Angelov
3afbb9e90a
all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
Delyan Angelov
9b7a50b1a2
v: split the interpreter to cmd/tools/vinterpret.v 2021-12-12 00:06:44 +02:00
Subhomoy Haldar
f0969698e2
cmd: add v bump (#12798) 2021-12-11 22:17:01 +02:00
Larpon
dbe67c688f
tools: add a v gret command to aid detecting visual regressions in gg based apps (#12775) 2021-12-09 21:31:55 +02:00
crthpl
2fbf7fea75
all: initial interpreter code (#12605) 2021-12-08 11:09:10 +03:00
lydiandy
3b7e7c9c46
tools: update vast to latest V (#12733) 2021-12-05 19:45:51 +02:00
Delyan Angelov
229d2fb667
v.util.timers: improve tracing by supporting -d trace_timers_creation 2021-12-05 11:55:41 +02:00
Leo Developer
ace63594bf
all: support $embed_file('embed.vv', .zlib) (#12654) 2021-12-04 19:43:19 +02:00
Thomas Mangin
5e1cd13e39
v help: add build-c help information on how to use brew for libgc (#12633) 2021-11-30 19:39:27 +02:00
Larpon
5deb56fc79
docs: add v shader section, add help text (#12594) 2021-11-28 17:17:04 +02:00
yuyi
08667c5645
pref: allow running a .vsh script with just v build.vsh gcc, instead of v run build.vsh gcc (#12409) 2021-11-08 15:18:11 +02:00
Delyan Angelov
a85707246f
help: document -skip-unused in the v help output. 2021-10-21 16:33:04 +03:00
Lance Fredrickson
7c1fff3495
builder: pass -std=gnu99 to the C backend under linux (#12236) 2021-10-20 14:26:25 +03:00
Larpon
678e3a210d
tools: add vshader (#12195) 2021-10-16 22:10:48 +03:00
Delyan Angelov
fbe54e49f5
tools: support v fmt -w -backup file.v 2021-10-07 13:59:49 +03:00
crthpl
85b58b03a3
cgen: parallelize (#10844) 2021-09-28 10:28:04 +03:00
Delyan Angelov
5cf0ee46b3
v.pref,v.builder: support overriding the C cross compiler by setting VCROSS_COMPILER_NAME 2021-09-20 19:57:43 +03:00
Enzo
e3b65092d6
parser: deprecate size_t (#11443) 2021-09-08 13:09:32 +03:00
Ned Palacios
aedb6b8e84
v.builder: implement a -check mode, that runs only the parser + the checker, without codegen (#11414) 2021-09-07 07:17:53 +03:00
pancake
4503ff337b
v help: enumerate all js_* backends (#11383)
Co-authored-by: pancake <pancake@nopcode.org>
2021-09-04 11:03:21 +03:00
Leo Developer
7bffabbce2
vdoc: add -comments and new comment merger (#11221) 2021-08-19 10:20:43 +03:00
Delyan Angelov
0cbc77d881
Revert "vpm: support v install ui https://github.com/vlang/markdown (git urls by default), cleanup vpm.v (#11189)"
This reverts commit eee71cebd4.
2021-08-18 18:58:24 +03:00
mahdi ramezaan zaade
eee71cebd4
vpm: support v install ui https://github.com/vlang/markdown (git urls by default), cleanup vpm.v (#11189) 2021-08-18 14:05:10 +03:00
Delyan Angelov
0be20f1556
v.pref: keep the -error-limit option for now too 2021-08-15 13:46:50 +03:00
Leo Developer
b3094b0667
checker: abort prematurely on too many errors (#11185) 2021-08-15 13:41:51 +03:00
Delyan Angelov
eef7eea7bc
v.pref, v.builder: support -no-std (skips passing -std=c99 to the C backend) 2021-08-15 11:05:06 +03:00
Delyan Angelov
f7cbcc241a
v.pref, v.builder: support -no-rsp (pass C options directly to the C compiler backend, without writing response files) 2021-08-15 10:47:44 +03:00
Leo Developer
8a8a0932f7
all: add limit to accumulated errors / warnings (#11183) 2021-08-14 19:49:21 +03:00
mahdi ramezaan zaade
5bd602d0a7
vpm: install directly from git/hg (#11166) 2021-08-13 12:28:30 +03:00
Delyan Angelov
6134c4870b
v.util: extract v.util.version, use it to speed up building v repl, v up and v doctor 2021-07-27 12:59:56 +03:00
Delyan Angelov
517260a1eb
v help: support v help topics to list all help .txt file names 2021-07-26 09:41:11 +03:00
Delyan Angelov
88a49d35e3
v help: fix typo in v help build-c 2021-07-26 09:41:10 +03:00
Delyan Angelov
744a753b47
v help other: describe bug and ast subcommands 2021-07-25 10:15:38 +03:00
Delyan Angelov
016240d00b
v: support -o - x_test.v too, describe -o - in the v help screen 2021-07-18 16:41:32 +03:00
William Gooch
51dd8304bb
tools: make the v REPL help screen look nicer (#10833) 2021-07-17 11:23:29 +03:00
Delyan Angelov
7c5f012cbc
v: add a warning note to v repl 2021-07-16 12:01:51 +03:00
Delyan Angelov
85564b7b83
vinix: support -os vinix (part 1) 2021-07-13 11:24:09 +03:00
Delyan Angelov
972cbe2e9a
serenity: add more support 2021-07-09 11:33:51 +03:00
pancake
9356c329ac
native: drop x64 backend reference (#10701) 2021-07-08 21:26:07 +03:00
Delyan Angelov
3b5a37628f
v watch: allow customising the auto-restart timeout for the workers with an env variable VWATCH_TIMEOUT 2021-06-19 16:51:40 +03:00
shadowninja55
85e9300a78
v help: add all tool commands to v help <command> (#10419) 2021-06-12 15:10:30 +03:00