1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools
2023-08-09 13:53:15 +03:00
..
bench vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
builders wasm: add a webassembly compiler backend, based on using binaryen (#17368) 2023-02-28 23:58:53 +02:00
fast 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
fuzz vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
measure v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
modules examples: show how to call a simple v module from ruby (#19073) (#19073) 2023-08-07 07:07:00 +03:00
vast ast: clean up ast.StructInit (#18518) 2023-06-22 16:41:08 +03:00
vcreate tools: fix unhandled error in v new api_test web 2023-07-14 16:20:02 +03:00
vdoc vdoc: implement keyboard shortcuts for search navigation (#19088) 2023-08-09 13:53:15 +03:00
vvet tests: fix diff.color_compare_strings parameter order in test files, to make analysing the results easier 2023-07-29 16:42:40 +03:00
vwhere tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
check_os_api_parity.v ast: clean up stringify_fn_decl() and stringify_anon_decl(), make them methods on ast.Table (#19053) 2023-08-03 19:50:37 +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 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
git_pre_commit_hook.vsh vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
install_binaryen.vsh ci: add windows and macos jobs for checking the wasm backend too (#17451) 2023-03-01 21:53:03 +02:00
install_wabt.vsh wasm: remove dependency on thirdparty/binaryen, webassembly backend rewrite (#18120) 2023-07-12 15:24:38 +03:00
oldv.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
performance_compare.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
regress.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
repeat.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946) 2023-07-22 19:13:58 +03:00
test_if_v_test_system_works.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
test_os_process.v os: implement Process.set_work_folder/0 to set the initial working folder of the new child process (#17946) 2023-04-13 14:48:32 +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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vbug.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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 tools: skip copying directories in v build-tools (fix ##17437) (#18503) 2023-06-21 12:07:17 +03:00
vbuild-vbinaries.v ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
vbump_test.v tools: add support for skiping lines in v bump (#19064) 2023-08-05 23:00:40 +03:00
vbump.v tools: remove panics in favor of errors in v bump (#19066) 2023-08-06 22:24:43 +03:00
vcheck-md.v tools/vcheck-md: add -skip_line_length_check flag and fix vmod handling in '```vmod' (#17997) 2023-04-21 19:42:21 +03:00
vcomplete_test.v tools: add tests for vcomplete (#16587) 2022-12-06 13:02:32 +02:00
vcomplete.v tools: fix vcomplete for zsh (#18950) 2023-07-23 13:15:23 +03:00
vcompress.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vdoctor.v tools: make v doctor more informative 2023-03-13 11:44:03 +02:00
vfmt.v all: 2023 copyright 2023-03-28 22:55:57 +02: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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vls.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
vmissdoc.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vpm.v vpm: don't keep empty dirs for git installs (#19070) 2023-08-08 08:59:16 +03:00
vrepl.v tools: fix exiting the v repl, after just Enter (regression happened in bf00ac6) 2023-08-02 10:58:31 +03:00
vscan.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
vself.v tools: make v self compile with tcc on Apple M1, since it is faster, and tcc now can handle it (#17409) 2023-02-26 01:26:33 +02: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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vsymlink.v tools: use os.symlink(vexe, vsymlink) on Windows too (#17838) 2023-04-01 08:18:24 +03:00
vtest-all.v tools: fix some noise in the output of v test-all 2023-08-03 23:19:14 +03:00
vtest-cleancode.v tools: remove remaining references to vlib/sqlite, vlib/mysql, vlib/pg (and make v test-cleancode fail *loudly*, when a folder is missing, regression after a421e485f). 2023-08-03 23:10:02 +03:00
vtest-fmt.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vtest-parser.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
vtest-self.v tools: remove remaining references to vlib/sqlite, vlib/mysql, vlib/pg (and make v test-cleancode fail *loudly*, when a folder is missing, regression after a421e485f). 2023-08-03 23:10:02 +03:00
vtest.v testing: refactor the v test implementation to make supporting different output modes easier 2022-12-02 18:12:42 +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 tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
vwatch.v tools, examples: add --only-watch=*.v option to v watch (#18974) 2023-07-27 09:50:26 +03:00
vwipe-cache.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00