Delyan Angelov
|
c60a869fb4
|
vlib: add encoding.txtar (port of Go's txtar module) (#20874)
|
2024-02-20 02:41: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 |
|
Delyan Angelov
|
729a1cbc9f
|
encoding.binary: add _fixed variants for the conversion fns, that accept fixed arrays (#20766)
|
2024-02-09 22:07:59 +02:00 |
|
penguindark
|
ef3b0ec775
|
encoding.csv: fix bug in RandomAccessReader, spotted on windows with mingw32 (#20571)
|
2024-01-17 22:10:28 +02:00 |
|
koplenov
|
43b8cc8ab7
|
encoding.csv: add a new utility fn new_reader_from_file/2 (#20530)
|
2024-01-14 19:42:01 +02:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
Kim Shrier
|
c7ce72f314
|
encoding.binary: fix u32 little endian comments (#20256)
|
2023-12-23 15:26:17 +02:00 |
|
penguindark
|
cfcbcb416a
|
encoding.csv: add a sequential reader too (suitable for very large .csv files, it does not read everything at once) (#20140)
|
2023-12-11 00:57:08 +02:00 |
|
penguindark
|
2768de1fc7
|
encoding.csv: add a new RandomAccessReader (#20119)
|
2023-12-08 22:17:27 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
Kim Shrier
|
cc220e60a5
|
vlib: change byte to u8 (#19930)
|
2023-11-19 04:23:32 +03:00 |
|
Subhomoy Haldar
|
1482a2f28d
|
encoding.xml: fix parsing for self closing empty tags (#19907)
|
2023-11-17 10:51:46 +02:00 |
|
Subhomoy Haldar
|
c9429f3331
|
encoding.xml: make functions public, add documentation, tests, fix attribute parsing for self-closing tags (#19901)
|
2023-11-16 20:13:36 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Subhomoy Haldar
|
5f08d45c7c
|
encoding.xml: update parser logic to skip BOM before prolog (#19858)
|
2023-11-13 14:24:39 +02:00 |
|
Subhomoy Haldar
|
00f2e4a8c5
|
encoding.xml: make tag name and attribute parsing more robust and cleaner (#19828)
|
2023-11-10 11:31:36 +02:00 |
|
Subhomoy Haldar
|
cd2e36a44d
|
encoding.xml: fix parsing of single letter tag names (#19815)
|
2023-11-09 13:02:05 +02:00 |
|
Subhomoy Haldar
|
35558df96c
|
vlib: add an encoding.xml module with parser, validation, entity encoding, unit tests (#19708)
|
2023-11-06 15:14:30 +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 |
|
Alexander Medvednikov
|
e265e99a64
|
all: int => i64 (part 5)
|
2023-10-08 01:32:37 +03:00 |
|
Delyan Angelov
|
6b79b2aaa5
|
encoding.leb128: fix v -cstrict -cc gcc-11 examples/wasm_codegen/bf_compiler.v
|
2023-10-03 17:05:55 +03:00 |
|
Turiiya
|
3329919144
|
encoding.html: improve hex unescaping, add test (#19279)
|
2023-09-06 09:37:51 +03:00 |
|
Turiiya
|
273341685a
|
encoding.html: implement unescape() (#19267)
|
2023-09-05 08:29:24 +03:00 |
|
yuyi
|
18e60e77de
|
fmt: remove inline comments (#19263)
|
2023-09-03 23:51:56 +03:00 |
|
Turiiya
|
61b219953a
|
encoding.html: optimize escape performance (#19264)
|
2023-09-03 19:01:19 +03:00 |
|
yuyi
|
815439a381
|
checker: fix assigning an array slice (fix #19120) (#19137)
|
2023-08-15 20:37:51 +03:00 |
|
shove
|
11a8a46ade
|
tests: cleanup test cases (#19104)
|
2023-08-13 13:36:08 +03:00 |
|
Surman The Dead
|
b772731b98
|
leb128: make decoding return the number of decoded bytes, in addition to the decoded value (#17912)
|
2023-04-09 10:32:49 +03:00 |
|
walking devel
|
9957356a84
|
encoding.base32: change ? to ! (#17892)
|
2023-04-06 03:09:05 +02:00 |
|
Surman The Dead
|
39b3a0ca17
|
encoding: add an encoding.leb128 module with tests (#17880)
|
2023-04-05 11:53:25 +03:00 |
|
yuyi
|
467a1b4435
|
fmt: remove redundant parenthesis in the complex infix expr (#17873)
|
2023-04-04 13:47:48 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Makhnev Petr
|
c8c70de87d
|
docs: unify format of notes (#17294)
|
2023-02-13 10:29:02 +02:00 |
|
Nahua
|
93ee6d107a
|
encoding.base32: add missing documentation for all public functions (#16998)
|
2023-01-17 19:46:43 +02:00 |
|
Subhomoy Haldar
|
b07e447764
|
encoding.html: add escape() function (#16666)
|
2022-12-13 22:10:57 +02:00 |
|
yuyi
|
ef5be22f81
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
Alexander Medvednikov
|
c6158e4519
|
all: remove unnecessary IError() casts
|
2022-10-28 19:08:30 +03:00 |
|
Alexander Medvednikov
|
098db89b85
|
encoding.csv: remove unnecessary IError() cast
|
2022-10-27 11:30:08 +03:00 |
|
yuyi
|
51f4d99399
|
all: change optional to result in most of the libraries (#16123)
|
2022-10-20 22:14:33 +03:00 |
|
ChAoS_UnItY
|
fe597b7172
|
encoding.utf8: add is_number (#15931)
|
2022-10-01 11:01:51 +03:00 |
|
Alexander Medvednikov
|
3d2588f101
|
cgen: parallel cc for much faster compilation using all CPU cores
|
2022-10-01 10:04:06 +03:00 |
|
Joe Conigliaro
|
51a92d170f
|
encoding.base32: vfmt code
|
2022-09-27 16:29:44 +10:00 |
|
Joe Conigliaro
|
5415c4f75e
|
encoding.base32: initial implementation
|
2022-09-27 16:25:50 +10:00 |
|
ChAoS_UnItY
|
ea8b30fd91
|
encoding.utf8: add is_space (#15847)
|
2022-09-23 10:34:45 +03:00 |
|
yuyi
|
bfdd6f1cf8
|
csv: minor cleanup in writer.v (#15633)
|
2022-09-01 21:23:18 +03:00 |
|
ChAoS_UnItY
|
258ff73efd
|
encoding.csv: re-encapsulate fields in Writer/Reader (fix #15558) (#15570)
|
2022-08-28 11:13:43 +03:00 |
|
Delyan Angelov
|
5a834a2ef9
|
encoding.base58: remove one unnecessary map access per the most common BTC usages; implement encode_bytes, decode_bytes, encode_walpha_bytes, decode_walpha_bytes functions
|
2022-08-08 15:37:00 +03:00 |
|
Nacho Verdón
|
42efc383d2
|
encoding.binary: fix function names in comments (#15317)
|
2022-08-02 00:30:06 +03:00 |
|
Nacho Verdón
|
9561fb406e
|
encoding.binary: add functions to read/write with an offset and at the end of the array, split files by endianness (#15301)
|
2022-08-01 08:20:14 +03:00 |
|