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

20 Commits

Author SHA1 Message Date
9f3b6e3e3a android: provide more predictable logging, add comptime termux support (#14984) 2022-07-07 18:28:29 +03:00
7c3571b274 sokol: allow thirdparty window control (#14896) 2022-06-30 13:47:59 +03:00
b9a0e2d285 sokol: support compilation on OpenBSD (#14169) 2022-04-26 13:14:00 +03:00
5c43493183 sokol: add support for compiling with -d darwin_sokol_glcore33 on macos (#13885) 2022-03-31 16:52:21 +03:00
5bfa3d5530 sokol: add screenshot function to OpenGL based backends (#12169) 2021-10-13 21:22:58 +03:00
d5c306ce57 sokol: add -lpthread flag on linux to prevent failing asserts in some cases 2021-05-16 20:21:29 +03:00
20a22453cf v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099) 2021-05-14 14:28:53 +03:00
d4f31412b7 v: deprecate @VROOT in favour of @VMODROOT (#9795) 2021-04-19 19:01:47 +03:00
8c95f07509 sokol: fix compilation of gg apps on macos 2021-04-13 14:38:55 +03:00
cfaba49683 ios: move sokol declarations out of builder, and support non-sokol apps too (#9703) 2021-04-12 19:35:06 +03:00
c1d4074bc4 thirdparty: make fontstash and sokol C-libraries work with Boehm-GC (#9506) 2021-03-29 11:27:34 +02:00
45cc3ec664 sokol: remove an absolute import 2021-01-23 10:32:00 +01:00
512f62b7a1 android: enable custom (e)println output via android log system (#8135) 2021-01-17 05:32:59 +01:00
bf9b0c6345 compiler: add [console] attribute for main function to force console subsystem on windows (#7721) 2020-12-31 12:38:55 +01:00
80a9d08505 sokol: fix for freebsd (#7466) 2020-12-26 10:08:16 +02:00
fa8f5df817 sokol: fix compilation of 2048 on some linux distros (undefined XIQueryVersion and XcursorImageCreate) 2020-08-23 22:17:05 +03:00
d9aae023b1 android: initial support for C output using sokol_main (#6164) 2020-08-19 11:00:15 +02:00
5c98c0760b gg: use OpenGL on Windows until D3D issues resolved (#6155) 2020-08-17 23:34:51 +02:00
b8d762df97 gg: use D3D and stb_truetype on Windows; 2020-07-08 21:43:27 +02:00
dc4db87be3 vlib: use new filename format 2020-04-11 19:51:32 +02:00