Delyan Angelov
|
3725576729
|
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
|
2025-07-19 11:51:01 +03:00 |
|
Alexander Medvednikov
|
7d57a19d7e
|
checker: do not allow &u8(0), force nil like we do with &Type(0)
|
2025-05-03 22:37:51 +03:00 |
|
Noa Santo
|
16681fbd6b
|
docs: add missing documentation for clipboard methods (#23862)
|
2025-03-05 14:17:32 +02:00 |
|
yuyi
|
da3112e545
|
all: replace fn name '@xxx' with 'xxx' (#22506)
|
2024-10-12 22:17:02 +03:00 |
|
yuyi
|
79786732ef
|
all: replace struct field name '@type' with 'type' (#22485)
|
2024-10-11 08:53:18 +03:00 |
|
yuyi
|
008aaad999
|
fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185)
|
2024-09-10 11:25:56 +03:00 |
|
yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
yuyi
|
209063ffd0
|
fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782)
|
2024-07-02 23:10:00 +03:00 |
|
Turiiya
|
712a9125bf
|
all: use apt over apt-get for common APT subcommands (#21359)
|
2024-04-26 21:01:52 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Delyan Angelov
|
c29b64e04e
|
clipboard: workaround printing of structs containing &C.Display pointers with gcc
|
2024-03-13 18:49:20 +02:00 |
|
Turiiya
|
d485cceee8
|
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
|
2024-02-12 12:38:47 +02:00 |
|
max00217
|
a374d25420
|
clipboard: fix notice in clipboard_windows.c.v (#20733)
|
2024-02-05 17:14:27 +02:00 |
|
Delyan Angelov
|
050344ae7b
|
clipboard: fix notice in vlib/clipboard/x11/clipboard.c.v
|
2023-12-18 11:34:33 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Artem Yurchenko
|
97f7c3f609
|
builtin: move min/max integer values consts from math to builtin (#19809)
|
2023-11-08 20:43:48 +02:00 |
|
Larpon
|
95509cf8fb
|
all: make all struct C.XYZ -> pub struct C.XYZ (#19651)
|
2023-10-25 15:01:50 +03:00 |
|
Delyan Angelov
|
f54f156d25
|
clipboard: fix v -cstrict -cc gcc vlib/clipboard/clipboard_test.v
|
2023-10-15 21:21:29 +03:00 |
|
Alexander Medvednikov
|
c947c140ee
|
builtin: windows definitions
|
2023-10-15 07:43:57 +03:00 |
|
Alexander Medvednikov
|
b9a1b0c269
|
native: use i32 instead of int
|
2023-10-08 02:50:01 +03:00 |
|
Spydr
|
6d1558b006
|
native, builtin, ast: handle ast.HashStmt correctly and reduce macro usage in builtin (#19498)
|
2023-10-04 16:42:15 +03:00 |
|
yuyi
|
55ca8d8d8e
|
fmt: align the custom values of the enum fields (#19331)
|
2023-09-12 14:44:38 +03:00 |
|
Delyan Angelov
|
717076bef6
|
vlib: use sync.new_mutex() consistently for initialising all vlib structures containing mutex fields
|
2023-08-15 15:19:27 +03:00 |
|
yuyi
|
90591eb813
|
checker: check nested struct field with required attr (fix #10913) (#17277)
|
2023-02-11 11:22:31 +02:00 |
|
Alexander Medvednikov
|
e81e0ac708
|
fmt: replace go with spawn
|
2022-11-05 10:46:40 +03:00 |
|
Delyan Angelov
|
b83d0281e4
|
checker: make the "reference field must be initialised" warning more informative, fix clipboard (used by ui )
|
2022-10-02 16:24:15 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
Alexander Medvednikov
|
46f32fc10c
|
checker: require unsafe for free()
|
2022-08-20 08:03:07 +03:00 |
|
yuyi
|
f6f77e5264
|
clipboard: make clipboard.Clipboard public on windows (#14810)
|
2022-06-21 08:21:54 +03:00 |
|
Delyan Angelov
|
39874ae168
|
clipboard: fix v -gc boehm run x.v , where x.v does c.paste() (fix #14281)
|
2022-05-16 12:54:30 +03:00 |
|
Jah-On
|
02e026e298
|
clipboard: add [heap] tag to the Clipboard structs (#14412)
|
2022-05-16 08:45:40 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Larpon
|
45a427e68b
|
clipboard: fix segfault when pasting to some X11 apps. Fixes #13891 (#13971)
|
2022-04-08 13:32:38 +03:00 |
|
Larpon
|
0b046c14a8
|
clipboard: add doc strings to all implementations (#13932)
|
2022-04-05 13:06:32 +03:00 |
|
jeffmikels
|
6e6d51a1c9
|
docs: add more documentation to each of the modules in vlib (#13043)
|
2022-01-07 13:28:50 +02:00 |
|
jeffmikels
|
a60b381d5e
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +02:00 |
|
yuyi
|
108a01d65f
|
fmt: fix unnecessary line break in array init (fix #11448) (#11562)
|
2021-09-21 16:20:09 +03:00 |
|
Delyan Angelov
|
34d39ccb64
|
builtin: fix leak in rune.str(), fix leaks in most assert x == y statements in tests (#11091)
|
2021-08-13 18:37:34 +03:00 |
|
kac-
|
8d4c9823ba
|
tools,clipboard: use lowercase library names for -luser32 etc, allowing linux->windows cross compilation of ui programs (#10455)
|
2021-06-14 15:42:56 +03:00 |
|
Uwe Krüger
|
ce3e71cb8e
|
OpenBSD: support Boehm-GC, X11 and Sqlite (#10300)
|
2021-06-01 22:28:30 +03:00 |
|
Delyan Angelov
|
8a380f4699
|
tools: make v test-cleancode test everything by default (#10050)
|
2021-05-08 13:32:29 +03:00 |
|
Delyan Angelov
|
d4f31412b7
|
v: deprecate @VROOT in favour of @VMODROOT (#9795)
|
2021-04-19 19:01:47 +03:00 |
|
spaceface
|
73352583e7
|
ci: fix all -cstrict warnings with gcc and clang (#9792)
|
2021-04-19 15:38:48 +03:00 |
|
joe-conigliaro
|
2d73411396
|
checker: define missing C fn args & check C & JS args (#8770)
|
2021-03-05 17:41:11 +03:00 |
|
Larpon
|
d08f994e19
|
clipboard: ensure public method access after #9062. Fixes #9089 (#9107)
|
2021-03-04 10:49:40 +02:00 |
|
Alexander Medvednikov
|
3a2d696fac
|
time: time.wait() => time.sleep()
|
2021-02-27 20:41:06 +03:00 |
|
Delyan Angelov
|
da05c7ed1a
|
ci: fix a deprecation time.sleep warning in clipboard
|
2021-02-22 09:00:30 +02:00 |
|
zakuro
|
ac4791045f
|
time: consolidate the different sleep functions into time.wait(Duration) (#8853)
|
2021-02-21 17:05:03 +02:00 |
|