v/cmd/tools
2024-08-12 01:11:21 +03:00
..
bench
builders
fast tools: increase max_samples in cmd/tools/fast/fast.v to decrease the variations of the results on https://fast.vlang.io/ 2024-05-31 09:15:11 +03:00
fuzz
measure fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
modules fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vast fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vcover fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vcreate fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vdoc fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vpm fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vsymlink tools, ci: print info to use v symlink instead of v symlink -githubci (#21471) 2024-05-08 17:28:18 +03:00
vvet fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vwhere tools: sort the match results in the vwhere test, to make it less flaky (#22033) 2024-08-12 01:11:21 +03:00
changelog_helper.v V 0.4.7 2024-07-26 07:41:00 +03:00
check_os_api_parity.v fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
detect_tcc.v
gen1m.v
gen_vc.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
git_pre_commit_hook.vsh tools: fix typos (#19546) 2023-10-11 03:16:59 +03:00
install_binaryen.vsh vet, parser: rewrite vet error handling (improve parser performance extend vvet) p1 (#21417) 2024-05-05 00:18:39 +03:00
install_wabt.vsh
oldv.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
performance_compare.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
regress.v
report_v_module_folders_without_tests.v
show_ancient_deprecations.v
test_if_v_test_system_works.v testing: fix v -stats test folder/ not failing for a _test.v that fails (#21483) 2024-05-10 23:30:24 +03:00
test_os_process.v all: fix typos (#19634) 2023-10-23 21:21:15 +03:00
translate.v
vbin2v.v tools: remove unused variable in vbin2v.v 2023-11-25 15:37:03 +02:00
vbug.v tools: update the report template used by v bug file.v 2024-07-23 17:05:14 +03:00
vbuild-examples.v
vbuild-tools.v tools,cgen,pref: add -coverage support + vcover tool (#21154) 2024-05-27 23:06:52 +03:00
vbuild-vbinaries.v
vbump.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vbump_test.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vcheck-md.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vcomplete.v vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
vcomplete_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vcompress.v
vdoctor.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vdownload.v net.http: implement http.download_file_with_progress/2, saving each chunk, as it is received, without growing the memory usage (#21633) 2024-06-02 10:26:37 +03:00
vfmt.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vgret.defaults.toml examples: port sokol/clear.v and sokol/sdf/sdf.v (#21069) 2024-03-21 06:28:25 +02:00
vgret.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vls.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vmissdoc.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vrepeat.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vrepl.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vretry.v tools: update vretry.v, add test (#21311) 2024-04-20 06:30:21 +03:00
vretry_test.v tools: update vretry.v, add test (#21311) 2024-04-20 06:30:21 +03:00
vscan.v
vself.v
vsetup-freetype.v
vshader.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vshare.v
vshould-compile-all.v
vtest-all.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vtest-cleancode.v tools: improve performance of v test-cleancode and v fmt -inprocess -verify . (#21450) 2024-05-07 16:28:21 +03:00
vtest-fmt.v tests: remove vlib/crypto/aes/const.v from the skip list in vtest-fmt.v, since it now uses vfmt off/vfmt on markers 2023-11-27 13:14:10 +02:00
vtest-parser.v all: change single blank comment to blank line (#22016) 2024-08-09 14:55:58 +03:00
vtest-self.v orm: fix subquery without where expr (#21598) 2024-06-04 13:22:06 +03:00
vtest.v fmt: fix alignment of enumeration types (#21999) 2024-08-07 15:46:50 +03:00
vtest_test.v tools: default to -cc clang on FreeBSD in cmd/tools/vtest_test.v (#21534) 2024-05-20 10:38:08 +03:00
vtracev.v
vup.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vwatch.v tools: cleanup vwatch.v 2024-02-06 19:03:11 +02:00
vwipe-cache.v