1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools
2022-11-10 15:05:34 +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 tools: make fast_job.v more verbose and robust to compilation failures in fast.v, and to what compiler exactly was used to compile fast_job.v itself. 2022-11-02 13:26:12 +02:00
fuzz rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
measure ci: more ? -> ! fixes 2022-10-16 22:57:38 +03:00
modules all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
vast all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vdoc fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
vvet all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vwhere all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
check_os_api_parity.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
detect_tcc.v tools: hide tcc warning on macos for now 2022-05-08 08:01:55 +03:00
gen_vc.v all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +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 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
performance_compare.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
report_v_module_folders_without_tests.v tools: add report_v_module_folders_without_tests.v . Use it to discover other modules without _test.v files. Add simple ones, to ensure CI can find more breakage on future wide changes to vlib/ 2022-10-16 22:40:17 +03:00
test_if_v_test_system_works.v os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
test_os_process.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
translate.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vbin2v.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vbug.v all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
vbuild-examples.v examples: unskip vweb_orm_jwt from building, since it is not working directly with mysql anymore (#15671) 2022-10-22 19:12:54 +03:00
vbuild-tools.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vbump.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
vcheck-md.v tools: add support for a |``v shared| markdown code tag, for illustrating code examples starting with module not_main` 2022-11-04 15:35:25 +02: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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vcreate.v v: update the .gitattributes/.gitignore files generated by v init (#16292) 2022-11-02 20:41:12 +02:00
vdoctor.v all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
vfmt.v vfmt: implement support for // vfmt off and // vfmt on, with it, v fmt -w . now works. (#16335) 2022-11-05 09:08:01 +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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vls.v all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +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 all: rollback to old interpolation (step 3) (#16380) 2022-11-10 15:05:34 +03:00
vrepl.v os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vscan.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vself.v tools: add support for VSELF_SHOULD_FAIL to v self, in order to make testing all v up failure modes easier. 2022-11-07 12:36:30 +02:00
vsetup-freetype.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vshader.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
vtest-all.v stbi: fix memory leak from stbi.load/1 with GC (#16028) 2022-10-11 15:19:36 +03:00
vtest-cleancode.v vfmt: implement support for // vfmt off and // vfmt on, with it, v fmt -w . now works. (#16335) 2022-11-05 09:08: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 fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
vtest-self.v sqlite: expose SQLite's VFS layer (#16359) 2022-11-09 19:57:06 +02:00
vtest.v tests: simplify cmd/tools/modules/testing/common.v 2022-05-16 10:29:57 +03:00
vtracev.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vup.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
vwatch.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
vwipe-cache.v os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00