Delyan Angelov
|
dbc6b50cda
|
vlib: make ./v -Wimpure-v -W test vlib/ pass on Linux (#21554)
|
2024-05-23 16:21:01 +03:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Turiiya
|
1a35a783f1
|
breaking,checker: disallow initializing private struct fields outside structs module (#21183)
|
2024-04-12 13:53:02 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Turiiya
|
d485cceee8
|
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
|
2024-02-12 12:38:47 +02:00 |
|
kbkpbot
|
73493c3a26
|
vlib: add a compress.zstd module (#20616)
|
2024-01-23 13:41:01 +02:00 |
|
Jose Mendoza
|
6084dcdc44
|
vlib: add a compress.szip module, deprecate the szip one after 2023-12-31 (#20003)
|
2023-11-27 07:33:09 +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 |
|
shove
|
14e53f9a75
|
compress.gzip: change the endianness for validation to conform to the gzip file specification (fix #19839) (#19849)
|
2023-11-12 11:30:05 +02:00 |
|
JalonSolov
|
9ec8807dbe
|
compress,coroutines,encoding: handle C calls in .v files (part of enabling -W impure-v as default) (#19769)
|
2023-11-05 17:38:03 +02:00 |
|
yuyi
|
530f73b927
|
vlib/compress: correct comments in compress module (#18434)
|
2023-06-13 19:10:27 +03:00 |
|
ChAoS_UnItY
|
404a9aa442
|
v: forbid function parameter names, shadowing imported module names (#17210)
|
2023-02-08 20:37:04 +02:00 |
|
anusrnm
|
5cd01ea494
|
gzip: fix flag location in header (#17140)
|
2023-01-29 13:27:04 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
yuyi
|
51f4d99399
|
all: change optional to result in most of the libraries (#16123)
|
2022-10-20 22:14:33 +03:00 |
|
Delyan Angelov
|
ff8e286c88
|
compress.gzip: support gzip.decompress(data, verify_length: false, verify_checksum: false)?
|
2022-06-12 11:25:01 +03:00 |
|
Leo Developer
|
3a90d8ef14
|
compress: add a new module compress.gzip too (#14686)
|
2022-06-05 18:53:45 +03:00 |
|
ChAoS_UnItY
|
b000728845
|
compress.gzip / deflate: rename gzip module into deflate module (#14682)
|
2022-06-05 08:48:38 +03:00 |
|
ChAoS_UnItY
|
65066098d8
|
compress: Add gzip module & refactor compress & compress.zlib module (#14599)
|
2022-06-03 09:00:11 +03:00 |
|
Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +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 |
|
Leo Developer
|
63b0798771
|
compress: add a new compress.zlib module (#12646)
|
2021-12-02 12:01:44 +02:00 |
|