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 |
|
|
|
2439224184
|
fix(error): fix incorrect includes
|
2024-09-07 12:34:46 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
fa11d11f46
|
feat(build): add zig build script
|
2024-06-28 04:07:57 -04: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
|
63476cf61e
|
chore(log): add milliseconds precision for log messages
|
2024-02-21 00:52:08 +04:00 |
|
|
|
fb4b96af7c
|
fix(log): include missing <limits.h> on linux
|
2024-02-19 16:39:39 -05:00 |
|
VDm
|
96c121717b
|
fix(log): fix SLogDestroy() memory corruption
|
2024-02-20 00:37:21 +04:00 |
|
VDm
|
b195319ff6
|
chore(log): add SLOG_FLAG_* flags
|
2024-02-20 00:14:49 +04:00 |
|
vdm-dev
|
efe062ca6b
|
fix(build): fix macOS compilation errors
|
2024-02-18 15:31:21 +04:00 |
|
VDm
|
b3ae2d1ebd
|
chore(format): fix formatting
|
2024-02-18 02:45:29 +04:00 |
|
VDm
|
bc71b135a0
|
feat(log): implement all log methods except SLogDump, SLogPend
|
2024-02-18 01:49:12 +04:00 |
|
VDm
|
ec148a9af8
|
feat(log): add first SLog functions
|
2024-02-16 00:37:18 +04:00 |
|
|
|
2c6f97dbb9
|
fix(list): add missing <new> include to solve missing placement operator error
|
2024-02-12 17:15:42 -05:00 |
|
|
|
7e38d8659e
|
fix(error/win): snprintf produces gibberish, should be vsnprintf
|
2023-11-26 14:59:02 -05:00 |
|
|
|
e606bdbf59
|
feat(error): make errors visible on Windows
|
2023-08-17 02:02:23 -04:00 |
|
|
|
4c110041aa
|
fix(command): STORM_COMMAND_ARG_FLAGGED
|
2023-08-15 03:19:16 -04:00 |
|
|
|
769dc4a527
|
fix(command): make call to ProcessString() valid by first making const pointer to buffer
|
2023-08-15 03:16:59 -04:00 |
|
|
|
d374107fb6
|
fix(command): declare-forward ProcessFile()
|
2023-08-15 02:40:31 -04:00 |
|
|
|
d04c3df6ba
|
fix(command): declare s_addedoptional
|
2023-08-14 23:45:31 -04:00 |
|
|
|
7bb446255b
|
fix(command): ensure min comparison between uint32_t
|
2023-08-14 23:17:43 -04:00 |
|
|
|
160110674e
|
fix(command): add bc includes
|
2023-08-14 22:12:19 -04:00 |
|
|
|
7239d8631d
|
chore(build): link bc privately to storm
|
2023-08-14 16:40:45 -04:00 |
|
|
|
d5a1db838b
|
feat(command): implement command-line argument parsing
|
2023-08-14 16:25:33 -04:00 |
|
|
|
9b48fcbe5b
|
chore(build): public link mem library
|
2023-08-04 20:59:35 -04:00 |
|
|
|
ef7507727b
|
chore(memory): rely on external dependency for allocation functions
|
2023-08-04 20:44:16 -04:00 |
|
fallenoak
|
b05b987e73
|
fix(region): add missing breaks to process boolean switch
|
2023-03-31 16:16:01 -05:00 |
|
fallenoak
|
cdd3413a1b
|
feat(region): add region functions
|
2023-03-30 14:37:05 -05:00 |
|
fallenoak
|
71ce2471ac
|
feat(handle): add handle declaration macro
|
2023-03-30 14:25:45 -05:00 |
|
fallenoak
|
3d14119536
|
feat(hash): add synchronized export table template
|
2023-03-27 17:28:51 -05:00 |
|
fallenoak
|
a0af28c9b0
|
fix(thread): add missing header
|
2023-03-27 16:54:24 -05:00 |
|
fallenoak
|
c7379a8509
|
feat(thread): add writing overloads for CCritSect
|
2023-03-27 16:50:33 -05:00 |
|
fallenoak
|
a500c34d45
|
feat(thread): add CCritSect
|
2023-03-26 23:07:48 -05:00 |
|