• Joined on 2024-07-10
Timerix pushed to main at Timerix/tlibc 2025-11-10 06:38:40 +00:00
972f244ae5 implemented ErrorCodePage
Timerix pushed to main at Timerix/tlibtoml 2025-11-10 05:38:39 +00:00
52870920c1 removed libtoml allocator
c49a8cb1e5 replaced TomlTable with HashMap
a33505ffe4 replaced TomlString with StringBuilder
c83ee4078e replaced char* function arguments with str
247d291da6 fixed some warnings
Compare 6 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-10 05:26:52 +00:00
6a1067a612 created HashMap iterator
2de044711f implemented List_increaseCapacity_size
958cb269b2 renamed first argument of all methods to 'self'
0a1e87817d added HashMap_pushOrUpdate
57c5942fcc new StringBuilder functions
Compare 6 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-09 18:53:02 +00:00
e2f1f6c09b added ATTRIBUTE_THREAD_LOCAL
Timerix created branch main in Timerix/tlibtoml 2025-11-09 18:44:11 +00:00
Timerix pushed to main at Timerix/tlibtoml 2025-11-09 18:44:11 +00:00
a5aff56fb1 project created
Timerix pushed to main at Timerix/tcp-chat 2025-11-09 18:43:26 +00:00
344b4375f9 updated to cbuild 2.3.0
083b247329 enabled more warnings
b662a85348 changed password hashing
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-09 18:42:03 +00:00
bb3b096262 updated gprof task
Timerix pushed to main at Timerix/cbuild 2025-11-09 18:41:03 +00:00
7197f09ca4 updated gprof task
Timerix pushed to main at Timerix/cbuild 2025-11-09 18:31:28 +00:00
f884925788 added strip_exec.sh
Timerix pushed to main at Timerix/tlibc 2025-11-09 18:23:35 +00:00
02fb2767a8 updated to cbuild 2.3.0
Timerix pushed to main at Timerix/cbuild 2025-11-09 18:22:58 +00:00
baf45a4b10 minor log style change
Timerix pushed to main at Timerix/cbuild 2025-11-09 18:05:50 +00:00
6bfc0f5e9a added file_copy_default_if_not_present() and replace_var_value_in_script()
Timerix pushed to main at Timerix/cbuild 2025-11-09 17:17:20 +00:00
579dd5916e moved srcipts to include/ and changed function include()
05f3b9a0a0 v2.3.0: project user config
Compare 2 commits »
Timerix pushed to main at Timerix/cbuild 2025-11-09 15:28:48 +00:00
49ccc76933 added default_vscode/c_cpp_properties.json
Timerix pushed to main at Timerix/cbuild 2025-11-09 14:44:46 +00:00
d1660e05cb v2.2.4
259d9873fb c99 and more warnings
Compare 2 commits »
Timerix created repository Timerix/tlibtoml 2025-11-09 14:29:08 +00:00
Timerix pushed to main at Timerix/tlibc 2025-11-09 13:36:08 +00:00
4cc226b57a enabled more warnings
cf5fda7a1e added macro List_castTo_Array
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-08 22:33:53 +00:00
e03c651cef created structs Client and Server
96a117bc50 moved request handlers to separate files
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-08 22:33:36 +00:00
2c8e6fc601 added null check to destructors