|
35d761794e
|
Change regex library to pcre2 for cross-platform compilation and better regex support.
|
2024-08-22 10:55:50 +02:00 |
|
|
2552fa9db9
|
Add finally callback to promises.
continuous-integration/drone/push Build is failing
A finally callback is called on success or fail of the promise.
|
2023-07-15 19:51:44 +02:00 |
|
|
c6b3fde6d4
|
Add an error system, with its function result system that can carry a value and an error at the same time.
|
2023-02-12 17:38:57 +01:00 |
|
|
71a16f22f1
|
ksrfiles : do not null-terminate buffer when reading a file, and fix file path when testing.
|
2023-02-12 16:52:44 +01:00 |
|
|
de5075571b
|
Fix warning on test main functions prototypes.
|
2023-02-12 16:38:21 +01:00 |
|
|
a6f65c9e5b
|
Add new logging functions, more styling attributes, and test it.
|
2023-02-12 16:31:42 +01:00 |
|
|
46b6f24432
|
Create first structures and functions.
+ Create ksrarrays.
+ Create ksrbuffers.
+ Create ksrpromises.
+ Create ksregex.
+ Create strings and files helper functions.
+ Define some logging constants.
+ Setup basic unit tests and code coverage.
|
2021-07-31 19:06:57 +02:00 |
|