1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools
2023-03-17 21:45:52 +01: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/fast: add 2023.html link to the header, used by fast.v 2023-02-27 11:40:22 +02: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 test: handle compilation errors when running tests specially in the teamcity runner (#17511) 2023-03-05 10:14:23 +02:00
vast cgen: fix map with comp-time reflection, improve comptime var handling (#17603) 2023-03-14 13:49:29 +02:00
vcreate tools: prevent v init from overwriting an already existing src/main.v file (fix #17362) (#17363) 2023-02-20 12:54:38 +02:00
vdoc tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
vvet tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +02: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 tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
detect_tcc.v tools: hide tcc warning on macos for now 2022-05-08 08:01:55 +03:00
gen_vc.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
gen1m.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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
oldv.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
performance_compare.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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
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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
translate.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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: move cmd/tools/vcreate.v and its test, to its own folder cmd/tools/vcreate/ (part 1) 2023-01-19 09:54:08 +02:00
vbuild-vbinaries.v ci: fix warnings/errors due to the vfmt change 2020-10-15 16:17:52 +03:00
vbump_test.v os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vbump.v checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +02:00
vcheck-md.v vccheck-md: add play and play-test command (#17350) 2023-02-18 20:55:10 +02:00
vcomplete_test.v tools: add tests for vcomplete (#16587) 2022-12-06 13:02:32 +02:00
vcomplete.v tools: fix typo in vcomplete.v (#16851) 2023-01-03 10:11:06 +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 checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vmissdoc.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vpm.v checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +02:00
vrepl.v checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +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: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
vshader.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vshare.v tools: remove cmd/tools/modules/vhelp/ & add print to v share (#17178) 2023-02-01 11:18:23 +02:00
vshould-compile-all.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vsymlink.v checker: check option fn returning error (fix #17423) (#17438) 2023-03-02 15:49:50 +02:00
vtest-all.v pref: support v -e "println(2+5)" (#17605) 2023-03-12 00:42:36 +01:00
vtest-cleancode.v tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892) 2023-01-09 23:47:03 +02:00
vtest-fmt.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vtest-parser.v tools: remove import v.pref, just for pref.vexe_path(), to compile tools faster (#17411) 2023-02-26 07:56:14 +02:00
vtest-self.v sql: fix wrong field name on generated code (#17684) 2023-03-17 21:45:52 +01: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 vweb: implement live page reload in development, based on polling (useful with watch) (#17683) 2023-03-16 21:00:47 +01:00
vwipe-cache.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00