Commit graph

317 commits

Author SHA1 Message Date
12ab8f7721 fix(log): fix Windows refactor 2025-04-14 05:01:29 -04:00
cf1e4e63ef fix(log): re-add missing include <mach/mach_time.h> 2025-04-14 03:47:53 -04:00
1fa8a1e82b refactor(log): rework SLog to use bc filesystem API 2025-04-14 03:36:40 -04:00
af834cafa7 chore(build): upgrade bc 2025-04-11 20:03:04 -04:00
68c162cde1 feat(unicode): add UTF string length functions 2025-04-07 22:25:03 -04:00
ce9c709029 chore(build): upgrade bc 2025-03-31 23:01:02 -04:00
09ed85fe5a chore(build): upgrade minimum CMake version to 3.5 2025-03-31 17:47:48 -04:00
5c0606bf63 chore(build): upgrade dependencies 2025-03-31 17:47:35 -04:00
3a86cc775d fix(registry): fix return value in GetDefaultsAndKeyPath 2025-03-31 16:58:08 -04:00
1671d7bef8 fix(registry): add missing SRegDestroy 2025-03-31 16:34:11 -04:00
65271681a2 feat(test): add unicode unit tests 2025-03-31 16:32:13 -04:00
d972d3673e feat(test): add registry unit tests 2025-03-31 16:31:59 -04:00
3e5590ab79 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:27:53 -04:00
ab923fe6dd fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:27:22 -04:00
04f53b2852 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:26:43 -04:00
a0a6d36316 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:23:28 -04:00
e263848879 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:22:45 -04:00
ec79f16a9a fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:20:17 -04:00
6d502fbc23 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:16:17 -04:00
191be1b111 fix(registry): squash some warnings, try to get it to compile on mac 2025-03-31 16:04:36 -04:00
fde8ed8c0f fix(string): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID 2025-03-31 15:46:32 -04:00
3b575eb560 fix(crypto): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID 2025-03-31 15:44:54 -04:00
c7e982eb81 fix(unicode): remove printdebug statement 2025-03-31 15:43:16 -04:00
eac2fa9de3 chore(build): upgrade bc 2025-03-31 15:40:04 -04:00
f8a7ac7001 feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
2ffa8217c0 feat(options): implement StormSetOption 2025-03-31 14:29:51 -04:00
09e7076a9b refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
92fcb3266f chore(build): upgrade bc dependency 2025-03-18 13:48:43 -04:00
0d64830c2d chore(build): upgrade bc dependency 2025-03-16 02:44:49 -04:00
b4f4d389c0 chore(build): upgrade bc dependency 2025-03-16 02:38:32 -04:00
f782ed440c chore(build): upgrade bc dependency 2025-03-16 02:00:44 -04:00
d5aff27a9f fix(command): update ProcessFile to use fixed file API 2025-03-16 01:31:39 -04:00
055fd56c69 fix(command): update ProcessFile to use fixed file API 2025-03-16 01:20:10 -04:00
d5181697bd chore(build): upgrade bc dependency 2025-03-16 00:41:53 -04:00
e74a369669 chore(build): upgrade bc dependency 2025-03-16 00:28:38 -04:00
eb26539b33 feat(string): implement SStrToUnsigned 2024-12-24 14:08:06 -05:00
22e9686d64 fix(error): fix shitcode where SetCount(-1) gets called 2024-12-08 12:36:57 -05:00
9722c1e8c3 fix(error): fix up stupid error_report::Display mistakes 2024-11-22 02:49:19 -05:00
cab7870726 fix(error): fix up stupid error_report::Format function mistakes 2024-11-22 02:47:26 -05:00
2615f3c7e6 refactor(error): make printf function a little prettier 2024-11-22 02:44:17 -05:00
7f051cfec4 fix(error): fixed incorrect symbols 2024-11-22 02:40:18 -05:00
da4ca1352d fix(test): added missing big file 2024-11-22 02:32:42 -05:00
f0632c0fe0 fix(command): remove FCN from callback names 2024-11-22 02:26:03 -05:00
fbed66f77f fix(command): remove FCN from callback names 2024-11-22 02:24:50 -05:00
87a09b67a9 refactor(error): use a helper class to format error popup+debug log on windows 2024-11-22 02:21:19 -05:00
e9df378771 fix(command): fixed infinite cleanup bug caused by ignorant usage of references by yours truly 2024-11-22 02:20:28 -05:00
d25d3653bb refactor(test): clean up location of BigDataTest helper outside of main test files 2024-11-22 02:19:28 -05:00
14462ae233 fix(big): fixed mismatched use of delete in SBigDel 2024-11-22 02:17:16 -05:00
Adam Heinermann
da8a663fd7 feat(big): add SBigXor 2024-11-20 21:14:22 -05:00
Adam Heinermann
6a88f93619 feat(big): implement ToStream and EncodeDataBytes ops 2024-11-20 21:14:17 -05:00