Marco Cetica marco
  • Italy
  • Joined on 2025-11-20
marco pushed to master at marco/datum 2026-01-16 09:50:26 +01:00
f08439864d Migrating to Gitea CI
marco pushed to master at marco/datum 2026-01-16 09:36:32 +01:00
4a203b8ba7 Migrating to Gitea CI
marco pushed to master at marco/datum 2026-01-12 15:58:03 +01:00
912faca620 Added benchmark for String type
marco deleted branch bignum_experimental from marco/datum 2026-01-12 14:18:49 +01:00
marco deleted branch string_impl from marco/datum 2026-01-12 14:17:52 +01:00
marco pushed to master at marco/datum 2026-01-12 14:15:33 +01:00
b1cca113ce Refactored string_set_at and added documentation
marco pushed to master at marco/datum 2026-01-12 14:08:48 +01:00
ead8a6e04e Refactored string_set_at to be immutable and added String documentation
0f8378bf75 Completed unit tests for String type and added string_slice function
44e3dfa58d Added unit tests for String data type and updated CI
3b7e2dabc9 Fixed various bugs and added usage for String data type
d87ddaf45c Added string_{clone,trim,split,destroy,split_destroy} functions
Compare 9 commits »
marco pushed to string_impl at marco/datum 2026-01-12 14:04:55 +01:00
ead8a6e04e Refactored string_set_at to be immutable and added String documentation
marco pushed to string_impl at marco/datum 2026-01-12 11:58:02 +01:00
c9ff1359b2 Refactored string_set_at to be immutable and added String documentation
marco pushed to string_impl at marco/datum 2026-01-09 12:13:32 +01:00
0f8378bf75 Completed unit tests for String type and added string_slice function
marco pushed to string_impl at marco/datum 2026-01-09 12:12:31 +01:00
3ef6a599ad Completed unit tests for String type and added string_slice function
marco pushed to string_impl at marco/datum 2026-01-08 16:28:54 +01:00
44e3dfa58d Added unit tests for String data type and updated CI
marco pushed to string_impl at marco/datum 2026-01-08 15:22:09 +01:00
3b7e2dabc9 Fixed various bugs and added usage for String data type
marco pushed to string_impl at marco/datum 2026-01-08 11:03:44 +01:00
d87ddaf45c Added string_{clone,trim,split,destroy,split_destroy} functions
marco pushed to string_impl at marco/datum 2026-01-07 16:07:48 +01:00
4220229aa8 Added string_{to_lower,to_upper,reverse} functions
marco pushed to string_impl at marco/datum 2026-01-07 11:08:05 +01:00
c7e2ca273e General refactoring
marco pushed to string_impl at marco/datum 2026-01-07 09:58:55 +01:00
35f72ba139 Added string_{new,concat,substring,eq,get_at,set_at} implementations.
marco created branch string_impl in marco/datum 2025-12-23 15:48:42 +01:00
marco pushed to string_impl at marco/datum 2025-12-23 15:48:42 +01:00
36616c30b5 Added String data type and its features
marco pushed to master at marco/datum 2025-12-23 12:24:48 +01:00
e8563e5043 Added documentation about closures