v/cmd/tools
2023-11-07 13:47:25 +02: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: make the commit message more informative, for the repo for https://fast.vlang.io/ in cmd/tools/fast/website/ 2023-10-26 08:21:16 +03:00
fuzz vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
measure tools: fix find vlib/ -name "*.vv" | xtime xargs v -g run cmd/tools/measure/parser_speed.v 2023-08-22 15:10:54 +03:00
modules os: implement os.fd_is_pending/1, os.Process.pipe_read/1, os.Process.is_pending/1 (#19787) 2023-11-07 13:47:25 +02:00
vast tools: fix typos (#19546) 2023-10-11 03:16:59 +03:00
vcreate tools: prompt for project meta data on v init too (#19747) 2023-11-04 13:15:09 +02:00
vdoc vdoc: escape tags in highlighted html (#19731) 2023-11-02 20:58:50 +02:00
vpm ci: mark install_test.v as flaky too 2023-11-06 12:24:58 +02:00
vvet parser: fix vet bad top level statement error for one file programs (#19613) 2023-10-23 09:54:08 +03:00
vwhere tools: fix typos (#19546) 2023-10-11 03:16:59 +03:00
changelog_helper.v 0.4.2 changelog 2023-09-30 14:41:41 +03: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: fix typos (#19546) 2023-10-11 03:16:59 +03:00
git_pre_commit_hook.vsh tools: fix typos (#19546) 2023-10-11 03:16:59 +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: improve windows support in oldv (it now can run in cmd.exe, not just in a Git Bash shell) 2023-08-26 09:07:14 +03:00
performance_compare.v tools: make performance_compare.v more robust and easier to use, by allowing v run cmd/tools/performance_compare.v too 2023-08-26 10:40:16 +03:00
regress.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
repeat.v tools: fix typos (#19546) 2023-10-11 03:16:59 +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 tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02: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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vbug.v tools: fix typos (#19546) 2023-10-11 03:16:59 +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: move vpm.v into its own cmd/tools/vpm/ module (#19659) 2023-10-26 09:51:44 +03:00
vbuild-vbinaries.v
vbump.v tools: remove panics in favor of errors in v bump (#19066) 2023-08-06 22:24:43 +03:00
vbump_test.v tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
vcheck-md.v tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02:00
vcomplete.v tools: add -E flag to v test-parser, that will show the partial source that caused the parser to fail with -no-builtin -check-syntax file.v 2023-09-16 17:17:13 +03:00
vcomplete_test.v tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02: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 v.help: add [noreturn] attribute to print_and_exit (#19706) 2023-10-30 14:58:45 +02:00
vgret.defaults.toml tools: fix typos (#19546) 2023-10-11 03:16:59 +03:00
vgret.v tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02: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
vrepl.v tests: cleanup legacy temp path (#19716) 2023-10-31 15:16:19 +02: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 sokol: update to match uptream at 9e0f1b4 (#19687) 2023-10-28 17:15:46 +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
vsymlink.v tools: use os.symlink(vexe, vsymlink) on Windows too (#17838) 2023-04-01 08:18:24 +03:00
vtest-all.v tests: fix v test-all 2023-11-05 13:09:37 +02: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 fmt: remove inline comments (#19263) 2023-09-03 23:51:56 +03:00
vtest-parser.v tools: add -E flag to v test-parser, that will show the partial source that caused the parser to fail with -no-builtin -check-syntax file.v 2023-09-16 17:17:13 +03:00
vtest-self.v flag,json,net: handle C calls in .v files (part of enabling -W impure-v as default) (#19779) 2023-11-06 14:27:00 +02:00
vtest.v db.mysql: add the exec family of methods (#19132) 2023-08-14 16:18:01 +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 tools: print an error message, when make is needed, but is missing on unix 2023-10-25 20:23:07 +03: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