Commit Graph

  • 796a703863 [ox/std] Fix Vector insert functions gary 2024-05-22 23:13:52 -05:00
  • 8b95bd6e6a [ox/std] Fix some Windows warnings gary 2024-05-22 00:26:56 -05:00
  • 1ae51fa4e2 [ox/std] Make MallocaPtr call destructor gary 2024-05-20 02:46:19 -05:00
  • 80d5f87de4 [ox/std] Make Point and Size members int32_t gary 2024-05-20 02:06:27 -05:00
  • 8048b601a3 [ox/std] Add SmallMap::pairs(), SmallMap model gary 2024-05-19 22:15:13 -05:00
  • a9ead7b0b6 [ox/std] Add operator-> to SpanIterator gary 2024-05-19 22:14:28 -05:00
  • d537305ec6 [glutils] Add size function to FrameBuffer gary 2024-05-19 22:13:57 -05:00
  • 6ae5799866 [ox/std] Add missing typenames gary 2024-05-18 13:01:06 -05:00
  • 067545dd22 [ox/std] Remove dedicated keys array from SmallMap gary 2024-05-11 01:59:40 -05:00
  • 8e0211fb77 [ox/std] Add small sz option to SmallMap gary 2024-05-11 00:53:31 -05:00
  • 7213811828 [ox/std] Add missing oxExpect to timeMapStrToUuid gary 2024-05-11 00:26:57 -05:00
  • e980281861 [ox/std] Remove empty if from SmallMap gary 2024-05-11 00:24:37 -05:00
  • 23de0a9179 [ox/std] Add some functions for comparing HashMap and SmallMap gary 2024-05-10 23:58:35 -05:00
  • ac948e7324 [ox/std] Cleanup SmallMap, make it easier to make potential changes gary 2024-05-10 23:58:07 -05:00
  • daae50f8b3 [ox/std] Add hash function for UUID gary 2024-05-10 23:55:41 -05:00
  • 98c4f1b675 [ox/std] Optimize Array compare gary 2024-05-10 23:54:22 -05:00
  • 67d3aedc44 [ox/std] Fix bugs in HashMap and SmallMap gary 2024-05-10 22:10:34 -05:00
  • 3a4af7c0f7 [ox/std] Add == and != operators to UUID gary 2024-05-10 22:10:14 -05:00
  • 88538403b0 [ox/clargs] Replace C string with StringView gary 2024-05-10 01:30:54 -05:00
  • 708b79ecf2 [ox] Cleanup string len handling gary 2024-05-10 01:29:13 -05:00
  • 4116aeeaf0 [ox/std] Fix memory leak in Vector gary 2024-05-09 23:12:36 -05:00
  • 6cddc0c3fe [ox/std] Add SmallMap gary 2024-05-08 23:46:12 -05:00
  • 54a6a7df0b [ox/std] Remove incomplete writeF32toa gary 2024-05-08 23:43:12 -05:00
  • 0db4a1a345 [ox] Cleanup gary 2024-05-08 23:35:05 -05:00
  • 5a9ffa2818 [ox/std] Update Vector memory map for preloader gary 2024-05-03 23:41:16 -05:00
  • 425c4a1126 [ox/std] Rework itoa gary 2024-05-03 20:31:40 -05:00
  • 45bb349204 [ox/model] Remove broken global var gary 2024-05-03 00:12:34 -05:00
  • 285b72d864 [ox/std] Add String::append(StringView), cleanup gary 2024-05-03 00:07:03 -05:00
  • af57f37e72 [ox/std] Remove append operators from IString gary 2024-05-02 23:59:19 -05:00
  • cf09bf1e62 [ox/std] Cleanup IString gary 2024-05-02 23:32:02 -05:00
  • c4aa127709 [ox/std] Cleanup gary 2024-05-02 23:14:03 -05:00
  • 46f371ae7e [ox/std] Make substr always take and return a StringView gary 2024-05-02 22:20:25 -05:00
  • ad0e70cd9e [cityhash] Cleanup gary 2024-05-02 22:20:01 -05:00
  • b3b0dc599c [ox/std] Fix Integer assignment operator return gary 2024-04-29 22:54:34 -05:00
  • 784c63332c [ox/std] Fix Integer assignment operator return gary 2024-04-29 22:52:34 -05:00
  • 3c22655950 [ox/std] Cleanup gary 2024-04-29 22:48:22 -05:00
  • 410e512e1b [ox/std] Make safeDelete constexpr gary 2024-04-29 22:43:27 -05:00
  • 712658e2f3 [ox/std] Add std::string(_view) variant of MaybeView gary 2024-04-25 23:03:38 -05:00
  • 9d4b3ac572 [ox/std] Make Vector::contains always noexcept gary 2024-04-24 21:39:02 -05:00
  • 42a8a51d04 [ox] Improve hasing and MaybeView gary 2024-04-24 20:55:26 -05:00
  • 62b049b979 [ox] Rename BString to IString gary 2024-04-24 00:54:02 -05:00
  • 4314c35dc6 [ox] Remove oxIgnoreError gary 2024-04-22 23:38:51 -05:00
  • 60492202e9 [ox] Run liccor gary 2024-04-21 17:01:34 -05:00
  • f572b1357d Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133' gary 2024-04-21 13:13:26 -05:00
  • 11acb5e9dd [ox/std] Add String constructor that takes a StringLiteral gary 2024-04-21 10:31:26 -05:00
  • c6a0294b42 [ox/std] Add implicit String constructor for str literals gary 2024-04-18 23:59:47 -05:00
  • f95f907a03 [ox/std] Remove unnecessary copying from HashMap::expand gary 2024-04-18 23:39:33 -05:00
  • 396e61ed99 [ox] Cleanup gary 2024-04-18 23:32:54 -05:00
  • cb52640508 [ox] Cleanup gary 2024-04-18 19:23:32 -05:00
  • 7d76a5da3a [ox/std] Replace ox::ignore with std::ignore gary 2024-04-13 00:35:49 -05:00
  • df0692fb93 [ox/std] Cleanup gary 2024-04-13 00:10:09 -05:00
  • 6e47a5cc1a [ox/std] Fix Signed_c and Unsigned_c gary 2024-04-13 00:07:40 -05:00
  • bb06533c22 [ox/model] Add constexpr ModelTypeId_v gary 2024-04-09 23:52:43 -05:00
  • 8dc98c1f75 [ox/std] Fix sfmt constexpr problems gary 2024-04-09 23:47:18 -05:00
  • 81a4ebcc66 [ox/std] Sort of fix custom assert gary 2024-04-09 23:46:54 -05:00
  • 0aba9109bf [ox/std] Fix some Vector constexpr problems gary 2024-04-09 23:46:12 -05:00
  • d18668a918 [ox/std] Add nodiscard to some string functions gary 2024-04-09 22:40:37 -05:00
  • 5c605c3479 [ox/std] Add ox::ignore gary 2024-04-09 22:40:20 -05:00
  • 8314bcd260 [ox/std] Add assert to AnyPtr::Wrap::copyTo to ensure sufficiently large buff gary 2024-03-24 02:22:37 -05:00
  • ee8b05c2ea [ox/std] Make AnyPtr constexpr gary 2024-03-23 17:01:49 -05:00
  • ed4b6d76a5 [ox/std] Add AnyPtr gary 2024-03-23 16:52:43 -05:00
  • 6c03bd8264 [ox/std] Make ranges predicates const refs gary 2024-02-17 11:43:25 -06:00
  • 96a8e7e5be [ox] Remove panicing ModelValue operators gary 2024-02-11 20:35:19 -06:00
  • 2f5f370a07 [ox] Make serialize and allocate Writer_c functions take refs gary 2024-02-11 19:39:29 -06:00
  • baa708b049 [ox/preloader] Remove debug code gary 2024-02-11 17:29:54 -06:00
  • 0408f78e0e [ox/model,ox/preloader] Add ability to handle inline arrays gary 2024-02-11 17:23:38 -06:00
  • 4f30c12f69 [ox] Add ability for ModelValue to represent inline arrays, add to preloader gary 2024-02-04 10:19:30 -06:00
  • c2cb8168ec [ox/std] Add Vector::capacity gary 2024-02-01 21:06:53 -06:00
  • 034a9768b8 [ox] Fix various preloader problems gary 2024-02-01 21:06:35 -06:00
  • 31a0e6d9b0 [ox/fs] Add comparison operator for FileAddress gary 2024-02-01 21:02:46 -06:00
  • 54e4267b9c [ox/preloader] Fix case where alignOf always used NativePlatSpec gary 2024-01-31 23:07:40 -06:00
  • 2b9947e22f [ox/oc] Fix objects to always write when members of arrays gary 2024-01-30 21:45:58 -06:00
  • b1cdb5aad3 [ox/model] Change order of oxModelFieldRename args gary 2024-01-28 17:59:36 -06:00
  • ebec1a792c [ox/std] Add Vector::at gary 2024-01-28 16:29:39 -06:00
  • 54dde255e5 [ox/model] Fix clangd false alarm gary 2024-01-27 23:40:16 -06:00
  • 2ad3cba41f [ox] Update copyright for 2024 gary 2024-01-01 12:03:16 -06:00
  • 3d4d52b15a [ox/std] Add error.hpp include to memory.hpp gary 2023-12-31 22:51:30 -06:00
  • 6e71ada280 [ox/claw] Improve error clarity when loading ModelObjects gary 2023-12-30 13:57:51 -06:00
  • df6c9f4434 [ox/fs] Remove stdc++fs from library list on Linux gary 2023-12-30 01:05:46 -06:00
  • b3a93a68fa [ox] Fix TypeDescWriter segfault gary 2023-12-29 18:42:59 -06:00
  • 06a84b9cb8 [ox/oc] Remove some unnecessary code gary 2023-12-27 23:50:02 -06:00
  • 60c19129b5 [ox/oc] Fix array writing to write all values gary 2023-12-27 23:47:52 -06:00
  • 133447a105 [ox/std] Cleanup Result::copyTo variants gary 2023-12-25 00:54:59 -06:00
  • 6bbb2871a2 [ox/std] Add or_value to Optional, Result gary 2023-12-25 00:51:17 -06:00
  • 6d4855d4ad [ox/std] Add Result::orVal gary 2023-12-23 17:52:20 -06:00
  • 1e4822ee05 [ox/model] Fix infinite recursion caused by have a vector of the same type in ModelValue gary 2023-12-22 19:44:04 -06:00
  • 830d6d417c [ox/fs] Cleanup FileAddress model gary 2023-12-22 19:40:30 -06:00
  • b87e112e51 [ox/mc] Fix serialization of negative numbers in non-64 bit values gary 2023-12-22 19:36:42 -06:00
  • fc7f542550 [ox/mc] Fix issue with -1 union index gary 2023-12-22 04:42:13 -06:00
  • 466f053676 [ox/std] Fix Optional deref operator, in_place constructor gary 2023-12-22 04:41:39 -06:00
  • 40212adcff [ox/preloader] Add missing typenames gary 2023-12-20 23:04:34 -06:00
  • 8705f7705f [ox/fs] Fix log message gary 2023-12-19 23:38:29 -06:00
  • 81b2c5f0a2 [ox/claw] Change readClaw to take ref to TypeStore gary 2023-12-14 23:56:02 -06:00
  • 81fc4abd4f [ox/std] Improve r/l-value correctness of Result::to, make unwrap nodiscard gary 2023-12-14 22:41:05 -06:00
  • 1bce898416 [ox/std] Fix Result::copyTo gary 2023-12-14 22:33:03 -06:00
  • d389785bb5 [ox/std] Fix error handling for Result::copyTo gary 2023-12-14 22:28:16 -06:00
  • 0bf8f096c2 [ox] Make Result copyTo and moveTo take refs gary 2023-12-14 22:26:17 -06:00
  • 2e87f50c87 [ox/mc] Fix more Clang issues gary 2023-12-14 21:35:02 -06:00
  • 958dec1c55 [ox/oc] Fix C string writing gary 2023-12-14 19:28:14 -06:00
  • a429702d6f [ox/fs] Fix segfault in FileAddress gary 2023-12-14 19:27:47 -06:00