v/cmd/tools
2025-01-26 08:01:32 +02:00
..
bench Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
builders wasm: add a webassembly compiler backend, based on using binaryen (#17368) 2023-02-28 23:58:53 +02:00
fast Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
fuzz tools: use separate .autofuzz.log files too for the separate invocations of fuzz_v_parser_with_radamsa.sh 2024-08-20 22:16:52 +03:00
measure fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
modules ci: fix failure of the docker-ubuntu-musl job (keep vlib/vweb/vweb_app_test.v in the skip_files) 2025-01-19 13:01:06 +02:00
vast vet: add an -I option to notice fns, with the potential to be inlined (#23534) 2025-01-22 15:58:02 +02:00
vcover v: fix all -skip-unused issues so that it can be enabled by default (#23002) 2024-12-01 02:11:09 +03:00
vcreate Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
vdoc tools,v.doc: move vlib/v/doc/ to cmd/tools/vdoc/doc/ to reduce the runtime of the CI runs, when v doc is changed (#23483) 2025-01-16 14:40:28 +02:00
vpm v.vcache: store the cache files in ~/.vmodules/.cache by default, allowing for user modules, that are named cache (fix #22459) (#22472) 2024-10-10 16:28:07 +03:00
vsymlink Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
vvet vet: add an -I option to notice fns, with the potential to be inlined (#23534) 2025-01-22 15:58:02 +02:00
vwhere all: replace enum field name '@xxx' with 'xxx' (#22479) 2024-10-11 02:09:23 +03:00
amalgamate.v Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
changelog_helper.v changelog: minor 0.4.8 fixes 2024-09-28 18:13:56 +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
check_retry.vsh tools: make cmd/tools/vretry_test.v independent from the presence of git (fix issue #23398) 2025-01-13 08:10:13 +02:00
detect_tcc.v tools: hide tcc warning on macos for now 2022-05-08 08:01:55 +03:00
gen1m.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
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 ci: use macos-14 instead of macos-12 because of https://github.com/actions/runner-images/issues/10721 2024-11-04 21:47:50 +02:00
oldv.v tools: describe more precisely what commands are used by oldv, so it can fail early, with a meaningful error message, if they are not present. 2024-12-02 10:59:52 +02:00
performance_compare.v Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
regress.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03:00
report_v_module_folders_without_tests.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
show_ancient_deprecations.v tools: colorise the output of cmd/tools/show_ancient_deprecations.v, reduce false positives (#22048) 2024-08-15 11:39:41 +03:00
test_if_v_test_system_works.v parser: make old [attr] syntax an error 2025-01-19 23:13:04 +03:00
test_os_process.v Revert "os: deprecate os.getwd in favor of os.get_current_dir (part 1) (#22966)" 2024-11-25 15:10:15 +02:00
translate.v tools: use v retry in more places, that do network operations that can fail temporarily (#22836) 2024-11-12 13:01:37 +02:00
vbin2v.v tools: remove unused variable in vbin2v.v 2023-11-25 15:37:03 +02:00
vbug.v tools: improve output of v bug file.v, fix v bug /long/abs/path/file.v too 2025-01-05 20:49:08 +02:00
vbuild-examples.v wasm: add a webassembly compiler backend, based on using binaryen (#17368) 2023-02-28 23:58:53 +02:00
vbuild-tools.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +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 formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
vcheck-md.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03:00
vcomplete.v vcomplete: sync all flags from pref.v to auto_complete_flags (#23189) 2024-12-17 14:43:35 +02:00
vcomplete_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vcompress.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vdoctor.v tools: fix v doctor output on OpenBSD: get gcc version from egcc; do not run ldd to get the glibc version (fix #23576) (#23578) 2025-01-26 08:01:32 +02:00
vdownload.v tools: allow for v download -RD URL/script.vsh, to download script.vsh, then run it locally, then remove it, in a single command 2024-11-13 20:38:45 +02:00
vfmt.v parser: fix more edge case panics on fuzzed V source code in vlib/v/parser/testdata/silent/ 2024-08-20 16:11:59 +03:00
vgret.defaults.toml tools: remove drag_n_drop.v from the list of examples, that are checked for visual differences with vgret, since it now uses the default gg font 2024-09-23 00:22:02 +03:00
vgret.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vls.v json2.decoder2: prepare decoder in json2 to be replaced by json2.decode2 (#23078) 2024-12-06 19:47:17 +02:00
vmissdoc.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vrepeat.v tools: allow for v repeat -N ./cmd/tools/vtest_test, by adding a -N/--no_vexe_reset option to v repeat 2024-10-22 17:44:24 +03:00
vrepl.v vrepl: replace enum field name '@none' with 'none' (#22477) 2024-10-10 20:57:15 +03:00
vretry.v pref: stop parsing CLI options, on encountering -- (#23470) 2025-01-15 01:21:26 +02:00
vretry_test.v pref: stop parsing CLI options, on encountering -- (#23470) 2025-01-15 01:21:26 +02:00
vscan.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
vself.v cbuilder: store split up C files in vtmp 2024-12-17 13:07:00 +03:00
vsetup-freetype.v tools: use v retry in more places, that do network operations that can fail temporarily (#22836) 2024-11-12 13:01:37 +02:00
vshader.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vshare.v tools: update v share to work with the playground redesign (#18090) 2023-05-01 09:10:52 +02:00
vshould-compile-all.v tools: avoid os.glob, in favour of os.walk_ext (which works consistently even on windows) 2025-01-01 20:36:30 +02:00
vtest-all.v tools: cleanup output of v test-all 2025-01-05 19:25:13 +02:00
vtest-cleancode.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +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 x.vweb: remove the entire module (it's now veb) 2025-01-19 05:43:03 +03:00
vtest.v fmt: fix alignment of enumeration types (#21999) 2024-08-07 15:46:50 +03:00
vtest_test.v tools: cleanup the output for failing tests with v test . (#22921) 2024-11-20 14:20:33 +02:00
vtime.v tools: add v time, to measure command execution time, in a cross platform way, without relying on other external tools 2024-12-22 11:46:35 +02:00
vtracev.v tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00