Commit graph

300 commits

Author SHA1 Message Date
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
1a3763c78c chore(build): get submodules recursively in Workflows 2023-08-15 02:31:42 -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
381332e8b9 chore(build): update bc dependency 2023-08-14 22:11:53 -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
f4bb482a1c chore(build): add bc dependency 2023-08-14 16:24:57 -04:00
9d7e30c198 chore(build): include mem dependency in lib/CMakeLists.txt 2023-08-04 21:03:51 -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
cf8b5dead1 chore(build): rehome system dependency 2023-08-04 20:41:53 -04:00
fallenoak
f10552acea
chore(region): add additional tests 2023-03-31 22:29:49 -05: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
fallenoak
368c2f16c2
feat(hash): add unsynchronized export table template 2023-03-26 21:44:06 -05:00
fallenoak
355733263f
feat(hash): support deleting objects from hash table 2023-03-26 21:10:53 -05:00
fallenoak
ce1c33d88b
chore(hash): clean up visibility in TSHashTable 2023-03-26 18:10:21 -05:00
fallenoak
8a232d34f2
feat(hash): add memory recycling hash table 2023-03-26 15:49:41 -05:00
fallenoak
06dbb7d1c8
fix(list): correct name of clear function 2023-03-26 15:01:17 -05:00
fallenoak
d91c5fe916
feat(array): add getter for reserved entry count in growable arrays 2023-03-24 23:45:15 -05:00
fallenoak
5aeb2f51a5
chore(build): tidy cmake files 2023-03-23 12:51:42 -05:00
fallenoak
a9bfaa02fc
feat(crypto): add ARC4 implementation 2023-03-23 12:48:16 -05:00
Tristan 'Natrist' Cormier
d7fc37cef1
feat(error): add exception-to-string translation for windows 2023-03-20 21:51:46 -05:00
fallenoak
bebe40f781
fix(thread): windows threads are not suspended by default 2023-03-13 23:23:10 -05:00
fallenoak
7e89d65d7a
fix(array): fix various bugs with array clearing 2023-02-21 22:10:14 -06:00
fallenoak
181ef114e4
fix(big): correct large divisor handling in Div 2023-02-06 22:15:20 -06:00
fallenoak
847352659f
chore(big): add additional tests for Div and ExtractLowPartSx 2023-02-06 12:18:18 -06:00
fallenoak
2d2ae3276a
fix(big): calculate shift from divisor in Div 2023-02-06 12:15:25 -06:00
fallenoak
955a0bbba7
fix(array): use copy constructor and call destructors appropriately 2023-02-05 21:36:49 -06:00
fallenoak
3492f8b8f2
chore(big): split out ops tests 2023-02-05 16:52:03 -06:00
fallenoak
2109422fa4
chore(big): align implementation ordering 2023-02-05 16:42:18 -06:00
fallenoak
09d2481be9
feat(big): add SBigPowMod 2023-02-05 16:36:38 -06:00
fallenoak
c2a6459c94
fix(array): initialize counter in TSFixedArray::Set 2023-02-05 14:54:26 -06:00
Tristan 'Natrist' Cormier
89f36c7e78
chore(hash): resolve sign mismatches 2023-02-04 23:52:58 -06:00
fallenoak
0197d20ca0
chore(big): add assertion to BigStack::Free 2023-02-04 23:50:00 -06:00
fallenoak
0a941aaa08
feat(array): add copy assignment operator to TSFixedArray 2023-02-04 23:48:20 -06:00
fallenoak
8bdbe3c653
feat(big): add MulMod 2023-02-04 14:46:03 -06:00
fallenoak
a597e8f495
feat(big): add SBigMod 2023-02-04 14:03:45 -06:00
fallenoak
8845aa5a7f
feat(big): add Div 2023-02-03 16:57:14 -06:00
fallenoak
25c2ad06f1
feat(big): add SBigShl 2023-02-03 16:20:07 -06:00
fallenoak
60edadfe06
feat(big): add BigBuffer::SetOffset 2023-02-03 15:07:55 -06:00