1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools
2022-04-11 21:57:33 +03:00
..
bench rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
builders all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
fast tools/fast: bring back -usecache 2022-02-18 10:41:53 +03:00
fuzz rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
modules test: save removing the nonexistent binary output for v fmt and v vet tests 2022-04-09 13:04:52 +03:00
vast all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475) 2022-02-15 11:17:39 +02:00
vdoc vdoc: don't highlight less than expression as generic function (#13938) 2022-04-05 05:58:47 +03:00
vvet all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
check_os_api_parity.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
detect_tcc.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
gen_vc.v ci: fix v build-examples and v build-tools 2021-08-28 12:44:03 +03:00
gen1m.v cmd/tools/gen1m.v: fix unused variable warnings in 1m.v 2021-08-15 16:04:45 +03:00
missdoc.v tools: improve deprecation detection in missdoc.v (#13960) 2022-04-07 12:20:14 +03:00
oldv.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
performance_compare.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +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 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
test_if_v_test_system_works.v preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523) 2021-12-16 15:59:46 +02:00
test_os_process.v all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
vbin2v.v fmt: fail keep test when bin2v_keep preparation step fails (#9361) 2021-03-19 13:13:03 +02:00
vbug.v tools: fix typo in vbug.v (#13802) 2022-03-22 15:47:03 +02:00
vbuild-examples.v tools: fix v build-examples on windows 2021-12-12 01:20:21 +02:00
vbuild-tools.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +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 os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02:00
vbump.v all: update copyright year 2022-01-04 12:21:12 +03:00
vcheck-md.v tools: cleanup all temporary files on successfull v check-md . 2022-03-27 10:24:10 +03:00
vcomplete.v tools: add a -theme-dir folder/ parameter to v doc (#13550) 2022-02-21 12:08:46 +02:00
vcompress.v all: support $embed_file('embed.vv', .zlib) (#12654) 2021-12-04 19:43:19 +02:00
vcreate_test.v tools: modify .gitattributes to categorize *.vsh and v.mod files properly (#13674) 2022-03-07 18:15:18 +02:00
vcreate.v tools: modify .gitattributes to categorize *.vsh and v.mod files properly (#13674) 2022-03-07 18:15:18 +02:00
vdoctor.v use os.quoted_path more 2022-01-22 22:22:22 +02:00
vfmt.v test: save removing the nonexistent binary output for v fmt and v vet tests 2022-04-09 13:04:52 +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 toml: deprecate input.auto_config() and toml.parse() (#13770) 2022-03-18 22:33:51 +02:00
vpm.v vpm: support v install -once module_name(#13977) 2022-04-09 14:29:41 +03:00
vrepl.v repl: handle exit(n) (#13930) 2022-04-04 16:22:34 +03:00
vscan.v tools: add v scan file.v 2022-03-07 18:25:38 +02:00
vself.v os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02:00
vsetup-freetype.v ci: os.chdir() fixes for windows jobs 2021-08-28 16:21:46 +03:00
vshader.v use os.quoted_path more 2022-01-22 22:22:22 +02: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 tools: support ./v symlink -githubci (#13403) 2022-02-08 13:23:10 +02:00
vtest-all.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vtest-cleancode.v ci: fix failing deprecated_module test on windows 2022-01-27 13:15:34 +02: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 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vtest-self.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vtest.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vtracev.v os: add os.quoted_path/1, use it consistently for running V itself 2022-01-22 21:13:28 +02:00
vup.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vwatch.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
vwipe-cache.v hash: move dummy map initialisation into an fn init(){}, so users do not have to do it explicitly to be compatible with -skip-unused 2021-07-30 13:25:37 +03:00