Commit graph

  • b195319ff6 chore(log): add SLOG_FLAG_* flags VDm 2024-02-20 00:14:49 +04:00
  • efe062ca6b fix(build): fix macOS compilation errors vdm-dev 2024-02-18 15:31:21 +04:00
  • b3ae2d1ebd chore(format): fix formatting VDm 2024-02-18 02:45:29 +04:00
  • bc71b135a0 feat(log): implement all log methods except SLogDump, SLogPend VDm 2024-02-18 01:49:12 +04:00
  • ec148a9af8 feat(log): add first SLog functions VDm 2024-02-16 00:37:18 +04:00
  • 2c6f97dbb9 fix(list): add missing <new> include to solve missing placement operator error superp00t 2024-02-12 17:15:42 -05:00
  • 8bc4f9ee50 chore(build): update bc dependency superp00t 2023-12-10 22:14:57 -05:00
  • 3f94945522 chore(build): update bc dependency superp00t 2023-12-04 17:27:05 -05:00
  • d255c3bede chore(build): update bc dependency superp00t 2023-12-04 17:16:46 -05:00
  • 7c09fcb6d5 chore(build): update bc dependency superp00t 2023-12-02 12:49:10 -05:00
  • 45d438977a chore(build): update bc dependency superp00t 2023-12-02 12:10:51 -05:00
  • 7e38d8659e fix(error/win): snprintf produces gibberish, should be vsnprintf superp00t 2023-11-26 14:59:02 -05:00
  • 1d7883aa4e chore(build): update bc dependency superp00t 2023-11-17 17:18:15 -05:00
  • 2cf5bf0800 chore(build): update bc dependency superp00t 2023-08-24 20:47:36 -04:00
  • c744d51a28 chore(build): update bc dependency superp00t 2023-08-23 19:42:02 -04:00
  • 2bd4b4b572 chore(build): update squall dependency superp00t 2023-08-23 18:23:22 -04:00
  • beb04ca229 chore(build): update bc dependency superp00t 2023-08-19 05:48:02 -04:00
  • e606bdbf59 feat(error): make errors visible on Windows superp00t 2023-08-17 02:02:23 -04:00
  • 04bdf81025 chore(build): update bc dependency superp00t 2023-08-15 04:41:24 -04:00
  • 4c110041aa fix(command): STORM_COMMAND_ARG_FLAGGED superp00t 2023-08-15 03:19:16 -04:00
  • 769dc4a527 fix(command): make call to ProcessString() valid by first making const pointer to buffer superp00t 2023-08-15 03:16:59 -04:00
  • d374107fb6 fix(command): declare-forward ProcessFile() superp00t 2023-08-15 02:40:31 -04:00
  • 1a3763c78c chore(build): get submodules recursively in Workflows superp00t 2023-08-15 02:31:42 -04:00
  • d04c3df6ba fix(command): declare s_addedoptional superp00t 2023-08-14 23:45:31 -04:00
  • 7bb446255b fix(command): ensure min comparison between uint32_t superp00t 2023-08-14 23:17:43 -04:00
  • 160110674e fix(command): add bc includes superp00t 2023-08-14 22:12:19 -04:00
  • 381332e8b9 chore(build): update bc dependency superp00t 2023-08-14 22:11:53 -04:00
  • 7239d8631d chore(build): link bc privately to storm superp00t 2023-08-14 16:40:45 -04:00
  • d5a1db838b feat(command): implement command-line argument parsing superp00t 2023-08-14 16:25:33 -04:00
  • f4bb482a1c chore(build): add bc dependency superp00t 2023-08-14 16:24:57 -04:00
  • 9d7e30c198 chore(build): include mem dependency in lib/CMakeLists.txt superp00t 2023-08-04 21:03:51 -04:00
  • 9b48fcbe5b chore(build): public link mem library superp00t 2023-08-04 20:59:35 -04:00
  • ef7507727b chore(memory): rely on external dependency for allocation functions superp00t 2023-08-04 20:44:16 -04:00
  • cf8b5dead1 chore(build): rehome system dependency superp00t 2023-08-04 20:41:53 -04:00
  • f10552acea
    chore(region): add additional tests fallenoak 2023-03-31 22:29:49 -05:00
  • b05b987e73
    fix(region): add missing breaks to process boolean switch fallenoak 2023-03-31 16:16:01 -05:00
  • cdd3413a1b
    feat(region): add region functions fallenoak 2023-03-30 14:37:05 -05:00
  • 71ce2471ac
    feat(handle): add handle declaration macro fallenoak 2023-03-30 14:25:45 -05:00
  • 3d14119536
    feat(hash): add synchronized export table template fallenoak 2023-03-27 17:28:51 -05:00
  • a0af28c9b0
    fix(thread): add missing header fallenoak 2023-03-27 16:54:24 -05:00
  • c7379a8509
    feat(thread): add writing overloads for CCritSect fallenoak 2023-03-27 16:50:33 -05:00
  • a500c34d45
    feat(thread): add CCritSect fallenoak 2023-03-26 23:07:48 -05:00
  • 368c2f16c2
    feat(hash): add unsynchronized export table template fallenoak 2023-03-26 21:44:06 -05:00
  • 355733263f
    feat(hash): support deleting objects from hash table fallenoak 2023-03-26 21:10:53 -05:00
  • ce1c33d88b
    chore(hash): clean up visibility in TSHashTable fallenoak 2023-03-26 18:10:21 -05:00
  • 8a232d34f2
    feat(hash): add memory recycling hash table fallenoak 2023-03-26 15:49:41 -05:00
  • 06dbb7d1c8
    fix(list): correct name of clear function fallenoak 2023-03-26 15:01:17 -05:00
  • d91c5fe916
    feat(array): add getter for reserved entry count in growable arrays fallenoak 2023-03-24 23:45:08 -05:00
  • 5aeb2f51a5
    chore(build): tidy cmake files fallenoak 2023-03-23 12:51:42 -05:00
  • a9bfaa02fc
    feat(crypto): add ARC4 implementation fallenoak 2023-03-23 12:48:16 -05:00
  • d7fc37cef1
    feat(error): add exception-to-string translation for windows Tristan 'Natrist' Cormier 2023-03-20 22:51:46 -04:00
  • bebe40f781
    fix(thread): windows threads are not suspended by default fallenoak 2023-03-13 23:23:10 -05:00
  • 7e89d65d7a
    fix(array): fix various bugs with array clearing fallenoak 2023-02-21 22:10:14 -06:00
  • 181ef114e4
    fix(big): correct large divisor handling in Div fallenoak 2023-02-06 22:15:20 -06:00
  • 847352659f
    chore(big): add additional tests for Div and ExtractLowPartSx fallenoak 2023-02-06 12:18:18 -06:00
  • 2d2ae3276a
    fix(big): calculate shift from divisor in Div fallenoak 2023-02-06 12:15:25 -06:00
  • 955a0bbba7
    fix(array): use copy constructor and call destructors appropriately fallenoak 2023-02-05 21:36:49 -06:00
  • 3492f8b8f2
    chore(big): split out ops tests fallenoak 2023-02-05 16:52:03 -06:00
  • 2109422fa4
    chore(big): align implementation ordering fallenoak 2023-02-05 16:42:18 -06:00
  • 09d2481be9
    feat(big): add SBigPowMod fallenoak 2023-02-05 16:36:38 -06:00
  • c2a6459c94
    fix(array): initialize counter in TSFixedArray::Set fallenoak 2023-02-05 14:54:26 -06:00
  • 89f36c7e78
    chore(hash): resolve sign mismatches Tristan 'Natrist' Cormier 2023-02-05 00:52:58 -05:00
  • 0197d20ca0
    chore(big): add assertion to BigStack::Free fallenoak 2023-02-04 23:50:00 -06:00
  • 0a941aaa08
    feat(array): add copy assignment operator to TSFixedArray fallenoak 2023-02-04 23:48:20 -06:00
  • 8bdbe3c653
    feat(big): add MulMod fallenoak 2023-02-04 14:46:03 -06:00
  • a597e8f495
    feat(big): add SBigMod fallenoak 2023-02-04 14:03:45 -06:00
  • 8845aa5a7f
    feat(big): add Div fallenoak 2023-02-03 16:57:14 -06:00
  • 25c2ad06f1
    feat(big): add SBigShl fallenoak 2023-02-03 16:20:07 -06:00
  • 60edadfe06
    feat(big): add BigBuffer::SetOffset fallenoak 2023-02-03 15:07:55 -06:00
  • 69cf4739f3
    chore(big): fix test tag fallenoak 2023-02-03 14:53:17 -06:00
  • af0d9ec60e
    feat(big): add SBigShr fallenoak 2023-02-03 14:50:34 -06:00
  • 4a1b6a0f19
    feat(big): add SBigSquare fallenoak 2023-02-03 08:15:06 -06:00
  • f01c906aa1
    feat(big): add ExtractLowPartLargeSum fallenoak 2023-02-03 00:43:20 -06:00
  • 4d3651134c
    feat(big): add Div fallenoak 2023-02-01 23:27:32 -06:00
  • 24c6a5134c
    feat(big): add SBigBitLen fallenoak 2023-02-01 22:54:33 -06:00
  • 5edf49dae7
    feat(big): add SBigCompare fallenoak 2023-02-01 22:16:58 -06:00
  • bc0dc12f1c
    chore(big): align parameter name fallenoak 2023-02-01 22:13:56 -06:00
  • 2b8cc51ad8
    feat(big): add InsertLowPart fallenoak 2023-02-01 22:12:20 -06:00
  • 5d875631a6
    feat(big): add SBigSub fallenoak 2023-02-01 21:29:16 -06:00
  • 6e62f0a604
    feat(big): add HighBitPos fallenoak 2023-02-01 21:08:15 -06:00
  • e9d3284c70
    feat(big): add Compare fallenoak 2023-01-31 22:34:05 -06:00
  • aad7f751dd
    feat(big): add Add fallenoak 2023-01-31 22:17:51 -06:00
  • b2cbc02189
    feat(big): add SetOne fallenoak 2023-01-31 22:07:33 -06:00
  • 8413214ae0
    feat(big): add SetZero fallenoak 2023-01-31 12:17:51 -06:00
  • f1cf4af382
    chore(big): trim buffer in Mul tests fallenoak 2023-01-30 00:11:55 -06:00
  • 6e96e0a767
    feat(big): add SBigMul fallenoak 2023-01-30 00:10:52 -06:00
  • e74654800d
    feat(big): add Mul fallenoak 2023-01-29 22:59:28 -06:00
  • 33585cb36f
    feat(big): add SBigAdd fallenoak 2023-01-29 22:12:59 -06:00
  • 6c83070380
    feat(big): add SBigFromBinary fallenoak 2023-01-29 20:37:09 -06:00
  • 902ddcf7d8
    feat(big): add SBigDel fallenoak 2023-01-29 20:14:01 -06:00
  • 7d5a157162
    feat(big): add SBigFromUnsigned, SBigNew, and SBigToBinaryBuffer fallenoak 2023-01-29 11:48:18 -06:00
  • 630e6dbb1f
    feat(error): implement SErrSetLastError and SErrGetLastError functions Tristan 'Natrist' Cormier 2023-01-27 11:25:57 -05:00
  • 095b042583
    chore(build): add windows.h compile definitions fallenoak 2023-01-23 22:18:44 -06:00
  • d3fd03d67e
    feat(big): add 64-bit-centric ops fallenoak 2023-01-23 22:10:24 -06:00
  • 23fb94c19d
    feat(string): add non-const string functions and fix narrowing warning Tristan 'Natrist' Cormier 2023-01-19 00:36:07 -05:00
  • c42164ea5f
    feat(array): add TSBaseArray::Top fallenoak 2023-01-15 17:42:00 -06:00
  • 6d1d2eefd9
    chore(array): eliminate sign mismatches fallenoak 2023-01-03 16:58:17 -06:00
  • e3b0c356ad
    feat(error): improve error macros fallenoak 2022-12-30 13:43:23 -06:00
  • e5fe4a7e19
    feat(thread): add SSyncObject destructor fallenoak 2022-12-29 15:13:33 -06:00
  • 8521485e49
    feat(thread): implement S_Thread::s_SLaunchThread for windows fallenoak 2022-12-29 14:56:12 -06:00