|
|
56712206d1
|
Added support for libSQL as an compatible alternative for SQLite. (0.33.0)
|
2025-11-27 00:42:47 +01:00 |
|
|
|
9416ec3457
|
Added SQLite support and updated the Handbook. (0.32.0)
|
2025-11-26 22:21:31 +01:00 |
|
|
|
3411a4d846
|
Added CRC32 and CRC32C classes to stdlib. (0.31.0)
|
2025-11-26 20:36:40 +01:00 |
|
|
|
e86062aaad
|
Handbook update. No code changes. (0.30.0)
|
2025-11-26 00:57:45 +01:00 |
|
|
|
4d82d73515
|
Added libcurl (cURL) support. (0.30.0)
|
2025-11-26 00:35:22 +01:00 |
|
|
|
d9804d9bf8
|
Added PCRE2 support. (0.29.0)
|
2025-11-25 22:52:43 +01:00 |
|
|
|
5c3d4f1247
|
README update. No code changes (0.28.0)
|
2025-11-25 21:33:02 +01:00 |
|
|
|
786f1ddc06
|
README update. No code changes (0.28.0)
|
2025-11-25 16:21:24 +01:00 |
|
|
|
2312b9d0c3
|
README update. No code changes (0.28.0)
|
2025-11-25 15:14:21 +01:00 |
|
|
|
685c84c077
|
README update. No code changes(0.28.0)
|
2025-11-25 15:07:09 +01:00 |
|
|
|
56e3e22f06
|
README update. No code changes(0.28.0)
|
2025-11-25 15:06:37 +01:00 |
|
|
|
d028434406
|
Small fix.# (0.28.0)
|
2025-11-25 02:07:16 +01:00 |
|
|
|
afb0e8cd3a
|
Added JSON support. (0.28.0)
|
2025-11-25 00:51:48 +01:00 |
|
|
|
0fa6d56c14
|
README fix.
|
2025-11-22 01:28:28 +01:00 |
|
|
|
a76c962a67
|
README update.
|
2025-11-22 01:27:12 +01:00 |
|
|
|
1ba950ec15
|
README update. No code changes. (0.27.0)
|
2025-10-15 02:01:21 +02:00 |
|
|
|
aa55ac85da
|
Documentation update. No code changes. (0.26.5)
|
2025-10-13 00:04:45 +02:00 |
|
|
|
776095ace1
|
Documentation update. No code changes. (0.26.5)
|
2025-10-13 00:03:18 +02:00 |
|
|
|
949daee4b4
|
Documentation update. No code changes. (0.26.5)
|
2025-10-12 23:44:42 +02:00 |
|
|
|
1b4c7c158a
|
Documentation update. No code changes. (0.26.5)
|
2025-10-12 23:43:34 +02:00 |
|
|
|
2ac2ba39f2
|
Added docs/handbook.md. No code changes. (0.26.5)
|
2025-10-12 23:21:43 +02:00 |
|
|
|
87da9ce03c
|
Went back to C99. No need for C11. (0.26.4)
|
2025-10-09 00:43:17 +02:00 |
|
|
|
f17d0fe505
|
README update. No code changes. (0.26.3)
|
2025-10-08 04:07:00 +02:00 |
|
|
|
00ceed05aa
|
README update. No code changes. (0.26.3)
|
2025-10-08 04:00:26 +02:00 |
|
|
|
df6ff74c2b
|
README update. No code changes. (0.26.3)
|
2025-10-08 02:48:55 +02:00 |
|
|
|
18658d4c29
|
README update. No code changes. (0.26.3)
|
2025-10-06 22:26:22 +02:00 |
|
|
|
2fa741fec7
|
README update. No code changes. (0.26.3)
|
2025-10-06 21:09:21 +02:00 |
|
|
|
8f810d30c7
|
README update. No code changes. (0.26.3)
|
2025-10-06 21:04:32 +02:00 |
|
|
|
e0ae64fdd7
|
README update. No code changes. (0.26.3)
|
2025-10-06 20:49:27 +02:00 |
|
|
|
193aedf31e
|
README update. No code changes. (0.26.3)
|
2025-10-06 19:53:13 +02:00 |
|
|
|
898f0ee97c
|
README update. No code changes. (0.26.3)
|
2025-10-06 19:51:54 +02:00 |
|
|
|
4e5d104e48
|
Added uninstall routine to CMake. (0.17.4)
|
2025-10-02 23:01:22 +02:00 |
|
|
|
cfe145f08c
|
Important README update. (0.17.3)
|
2025-10-02 22:15:01 +02:00 |
|
|
|
6d300ae024
|
Fully migrated from GNU Make to CMake and removed the Makefile. (0.17.2)
|
2025-10-02 22:04:28 +02:00 |
|
|
|
37abd5d6d3
|
Added user input support and many fixes. (0.16.5)
|
2025-10-02 00:53:51 +02:00 |
|
|
|
34a7968d18
|
Updated ./scripts/check_op_includes.py for debugging and some fixes. (0.15.4)
|
2025-10-01 00:02:54 +02:00 |
|
|
|
45f2357d6a
|
License fix. (0.15.3)
|
2025-09-30 23:42:40 +02:00 |
|
|
|
81d0a9d343
|
Added more Makefile stuff for testing and README update. (0.15.2)
|
2025-09-30 23:26:34 +02:00 |
|
|
|
299771f091
|
Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0)
|
2025-09-30 22:52:12 +02:00 |
|
|
|
e2d8850ad2
|
README update.
|
2025-09-26 10:48:57 +02:00 |
|
|
|
4d28499f71
|
README update.
|
2025-09-26 10:16:43 +02:00 |
|
|
|
01f5428a33
|
README update.
|
2025-09-26 09:33:01 +02:00 |
|
|
|
783af6f305
|
README update.
|
2025-09-26 09:32:39 +02:00 |
|
|
|
0b634082db
|
README update.
|
2025-09-26 09:30:33 +02:00 |
|
|
|
2e8bd52b01
|
Added private methods and some more type fixes.
|
2025-09-26 09:13:32 +02:00 |
|
|
|
84ef262588
|
Added some documentation to some ./examples/*.fun scripts.
|
2025-09-18 02:39:07 +02:00 |
|
|
|
aaa2094b47
|
README update.
|
2025-09-17 18:05:38 +02:00 |
|
|
|
34eda37f25
|
README update.
|
2025-09-17 18:04:35 +02:00 |
|
|
|
74f01c2a41
|
README update.
|
2025-09-17 16:04:16 +02:00 |
|
|
|
7431e58dfc
|
Some update in the v0.2 spec.
|
2025-09-12 03:25:51 +02:00 |
|