1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools
2022-09-25 19:36:01 +03:00
..
bench all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
builders gen: basic initial work on the Go backend 2022-06-28 09:41:15 +03:00
fast Revert "Revert "tools/fast: do not build V with -usecache"" 2022-08-21 10:40:27 +03:00
fuzz rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
measure tools: add cmd/tools/measure/scanner_speed.v and cmd/tools/measure/parser_speed.v 2022-06-02 13:50:25 +03:00
modules net.websocket: swap unsafe use of nil for a safe default value (#15836) 2022-09-22 08:00:03 +03:00
vast checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
vdoc tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
vvet tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
vwhere cmd/tools/where: check if parent already included vlib_dir (#15527) 2022-08-26 07:04:44 +03:00
check_os_api_parity.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
detect_tcc.v tools: hide tcc warning on macos for now 2022-05-08 08:01:55 +03:00
gen_vc.v checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
gen1m.v cmd/tools/gen1m.v: fix unused variable warnings in 1m.v 2021-08-15 16:04:45 +03:00
oldv.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
performance_compare.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
regress.v tools: fix the behaviour of regress.v , when oldv.v is not compiled 2022-04-11 21:57:33 +03:00
repeat.v builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558) 2022-05-30 19:15:05 +03:00
test_if_v_test_system_works.v tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774) 2022-09-16 04:56:19 +03:00
test_os_process.v all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
translate.v tools: create the vmodules folder, when it does not exist, on v translate hw.c 2022-07-31 15:43:04 +03:00
vbin2v.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vbug.v tools: fix typo in vbug.v (#13802) 2022-03-22 15:47:03 +02:00
vbuild-examples.v examples: v back-end example for vweb (#15141) 2022-07-24 13:02:57 +03:00
vbuild-tools.v tools: add a v where fn join_path command, for platform independent searching the location of a symbol in the local project, vlib, ~/.vmodules (#15014) 2022-07-13 07:40:54 +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 tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774) 2022-09-16 04:56:19 +03:00
vbump.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vcheck-md.v docs: document the [noinit] attribute with an example (#15876) 2022-09-25 19:36:01 +03:00
vcomplete.v tools: add v ls - a VLS launcher and updater utility (#15009) 2022-07-10 20:27:50 +03:00
vcompress.v all: support $embed_file('embed.vv', .zlib) (#12654) 2021-12-04 19:43:19 +02:00
vcreate_test.v tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
vcreate.v ci: reformatted tools/vcreate.v (#14054) 2022-04-16 19:09:08 +03:00
vdoctor.v use os.quoted_path more 2022-01-22 22:22:22 +02:00
vfmt.v builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558) 2022-05-30 19:15:05 +03: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 tools: fix sporadic CI failures on the doom-regressions job due to v gret 2022-09-25 11:27:13 +03:00
vls.v tools: add helpful message, when the vls server executable is not found on v ls (#15129) 2022-07-20 14:26:49 +03:00
vmissdoc.v tools: handle fn attributes/comments more robustly, when v missdoc is run (#14774) 2022-06-18 11:02:39 +03:00
vpm.v tools: fix v install https://some/url_with_underscores (make --git the default for URLs) 2022-09-21 15:44:49 +03:00
vrepl.v vrepl: simplify and cleanup vrepl (#15807) 2022-09-18 18:07:16 +03:00
vscan.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vself.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vsetup-freetype.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vshader.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vshould-compile-all.v tools: add a v should-compile-all examples/*.v examples/gg/ tool, to simplify CIs of V modules. 2022-03-31 11:13:20 +03:00
vsymlink.v vfmt: voidptr(0) => unsafe { nil } (p.1) 2022-07-21 20:46:01 +03:00
vtest-all.v compiler: add -raw-vsh-tmp-prefix tmp flag, to allow for executing scripts without .vsh extension (#15829) 2022-09-20 15:52:18 +03:00
vtest-cleancode.v ci: ignore vlib/v/tests/inout/vscript_using_generics_in_os.vsh in v test-cleancode on windows for now 2022-09-11 11:18:01 +03:00
vtest-fmt.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
vtest-parser.v checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
vtest-self.v net.websocket: swap unsafe use of nil for a safe default value (#15836) 2022-09-22 08:00:03 +03:00
vtest.v tests: simplify cmd/tools/modules/testing/common.v 2022-05-16 10:29:57 +03:00
vtracev.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vup.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vwatch.v checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
vwipe-cache.v tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774) 2022-09-16 04:56:19 +03:00