98 Commits

Author SHA1 Message Date
210a689cee Meson instead of Make
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
v1.1.1
2026-01-13 13:18:37 +03:00
2cd45c0750 fix(authors.sh): via deps_source 2025-03-29 17:22:49 +03:00
19ad6abf83 feat(CMake): BASEN_SHARED_LIBS 2024-11-10 20:04:33 +03:00
62d651fc6c feat(CMake): library only; update(README) 2024-11-10 19:49:13 +03:00
029efbbf5e docs(*): fix params, throws 2024-11-10 18:10:55 +03:00
f7cdbf4882 fix(basen): non case sensitive for windows ntfs 2024-10-26 20:40:48 +03:00
82a9243e2b fix(tests): tests are runned with && splitter 2024-10-26 20:24:26 +03:00
470c018828 update(AUTHORS)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
v1.1.0
2024-09-30 18:38:23 +03:00
435c338c8f Merge pull request #4 from vSEK1RO/1.1.0
1.1.0
2024-09-30 18:35:51 +03:00
d31b8cb376 feat(README.md): usage of cli tool 2024-09-30 18:24:55 +03:00
6ffeb39801 fix(basen): basen::Exception 2024-09-30 18:15:45 +03:00
8169651729 fix(base58): basen::Exception 2024-09-30 17:47:08 +03:00
edcaebcf53 fix(hex): basen::Exception 2024-09-30 17:41:43 +03:00
64c2e51104 fix(base64): basen::Exception 2024-09-30 17:36:29 +03:00
227579d1e2 fix(baseN): basen::Exception 2024-09-30 17:23:23 +03:00
4eaf5b53c0 feat(Exception) 2024-09-30 16:17:24 +03:00
7e78bca810 fix(types): int8_t -> uint8_t; -1 -> 255 2024-09-30 13:10:47 +03:00
1d6b086bfa fix(types): uint64_t -> size_t 2024-09-30 12:35:59 +03:00
be4f2ae036 update(LICENSE): GPL-3.0 -> LGPL-3.0 2024-09-30 12:08:36 +03:00
bffab94715 fix(baseN): decode: condition div != 0 at last iteration 2024-09-29 22:06:07 +03:00
aefef92370 feat(basen): without encoding exceptions handling 2024-09-29 15:26:04 +03:00
d8671350a4 fix(base58): decodeCheck: exception if buff.size() < 4 2024-09-29 13:34:09 +03:00
fb15184848 feat(baseN): digitsMap 2024-09-29 13:33:38 +03:00
3c93056416 fix(Makefile): -lgcov, TOOLS = basen 2024-09-28 22:06:04 +03:00
71ff3d4260 fix(base64): encode: incorrect padding if size % 3 == 2 v1.0.3 2024-09-28 13:23:54 +03:00
bce26d3a4b submodule(update)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
2024-09-26 21:02:55 +03:00
44120b7ebb fix(docs.yml): on push main; update(Doxyfile): version 2024-09-26 20:55:30 +03:00
87a0cce29d update(AUTHORS) v1.0.2 2024-09-26 20:24:55 +03:00
9f939fea24 Merge pull request #2 from vSEK1RO/v1.0.2
V1.0.2
2024-09-26 20:23:15 +03:00
8da5ce49ef fix(base64): coverage 2024-09-26 20:05:38 +03:00
b0e645679d fix(hex): coverage 2024-09-26 17:17:01 +03:00
6d689cb9b3 fix(README.md): coverage 2024-09-26 12:26:07 +03:00
119bca6c87 fix(docs.yml): on realease published 2024-09-26 12:06:51 +03:00
5396abe202 feat(cover): gcov, gcovr 2024-09-26 12:00:23 +03:00
5f2cffdd82 submodule(distrib/arch): v1.0.1 2024-09-23 21:20:06 +03:00
93baa83f87 update(AUTHORS)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
v1.0.1
2024-09-23 19:41:23 +03:00
b6780fe572 fix(docs.yml): download doxygen-1.12.0 binaries 2024-09-23 19:38:33 +03:00
bb98575fb9 fix(docs.yml): submodules: 'true' 2024-09-22 22:20:24 +03:00
98fa49bd06 Merge pull request #1 from vSEK1RO/v1.0.1
v1.0.1
2024-09-22 22:07:58 +03:00
e28d103da0 feat(docs): base58.hpp 2024-09-22 22:00:13 +03:00
5b76028d8a feat(docs): hex.hpp 2024-09-22 21:50:49 +03:00
9d9b7adcc3 feat(docs): base64.hpp 2024-09-22 21:49:12 +03:00
c511dd2fa8 feat(docs): github link, ghpages link 2024-09-22 21:28:27 +03:00
f6e17b4f7b fix(sha256): define DIGEST_LENGTH removed 2024-09-22 21:02:23 +03:00
b61d8396f5 feat(docs): baseN.hpp 2024-09-22 21:00:54 +03:00
53279581aa feat(.github): docs.yml 2024-09-22 20:24:45 +03:00
f4b5dc0ce0 fix(doxygen-awesome): moved to deps dir 2024-09-22 20:03:22 +03:00
a5374daa6f feat(Doxyfile, doxygen-awesome) 2024-09-22 19:51:15 +03:00
baf52bb404 fix(submodule): distrib/arch added to .gitmodules 2024-09-22 17:11:15 +03:00
f47f367045 fix(README.md): styles 2024-09-21 22:41:34 +03:00