v/cmd/tools
2025-09-02 21:41:11 +02:00
..
bench
builders
fast
fuzz
measure
modules tools: add support for // vtest vflags: -w in _test.v files, to allow v -W test . later, for files, that have known warnings 2025-06-22 12:43:04 +03:00
vast checker,cgen: evaluate comptime if results in checker only (with fixed -cross compilation) (#25162) 2025-08-24 09:45:04 +03:00
vcover ci: reduce false positives for cover_test.v and vdoc_test.v 2025-05-01 10:56:31 +03:00
vcreate tools: remove the src subdir from projects, created by v new (#24236) 2025-04-16 06:37:51 +03:00
vdoc vdoc: enable example lines that have explicit imports too, fixup the remaining vlib examples, so v doc -v -unsafe-run-examples -f none vlib/ could be added to the CI 2025-08-13 21:02:14 +03:00
vpm ci: fix unused var warning in cmd/tools/vpm/common.v 2025-05-21 13:42:50 +03:00
vsymlink
vvet comptime: fix T.indirections comparison (fix #24630) (#24636) 2025-06-02 10:17:24 +03:00
vwhere
amalgamate.v
cc_compilation_failed_non_windows.sh
cc_compilation_failed_windows.sh
changelog_helper.v V 0.4.11 2025-06-19 03:13:15 +03:00
check_os_api_parity.v
check_retry.vsh
detect_tcc.v
find_doc_comments_with_no_dots.v docs: fix doc comments in arrays too 2025-07-02 17:06:21 +03:00
gen1m.v
gen_vc.v
gg_split_memdump_to_frames.vsh tools: add cmd/tools/gg_split_memdump_to_frames.vsh to ease working with memdump.bin files generated by gg programs (split by frames) 2025-06-26 15:01:00 +03:00
git_pre_commit_hook.vsh
install_binaryen.vsh
install_wabt.vsh
oldv.v
performance_compare.v
regress.v
report_v_module_folders_without_tests.v
show_ancient_deprecations.v tools: improve show_ancient_deprecations.v, by ignoring false positives for deprecation tags in // comments 2025-05-05 09:27:14 +03:00
test_if_v_test_system_works.v
test_os_process.v os,tools: make easier analyzing process_test.v failures on the CI 2025-03-26 14:00:47 +02:00
translate.v
vbin2v.v
vbug.v
vbuild-examples.v examples: add vanilla_http_server - a fast, multi-threaded, non-blocking, port and host reuse, thread-safe, epoll server (#23094) 2025-03-10 19:44:32 +02:00
vbuild-tools.v
vbuild-vbinaries.v
vbump.v
vbump_test.v
vcheck-md.v tools: let v check-md . skip .md files located in /testdata/ folders (enable passing v test-all, when the burntsushi TOML tests are downloaded/present) 2025-05-13 23:40:55 +03:00
vcomplete.v
vcomplete_test.v
vcompress.v
vdiff.v vlib,tools: add an arrays.diff module, implement a simple platform independent tool v diff file1.txt file2.txt using it (#24428) 2025-05-08 11:09:36 +03:00
vdoctor.v runtime: make free_memory() and total_memory() return Result types to allow for reporting errors (#24651) 2025-06-04 22:35:49 +03:00
vdownload.v
vfmt.v
vgret.defaults.toml
vgret.v
vls.v replace use of encode_value in vls with encode 2025-09-02 21:41:11 +02:00
vmissdoc.v
vreduce.v all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
vrepeat.v ci,tools: implement support for VREPEAT_SILENT=1 and v repeat -S, to only show the summary of the runs, without the progress lines 2025-07-31 12:29:06 +03:00
vrepl.v repl: fix typeof(a) with warning (fix #24499) (#24515) 2025-05-19 14:02:32 +03:00
vretry.v
vretry_test.v
vrun
vscan.v
vself.v
vsetup-freetype.v
vshader.v all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
vshare.v
vshould-compile-all.v tools: make the output of v should-compile-all more immediately useful in CI jobs (turn off stdout buffering) 2025-06-21 16:33:22 +03:00
vtest-all.v
vtest-cleancode.v
vtest-fmt.v
vtest-parser.v all: fix typos (#24470) 2025-05-13 22:05:22 +03:00
vtest-self.v orm: add IN and NOT IN (#24634) 2025-06-02 03:49:10 +03:00
vtest.v
vtest_test.v tools: remove specific case for FreeBSD in cmd/tools/vtest_test.v (#24707) 2025-06-12 22:27:27 +03:00
vtime.v
vtimeout.v tools: fix v timeout 2 sleep 5 2025-05-01 09:04:03 +03:00
vtimeout_test.v ci: retry 3 times cmd/tools/vtimeout_test.v on windows, before failing 2025-08-30 02:24:16 +03:00
vtracev.v
vup.v
vwatch.v tools: ignore .db and .sqlite files by default in v watch (such DB files are very likely to change during prototyping) 2025-06-05 18:47:00 +03:00
vwipe-cache.v