v/cmd/tools
Delyan Angelov 6dfa11e2f7
make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing
2022-01-18 17:36:05 +02:00
..
bench hash: move dummy map initialisation into an `fn init(){}`, so users do not have to do it explicitly to be compatible with -skip-unused 2021-07-30 13:25:37 +03:00
builders all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
fast all: update copyright year 2022-01-04 12:21:12 +03:00
fuzz cmd/tools: add map_fuzz.v (#7297) 2020-12-13 08:59:02 +01:00
modules examples: show how to call a simple v module from python (#13105) 2022-01-09 19:53:36 +02:00
vast tools: update vast to latest V 2021-12-22 18:13:29 +02:00
vdoc tools: generate `index.html` instead of `.html` for `v doc -m -f html .` 2022-01-06 04:06:33 +02:00
vvet all: update copyright year 2022-01-04 12:21:12 +03:00
check_os_api_parity.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
detect_tcc.v make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing 2022-01-18 17:36:05 +02:00
gen1m.v cmd/tools/gen1m.v: fix unused variable warnings in 1m.v 2021-08-15 16:04:45 +03:00
gen_vc.v ci: fix `v build-examples` and `v build-tools` 2021-08-28 12:44:03 +03:00
missdoc.v vfmt: format all of cmd/ and add it to `v test-cleancode` (#9418) 2021-03-24 23:37:10 +02:00
oldv.v tools: fix the output of `v run cmd/tools/oldv.v d329e1d -c "./v file.v"` 2021-10-02 14:13:17 +03:00
performance_compare.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
repeat.v flag: switch panics to optionals (#11515) 2021-09-16 19:25:05 +03:00
test_if_v_test_system_works.v preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523) 2021-12-16 15:59:46 +02:00
test_os_process.v all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
vbin2v.v fmt: fail keep test when bin2v_keep preparation step fails (#9361) 2021-03-19 13:13:03 +02:00
vbug.v tools: unset VCOLORS before producing reports with `v bug` 2021-12-14 17:35:03 +02:00
vbuild-examples.v tools: fix `v build-examples` on windows 2021-12-12 01:20:21 +02:00
vbuild-tools.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
vbuild-vbinaries.v ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
vbump.v all: update copyright year 2022-01-04 12:21:12 +03:00
vbump_test.v cmd: add v bump (#12798) 2021-12-11 22:17:01 +02:00
vcheck-md.v tools: better error messages for `v check-md` (#13149) 2022-01-13 01:15:43 +02:00
vcomplete.v tools: add support for ~ and absolute paths in vcomplete (#13125) 2022-01-10 21:50:39 +02:00
vcompress.v all: support `$embed_file('embed.vv', .zlib)` (#12654) 2021-12-04 19:43:19 +02:00
vcreate.v all: update copyright year 2022-01-04 12:21:12 +03:00
vcreate_test.v tools: add `.gitattributes` with `v init` and `v new`(#12879) 2021-12-17 16:11:19 +02:00
vdoctor.v all: update chmod/chdir usages 2021-08-28 10:23:01 +03:00
vfmt.v all: update copyright year 2022-01-04 12:21:12 +03:00
vgret.defaults.toml vgret: add support for config via `toml` and root path (#12821) 2021-12-13 20:58:31 +02:00
vgret.v tools: improve diagnostic info for `v vgret -v `. 2022-01-14 15:18:40 +02:00
vpm.v ci: vfmt cmd/tools/vpm.v 2022-01-15 18:02:58 +02:00
vrepl.v all: update copyright year 2022-01-04 12:21:12 +03:00
vself.v tools: improve support for renamed v executables (`vlang self` now works too) 2022-01-10 15:45:28 +02:00
vsetup-freetype.v ci: os.chdir() fixes for windows jobs 2021-08-28 16:21:46 +03:00
vshader.v ci: pin sokol-shdc.exe version to latest working (after new commit to floooh/sokol-tools-bin/, shdc fails to compile gouraud.glsl) 2022-01-08 17:56:16 +02:00
vsymlink.v tools: fix the batch script for `v symlink`, if the vexe path contains spaces on windows (#12443) 2021-11-12 10:29:57 +02:00
vtest-all.v builtin: use dlmalloc for `-freestanding` (#13054) 2022-01-06 14:10:37 +02:00
vtest-cleancode.v v test-cleancode: remove interop_test.v from the exceptions list (#12084) 2021-10-06 20:53:50 +03:00
vtest-fmt.v tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00
vtest-parser.v vlib: remove deprecated map{} usages as well as deprecated functions (#11035) 2021-08-04 12:44:41 +03:00
vtest-self.v cgen: support closures with any number of parameters of any size on amd64 (#12891) 2021-12-18 17:33:24 +02:00
vtest.v tests: support `VTEST_ONLY_FN=*test_sincos* ./v test .` and `./v test -run-only test_sin .` 2021-12-20 18:45:04 +02:00
vtracev.v tracev: fix running v tracev from directory with space (#11419) 2021-09-07 00:12:05 +03:00
vup.v v up: update os.chdir call to handle error (#11328) 2021-08-28 12:34:10 +03:00
vwatch.v tools: cleanup a dump() from vwatch.v 2021-11-02 09:29:12 +02:00
vwipe-cache.v hash: move dummy map initialisation into an `fn init(){}`, so users do not have to do it explicitly to be compatible with -skip-unused 2021-07-30 13:25:37 +03:00