Alexander Medvednikov
|
dbc51a4579
|
readme: add c2v demo
|
2022-06-23 02:33:09 +03:00 |
l-m
|
ed8c63cc0b
|
builtin: add a contains_only method on string (#14830)
|
2022-06-23 01:41:42 +03:00 |
Delyan Angelov
|
a7108ff05c
|
docs: use the actual most recent output of c2v in the example
|
2022-06-23 01:39:39 +03:00 |
Delyan Angelov
|
b8d9bfec16
|
docs: fix C primes example in the tutorials (fixes c2v translation on linux)
|
2022-06-23 01:35:45 +03:00 |
Delyan Angelov
|
436081a9f5
|
ci: fix `v check-md tutorials/`
|
2022-06-23 01:30:22 +03:00 |
Delyan Angelov
|
1b87a4770c
|
tutorials: rename the folder containing spaces, to fix git checkouts on windows
|
2022-06-23 01:08:07 +03:00 |
Delyan Angelov
|
856270cac2
|
tutorials: restore the old tutorials/building_a_simple_web_blog_with_vweb/ folder.
|
2022-06-23 00:11:59 +03:00 |
Alexander Medvednikov
|
989c5e26f5
|
c2v: use https git clone
|
2022-06-22 22:49:29 +03:00 |
Alexander Medvednikov
|
fe673e7963
|
tutorials: rename vweb tutorial
|
2022-06-22 22:48:40 +03:00 |
Alexander Medvednikov
|
ae2183043b
|
tutorials: c2v
|
2022-06-22 22:47:43 +03:00 |
Dialga
|
5cd5d551e3
|
v.pkgconfig: fix building standalone pkgconfig (#14825)
* Update main.v
* add test to prevent future regressions
Co-authored-by: Delyan Angelov <delian66@gmail.com>
|
2022-06-22 22:38:50 +03:00 |
Alexander Medvednikov
|
c9ab086029
|
cmd/tools: enable c2v
|
2022-06-22 22:10:46 +03:00 |
yuyi
|
e6c3de2f46
|
cgen: format cgen.init() generated c codes (#14824)
|
2022-06-22 21:39:15 +03:00 |
Larpon
|
3fb88500a2
|
os: improve Android interop (#14827)
|
2022-06-22 21:38:27 +03:00 |
yuyi
|
585b5145fa
|
cgen: fix auto string method generated for []&int{len:1} (#14829)
|
2022-06-22 14:54:04 +03:00 |
Delyan Angelov
|
6a4ba22eae
|
tests: flush test headers to ensure stable output with VJOBS>1
|
2022-06-22 12:46:32 +03:00 |
pancake
|
23d1c792c0
|
native: fix macho generation for macos11-amd64 (#14821)
|
2022-06-22 11:58:27 +03:00 |
Delyan Angelov
|
74fb473301
|
ci: use unique concurrency.group for native_backend_tests.yml
|
2022-06-22 11:23:40 +03:00 |
Delyan Angelov
|
6c060b76fd
|
ci: fix v building inside native_backend_tests.yml
|
2022-06-22 11:19:00 +03:00 |
Delyan Angelov
|
48b2ab157b
|
ci: add a separate native_backend_tests.yml, to run the native tests on all the available github actions vm environments
|
2022-06-22 09:11:01 +03:00 |
yuyi
|
c64c4907a2
|
parser: check closure var name conflict (#14823)
|
2022-06-22 09:04:15 +03:00 |
Delyan Angelov
|
e2e3992e0d
|
ci: remove `continue-on-error: true` for most ci jobs (#14811)
|
2022-06-22 00:20:57 +03:00 |
ghosttk
|
8172fecb51
|
vweb: remove the extra '/' in scan_static_directory (#14806)
|
2022-06-21 15:13:09 +03:00 |
Larpon
|
9f5e442dab
|
tools: add bump flags to vcomplete (#14813)
|
2022-06-21 15:11:42 +03:00 |
yuyi
|
c160ba2a8d
|
checker: stricter mutable reference check (fix #14803) (#14805)
|
2022-06-21 13:23:21 +03:00 |
Delyan Angelov
|
c6f94e9cab
|
tools: distribute vpm queries randomly between the available backend servers
|
2022-06-21 12:58:37 +03:00 |
yuyi
|
cab6355a38
|
cgen: fix array of reference sumtype index() (#14812)
|
2022-06-21 12:37:54 +03:00 |
Delyan Angelov
|
f08c768c8e
|
tools: add a new readonly VPM server mirror url, to mitigate failures of the main vpm.vlang.io
|
2022-06-21 12:27:41 +03:00 |
Ulises Jeremias Cornejo Fandos
|
e505fcdac0
|
encoding.csv: update reader.v (#14807)
|
2022-06-21 08:31:47 +03:00 |
yuyi
|
f6f77e5264
|
clipboard: make clipboard.Clipboard public on windows (#14810)
|
2022-06-21 08:21:54 +03:00 |
David 'Epper' Marshall
|
524df8da1b
|
math: add zpl stuff (#14543)
|
2022-06-21 00:17:49 +03:00 |
Delyan Angelov
|
473d26ce47
|
builtin: enforce linking to libgc.a with -prod on macos
|
2022-06-20 21:29:27 +03:00 |
pancake
|
1caff5b379
|
native: initial support for apple-m1 (#14795)
|
2022-06-20 21:25:12 +03:00 |
yuyi
|
8703e336e0
|
checker: cleanup in fn_decl() (#14802)
|
2022-06-20 17:56:02 +03:00 |
Delyan Angelov
|
1fc9e1a716
|
tools: build c2v in non verbose mode by default
|
2022-06-20 16:03:39 +03:00 |
Delyan Angelov
|
fa2e8d8459
|
tools: use os.system for the c2v runs to monitor the progress more easily
|
2022-06-20 15:50:38 +03:00 |
Delyan Angelov
|
0e4198f23b
|
tools: fix `v vet file.v` for `return if x { y // comment } else { z }`
|
2022-06-20 13:29:22 +03:00 |
yuyi
|
cf1fc6f090
|
ast: fix array of reference sumtype appending (#14797)
|
2022-06-20 12:23:53 +03:00 |
Alexander Medvednikov
|
924239026c
|
pref: disable gc for translated code
|
2022-06-19 20:07:45 +03:00 |
Alexander Medvednikov
|
bc60b0d1a3
|
builder: add -c when building object files
|
2022-06-19 19:57:52 +03:00 |
Alexander Medvednikov
|
d215618f4c
|
sokol: mark pub structs
|
2022-06-19 19:47:47 +03:00 |
yuyi
|
de136f6baf
|
checker: improve pub struct check (fix #14446) (#14777)
|
2022-06-19 17:42:22 +03:00 |
Delyan Angelov
|
37ef1ee453
|
tools: do show the output of c2v, when it fails
|
2022-06-19 17:08:21 +03:00 |
Delyan Angelov
|
7b1ade237b
|
tools: fix the first run of `v translate hw.c`
|
2022-06-19 16:19:56 +03:00 |
Delyan Angelov
|
b9cb56572f
|
ci: use VTEST_JUST_ESSENTIAL=1 for the -cstrict test-self task in ubuntu-clang too
|
2022-06-19 16:08:24 +03:00 |
Alexander Medvednikov
|
6875a173ec
|
cmd: enable `v translate`, download and install c2v
|
2022-06-19 15:52:42 +03:00 |
Delyan Angelov
|
97be840a6d
|
ci: use VTEST_JUST_ESSENTIAL=1 for the ubuntu -cstrict gcc task (prevent 2 hour runs)
|
2022-06-19 13:29:36 +03:00 |
lemon
|
e0310964d9
|
native: initial support for `defer` (#14779)
|
2022-06-18 23:51:31 +03:00 |
Alexander Medvednikov
|
10051e005a
|
parser, cgen: temporary prefix ++ for translated code
|
2022-06-18 13:30:47 +03:00 |
wahur666
|
18dfaf6164
|
tools: handle fn attributes/comments more robustly, when `v missdoc` is run (#14774)
|
2022-06-18 11:02:39 +03:00 |