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

6146 Commits

Author SHA1 Message Date
c65dbe51d6 parser: c2v fixes 2020-08-09 03:58:14 +02:00
0692164333 github: add a hint to the issue template (#6086) 2020-08-08 16:24:35 +02:00
6cc8815931 parser: support [unsafe] instead of [unsafe_fn] (#6066) 2020-08-08 16:24:05 +02:00
2a4ef2acbd regex: new options returning interface to the regex module (#6062) 2020-08-08 09:04:12 +03:00
664c26ab4b v update: add verbose output (#6080) 2020-08-07 17:33:13 +02:00
55b8cc1bb2 tests: parallelize compiler_errors_test.v using channels & threads 2020-08-07 16:44:49 +03:00
34d03801de tests: run ws_test.v only with -d network 2020-08-07 10:14:40 +03:00
ce4ee2b247 v0.1.29 0.1.29 2020-08-06 19:36:52 +02:00
4568ce8f00 builtin: add sanity check on the number of returned frames by C.backtrace 2020-08-06 19:50:29 +03:00
3a461e7cee vfmt: update help 2020-08-06 18:09:14 +02:00
d63daa0798 sync: use mfence on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
ea76a33b43 remove freetype references everywhere 2020-08-06 17:23:57 +02:00
863cf8af60 sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
09f1362305 os: let temp_dir adhere to posix/fhs version 3.0 on linux and mac (#6069) 2020-08-05 19:02:57 +02:00
b22711ef33 examples/gg/rectangles.v: add missing logo.png picture 2020-08-05 19:56:01 +03:00
d1257f5590 tests/valgrind: add skipped fn_returning_string_param.vv (-autofree) 2020-08-05 19:35:18 +03:00
6c27ce58ed v.util.vtest: extract the common code for VTEST_ONLY in a single place 2020-08-05 19:34:27 +03:00
1152bbd243 repl: fix recognizing anonymous functions defs as function calls (fix #5006) (#6070) 2020-08-05 16:18:28 +02:00
ecaccafd31 gg: image cache 2020-08-05 16:00:24 +02:00
67aafd03c6 gg: fix image rendering 2020-08-05 14:34:28 +02:00
bf20d6d3db builder: don't panic if msvc rootdir isn't found (#6068) 2020-08-05 13:22:10 +03:00
f331f63f53 ci: fix windows build 2020-08-05 09:09:18 +03:00
5874d7c5ab os: add os.getpid(), use it in os.is_writable_folder on windows 2020-08-05 09:04:40 +03:00
7b1944c2da gg: simplify the image_cache 2020-08-05 08:46:20 +03:00
221a777a80 gg: cache sokol C.sg_image handles 2020-08-05 08:09:25 +03:00
ab7936f514 os.exec: on unix return error, when the command was not found, instead of os.Result 2020-08-05 07:11:51 +03:00
c261408f54 examples: remove unused import (#6063) 2020-08-05 05:11:58 +02:00
449c98e861 scanner: floats without fraction (fix #5262) (#6064) 2020-08-05 05:11:29 +02:00
f3ebd3a6e7 gg: fix image rendering 2020-08-05 03:15:40 +02:00
8d9f38f670 doc: 2d array example (#6058) 2020-08-05 01:46:04 +02:00
df332f85b7 vpm: remove vpm.best 2020-08-04 22:10:29 +02:00
f238890fe9 compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
3ce6dd6cbc hash: use match expression with ranges (#6046) 2020-08-04 20:09:58 +02:00
3dfe242dbb vfmt: add a regression test for `type SocketMessageFn = fn (mut c Client, msg &Message) ? 2020-08-04 16:13:04 +03:00
cd9bb51af2 vfmt: fix 6040 (part 2) 2020-08-04 16:08:47 +03:00
f9d241ae27 gg,stbi: implement gg.create_image_from_memory/2 2020-08-04 13:18:08 +03:00
216b6bf285 gg: remove tracing println in draw_image 2020-08-04 12:57:54 +03:00
9ce75e10d5 gg: free gg.create_image from having to be called by sokols init_fn callback 2020-08-04 12:37:28 +03:00
f3817c47f9 token: remove switch keyword (#6056) 2020-08-04 11:04:07 +02:00
f7a0d0a02f ci: fix -autofree compilation of vlib/v/tests/valgrind/strings_and_arrays.vv 2020-08-04 11:30:02 +03:00
9511d086bd oldv: use green color for tracing/diagnostic lines 2020-08-04 11:22:37 +03:00
60c642f42d gg: clean up draw_image() 2020-08-04 01:26:56 +02:00
7a7572e478 autofree: free temp string exprs 2020-08-04 01:26:34 +02:00
c33dbbc216 fmt: don't add newlines for UnsafeExpr (#6048) 2020-08-04 00:29:10 +02:00
e291c38119 ast: add use case comment for MatchExpr.var_name 2020-08-03 22:10:59 +03:00
c547e8b191 v/fmt: fix formatting of type Foo = fn (a int)? (#6047) 2020-08-03 19:28:48 +03:00
f605022481 cmd/tools/bench/wyhash.v: minor cleanup of output 2020-08-03 19:25:59 +03:00
df5625bf68 cmd/tools/bench/wyhash.v: use predetermined seed, to ensure comparable results 2020-08-03 18:47:10 +03:00
8dede3b535 builder: add a verror, when the output folder is not existing and writable (#5966) 2020-08-03 18:19:36 +03:00
3e4df7f140 v/fmt: fix dropping as ident from if sum is T statement (#6049) 2020-08-03 18:16:06 +03:00