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

4405 Commits

Author SHA1 Message Date
c7fae4dd6f vweb: add set_status() (#6087) 2020-08-09 18:05:06 +02:00
2dd90de993 parser: error on [unsafe_fn] (#6090) 2020-08-09 12:22:11 +03:00
200f8dacb7 []byte.str2() => bytestr() 2020-08-09 04:22:42 +02:00
94f4dfe85b builtin: a temporary []byte.str2() (until runes are implemented) 2020-08-09 04:20:43 +02:00
f6a85d5305 net.html: create html parser module (#6076) 2020-08-09 04:13:34 +02:00
97fec78b40 io: input/output streams (#6078) 2020-08-09 04:12:29 +02:00
64f218e943 string: fix all cap .title() test 2020-08-09 04:09:48 +02:00
c65dbe51d6 parser: c2v fixes 2020-08-09 03:58:14 +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
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 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
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
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
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
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
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
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
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
66b3fabeef log: avoid the deprecated .is_opened() method (#6039) 2020-08-03 02:35:08 +03:00
0ac30a8d9c gg: enable image transparency in gg.draw_image2 too 2020-08-03 00:30:08 +03:00
a7ca1682c4 gg: fix gg.draw_image2 (image drawn, but without transparency for now) 2020-08-02 23:47:37 +03:00
0b6b0aca09 parser: fix infinite loop on unexpected $ between statements 2020-08-02 18:17:38 +03:00