Commit graph

270 commits

Author SHA1 Message Date
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
Adam Heinermann
8e96181679 chore(big): style and warning fixes 2024-11-20 21:14:11 -05:00
Adam Heinermann
c616d351a9 chore(big): simplify SBig tests 2024-11-20 21:13:52 -05:00
Adam Heinermann
c31e976595 feat(big): add SBigOr 2024-11-20 21:13:43 -05:00
Adam Heinermann
5688b7ec3e feat(big): add SBigNot 2024-11-20 21:13:36 -05:00
Adam Heinermann
1cad63b7f2 feat(big): add SBigIsZero 2024-11-20 21:13:28 -05:00
Adam Heinermann
c9826d2336 feat(big): add SBigIsOne 2024-11-20 21:13:23 -05:00
Adam Heinermann
9074869097 feat(big): add SBigIsOdd 2024-11-20 21:13:17 -05:00
Adam Heinermann
6759cb4d7c feat(big) add SBigIsEven 2024-11-20 21:13:07 -05:00
Adam Heinermann
328bbf61d8 feat(big): add SBigDiv 2024-11-20 21:12:44 -05:00
Adam Heinermann
149a739a9d feat(big): add SBigInc 2024-11-20 21:12:36 -05:00
Adam Heinermann
896c3c0414 feat(big): add SBigFromStr 2024-11-20 21:12:25 -05:00
Adam Heinermann
fac094793a feat(big): add SBigDec 2024-11-20 21:12:16 -05:00
Adam Heinermann
5e776b6db7 fix(big): remove assert in Sub to allow a retail bug 2024-11-20 21:12:11 -05:00
Adam Heinermann
04aae89252 fix(big): endianness issue in ExtractLowPartSx 2024-11-20 21:11:57 -05:00
Adam Heinermann
94ef375b19 feat(big): add SBigCopy 2024-11-20 21:11:50 -05:00
Adam Heinermann
6801b32a99 feat(big): add SBigAnd 2024-11-20 21:11:39 -05:00
Adam Heinermann
c42bad55a2 fix(build): build fix for msvc 2024-11-20 21:11:12 -05:00
6e1c9d9e93 chore(build): upgrade dependencies 2024-09-08 11:06:24 -04:00
2439224184 fix(error): fix incorrect includes 2024-09-07 12:34:46 -04:00
bb31ea91b5 refactor(test): update test log constants 2024-09-07 12:28:28 -04:00
6cbf0d23bf refactor(error): make error variables properly static 2024-09-07 12:26:26 -04:00
57430d406f refactor(log): restyle SLog 2024-09-07 12:26:06 -04:00
c83ae850a1 chore(build): upgrade bc 2024-09-04 09:48:40 -04:00
1a8bf67452 chore(build): remove mem dependency, use bc for allocation behavior now 2024-09-04 09:15:08 -04:00
7adbe074cb fix(unix): removed duplicate function SErrDisplayAppFatal 2024-08-30 18:07:46 -04:00
4f32840fdf feat(storm): reorganized error library, assertions are now more detailed across different platforms; added new macros STORM_VALIDATE_STRING and STORM_PANIC 2024-08-30 18:04:21 -04:00
d149081f4e chore(build): update dependencies 2024-07-22 03:48:14 -04:00
88dd7cffd1 fix(command): deprecate slash prefixed command line arguments 2024-07-22 03:33:19 -04:00
08a8a33518 fix(string): avoid undefined behavior in SStrToFloat 2024-07-05 19:15:27 -04:00
bbd07f7706 chore(build): update bc dependency 2024-07-05 01:25:30 -04:00
ee6f1ee68c chore(build): update bc dependency 2024-07-05 01:21:05 -04:00
ed579eb6cd fix(build): fix zig build script 2024-07-03 14:57:16 -04:00
0e328943c6 fix(build): link headers properly 2024-07-03 14:53:32 -04:00
f8544e9fe4 fix(build): install headers 2024-07-03 14:40:59 -04:00
9cdfc106b3 fix(build): typo in build.zig: Hashkey.cpp, not HashKey.cpp 2024-06-28 17:34:52 -04:00
9ae821e50d fix(build): expose storm path in build.zig.zon 2024-06-28 04:24:46 -04:00
fa11d11f46 feat(build): add zig build script 2024-06-28 04:07:57 -04:00
25b12dee7b fix(test): wait for test thread to exit with 100ms timeout 2024-02-20 18:52:22 -05:00
93e4cfc300
Merge pull request #2 from vdm-dev/master
SLog update
2024-02-20 16:28:19 -05:00
VDm
3c97ee3083 chore(log): remove redundant Common.hpp 2024-02-21 01:18:06 +04:00
VDm
50d7d5aab6 chore(log): add fputs() for console output 2024-02-21 01:04:14 +04:00
VDm
2f7b73e55c Merge branch 'master' of https://github.com/vdm-dev/squall 2024-02-21 00:53:06 +04:00
VDm
63476cf61e chore(log): add milliseconds precision for log messages 2024-02-21 00:52:08 +04:00
6cdf4b7151 fix(log): include linux/limits.h, not limits.h 2024-02-20 14:53:38 -05:00
fb4b96af7c fix(log): include missing <limits.h> on linux 2024-02-19 16:39:39 -05:00
32f8213fef
Merge pull request #1 from vdm-dev/master
SLog implementation
2024-02-19 16:23:34 -05:00
VDm
786759d49d chore(log): add test file 2024-02-20 00:38:40 +04:00