v/cmd/tools
2024-09-26 06:52:45 +03:00
..
bench builtin: fix map.clear() not resetting map's metas and keys blocks (fix #22139) (#22140) 2024-09-01 12:02:03 +03:00
builders wasm: add a webassembly compiler backend, based on using binaryen (#17368) 2023-02-28 23:58:53 +02:00
fast tools: make fast.v and fast_job.v more self sufficient 2024-09-19 13:51:27 +03: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 fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
vast cgen: fix interface type generation for generic struct (fix #22186) (#22189) 2024-09-14 23:14:59 +03:00
vcover fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
vcreate fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
vdoc checker: add missing check for duplicated items on in expr (fix #22305) (#22308) 2024-09-26 06:52:45 +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
amalgamate.v tools: add an amalgamate tool and description of usage (#22034) 2024-08-12 10:51:08 +03:00
changelog_helper.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +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 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 wasm: remove dependency on thirdparty/binaryen, webassembly backend rewrite (#18120) 2023-07-12 15:24:38 +03:00
oldv.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03:00
performance_compare.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03: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 all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03:00
test_os_process.v all: fix typos (#19634) 2023-10-23 21:21:15 +03:00
translate.v tools: use --filter=blob:none to reduce initial network trafic for most of the git clone commands, done by tools like oldv, gen_vc, fast_job, v translate etc 2023-08-04 11:50:30 +03:00
vbin2v.v tools: remove unused variable in vbin2v.v 2023-11-25 15:37:03 +02:00
vbug.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03: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 ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
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 tools: add a few missing v command entries and their flags in v complete (#22041) 2024-08-13 18:14:42 +03: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 all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +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 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 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 tools: add diagnostic in v repeat for invalid combinations of -r, -i and -a flags 2024-09-03 07:48:18 +03:00
vrepl.v fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
vretry.v tools: update vretry.v, add test (#21311) 2024-04-20 06:30:21 +03:00
vretry_test.v tools: make vretry_test.v more verbose when run on the CI 2024-09-25 09:03:24 +03:00
vscan.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
vself.v all: change empty comment to newline (#22053) 2024-08-16 12:09:30 +03:00
vsetup-freetype.v tools: use --filter=blob:none to reduce initial network trafic for most of the git clone commands, done by tools like oldv, gen_vc, fast_job, v translate etc 2023-08-04 11:50:30 +03: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: add support for v should-compile-all -c examples/, which will delete all the produced executables at the end 2023-09-02 14:02:39 +03:00
vtest-all.v thirdparty: fix compilation of programs using miniz.h on macos 2024-09-15 13:35:18 +03: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 tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158) 2024-09-04 09:38:09 +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 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