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

26 Commits

Author SHA1 Message Date
a60b381d5e docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02: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
1d5ed89138 fmt: remove trailing space in comments (#9620) 2021-04-07 15:25:11 +02:00
c0e2b9b1e2 ci: fix some of v test-cleancode 2 2021-04-05 20:55:03 +03:00
5c07cbf5d3 ci: fix v -cc clang-11 -cflags -Werror cmd/v 2021-04-05 08:09:04 +03:00
57e6138a61 all: remove byteptr and charptr; replace them with &byte and &char 2021-04-04 17:43:32 +03:00
9e48826bcb dl: add dl.open_opt/2, dl.sym_opt/2 and dl.dlerror/0 utility functions 2021-03-24 11:47:04 +02:00
b0e225ac2d dl: fix v -cflags "-Werror" use_test.v 2021-03-19 23:27:14 +02:00
9a7d9e047b dl: move 'example' to 'examples/dynamic_library_loading' (#9187) 2021-03-08 18:21:43 +02:00
2d73411396 checker: define missing C fn args & check C & JS args (#8770) 2021-03-05 17:41:11 +03:00
0dafdb4cde dl: minor improvement of get_shared_library_extension (#9070) 2021-03-02 21:38:32 +02:00
b712af56fd all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
fcc2094719 dl: add get_libname function (#8909) 2021-02-23 09:46:28 +02:00
e5a84719ca all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {} 2021-01-26 16:43:17 +02:00
97ebecc5f4 usecache: get all tests running with -usecache enabled by default (p.1) (#7699) 2021-01-20 06:04:59 +01:00
05f6e8b5aa dl: add comments for the dl/example 2020-12-18 19:41:01 +02:00
3fdff93c3f dl: run vfmt over all .v files 2020-12-15 18:55:04 +02:00
50c09e074a dl: always use dl.get_shared_library_extension() for dl.dl_ext 2020-12-15 18:53:27 +02:00
3a9034a0d0 dl: add a complete tested shared library generation/usage example 2020-12-15 18:22:07 +02:00
b3f2c629c6 builder: use .dylib for -shared builds in macOS 2020-05-29 04:52:19 +02:00
dda875a9c8 all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
845ffb59a6 live: use mostly pure V code for reloading, eases customization 2020-05-03 20:22:24 +03:00
7038f59ca5 compiler: add back support for -live 2020-05-02 01:14:44 +03:00
54d1a29267 dl: improve module 2020-04-29 21:01:19 +02:00
761fb930ce dl: add dynamic load module 2020-04-28 11:53:55 +02:00