1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

175 Commits

Author SHA1 Message Date
pancake
6750ed254f x64: rename to native to not conflict with the x64 comptime variable 2021-04-27 12:24:58 +03:00
Alexander Medvednikov
5482a7a81e
readme: update stability guarantee 2021-04-20 15:46:47 +03:00
Adam Kirk
80dbe8db1c
readme: update example (#9719) 2021-04-14 07:51:32 +02:00
Alexander Medvednikov
e03db643dc
readme: add links to demo videos 2021-04-08 02:31:52 +02:00
StunxFS
c9a9f948be
tutorials: move vweb tutorial inside its own folder (#8930) 2021-03-04 15:24:07 +02:00
zakuro
0b3f209965
Dockerfile: run the repl by default (#8993) 2021-02-27 10:08:33 +02:00
Larpon
23a7d4a0c6
readme: mention graphical app android support (#8679) 2021-02-11 11:17:00 +01:00
Aldrin Mathew
49a6f9fb39
README.md: change the V logo url to point to the official V logo repository (#8530) 2021-02-03 11:24:35 +02:00
cbracketdash
aa878161e9
readme: fix some minor typos (#8098) 2021-01-14 05:08:58 +02:00
Alexander Medvednikov
67d7b87d28
readme: remove CI badge showing incorrect status 2021-01-11 09:01:48 +01:00
Alexander Medvednikov
f7787ff0d7
readme: add a link to memory management info 2020-12-24 09:24:12 +01:00
kylepollina
51a328f28d
readme: update version to 0.2 in the REPL (#7481) 2020-12-22 23:41:34 +01:00
Lukas Neubert
8adb1acf31
check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
Delyan Angelov
80c48ebe81
README.md: add instructions for libatomic installation (needed for sync/channels) 2020-12-05 21:07:48 +02:00
Lukas Neubert
df4165c7ee
docs_ci: check all md files except thirdparty (#6855) 2020-11-18 18:28:28 +01:00
Alexander Medvednikov
ee86d0e483
readme: contributing => contributing & compiler design 2020-11-12 09:28:19 +01:00
Endel Dreyer
4653ed3fa5
readme: update patreon badge (#6676) 2020-10-25 02:21:36 +02:00
Alexander Medvednikov
393889afa2 readme: minor clarification 2020-10-07 18:18:39 +02:00
Delyan Angelov
6a0cb3e552 ci: install libxi-dev and libxcursor-dev on ubuntu 2020-08-24 09:58:03 +03:00
H3RSKO
2aedece23d
readme: typo (#6144) 2020-08-16 22:45:03 +02:00
tarunama
12d66208b8
readme: minor clean up (#6055) 2020-08-11 01:07:17 +02:00
Alexander Medvednikov
ea76a33b43 remove freetype references everywhere 2020-08-06 17:23:57 +02:00
Ruofan XU
0b0f9c9c06
readme: simpler bootstrap test #5874 2020-07-19 20:08:53 +03:00
Ruofan XU
6c48fc1ff9
readme: describe tcc as an alternative C backend on linux/windows (#5596) 2020-07-08 09:19:45 +03:00
Alexander Medvednikov
a11e242bb2
readme: link to gitly, clarify compilation speed claims 2020-06-30 20:21:55 +02:00
Alexander Medvednikov
ba38c94a40
readme: stability guarantee 2020-06-30 20:04:56 +02:00
Alexander Medvednikov
67fcce2d46
readme: glfw is no longer needed 2020-06-09 14:45:55 +02:00
Alexander Medvednikov
e2976b70dc
readme: minor clean up 2020-06-04 16:21:59 +02:00
scrungofan
439973004a
readme: update date 2020-06-03 13:07:25 +02:00
Delyan Angelov
3a36ed3802
doc: fix broken markdown about v symlink 2020-05-31 12:16:09 +03:00
Delyan Angelov
c4241f90e6 docs: fix typo 2020-05-31 09:02:27 +03:00
Delyan Angelov
b17e10c72e docs: mention v run and v symlink earlier 2020-05-31 08:56:50 +03:00
Don Alfons Nisnoni
de09e38d6b
readme: update Troubleshooting section 2020-05-22 18:43:39 +03:00
Alexey
e638d12654
windows: use setup-freetype tool to install freetype 2020-05-11 16:25:37 +02:00
Thomas Treffner
73468b4030
readme: release date bump 2020-05-01 14:44:06 +02:00
Keito Nagai
57859db07c
readme: fix docs link 2020-04-19 20:47:36 +02:00
Alexey
583b61f883
readme: use unified style for badges 2020-04-19 20:46:18 +02:00
Alexander Medvednikov
405e1ecf88
readme: add | 2020-04-17 18:25:55 +02:00
Alexander Medvednikov
a4161feaaa
readme: move contributing.md link to the top 2020-04-17 18:25:42 +02:00
Daniel Däschle
48de1077ec
readme: nicer look 2020-04-13 05:11:56 +02:00
unclenorton
7b41eaf136
Update readme 2020-04-06 21:24:32 +02:00
Alexander Medvednikov
1275241133
Update README.md 2020-04-06 13:59:27 +02:00
Alexander Medvednikov
2a06263a5b vfmt: more fixes; enable v fmt and v fmt -w 2020-04-05 03:37:38 +02:00
Alexander Medvednikov
914e9df6ba
Update README.md 2020-04-02 18:05:21 +02:00
Alexander Medvednikov
d41b7bc813
Update README.md 2020-04-02 17:58:00 +02:00
Alexander Medvednikov
22ffe336cb checker: AsCast, CharLiteral, fix integer index check 2020-03-02 19:00:33 +01:00
spaceface777
ef8c1203b4
cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
SleepyRoy
83faa8b59b
README: change output to v2 in bootstrap test 2020-02-18 23:00:42 +01:00
Alexey
c2c6260ba2
readme: fix URL to wiki page and prettify URL titles 2020-02-14 23:26:07 +01:00
Alexey
20257d2a5c
readme: remove trailing colon from header 2020-02-13 19:25:38 +01:00