Commit Graph

1485 Commits

Author SHA1 Message Date
gary 13b11ae71c [ox/model] Rename and fix isBString helpers
(synced from bc05bd12e5)
2026-01-25 02:06:14 -06:00
gary d9c462240a [ox] Remove enable_if
(synced from b754c66cf5)
2026-01-23 01:38:53 -06:00
gary 9c5808fa32 [ox/std] Slight optimization
(synced from 6a42303239)
2026-01-23 01:38:31 -06:00
gary 074c303057 [ox/std] Cleanup some enable_ifs
(synced from 7477ede222)
2026-01-21 23:35:19 -06:00
gary d2331f58d7 [ox/std] Add Union_c concept
(synced from 65e3153dda)
2026-01-21 23:35:02 -06:00
gary d48b24e8b8 [ox/std] Cleanup
(synced from 53a224cf8f)
2026-01-21 23:34:36 -06:00
gary 249c924d89 [ox/std] Fix writeItoa to work with max length 64 bit ints
(synced from 592e641ba9)
2026-01-21 23:28:13 -06:00
gary afa7e53126 [ox] Update docs
(synced from 689da4a019)
2026-01-21 21:04:17 -06:00
gary a0272a59a6 [ox/std] Remove excess char from intToStr return
(synced from 63f627377d)
2026-01-20 01:29:37 -06:00
gary 8719ebcde4 [ox] Update error handling docs
(synced from 4d0da022cf)
2026-01-20 00:47:51 -06:00
gary e793e62b0a [ox] Fix issues in String Types section of docs
(synced from 02332d99b5)
2026-01-20 00:26:38 -06:00
gary 26753ffd22 [ox/std] Fix writeItoa to work with negatives
(synced from a566ed2a8b)
2026-01-19 23:00:16 -06:00
gary 9993a3e422 [ox/std] Make StringLiteral constructors non-explicit
(synced from 815c3d19bf)
2026-01-19 21:00:58 -06:00
gary 9624b2546b [ox/std] Fix intToStr to have room for negatives
(synced from 522bb14f18)
2026-01-19 21:00:12 -06:00
gary 84ff508ff0 [ox] Add strings section to docs
(synced from f40d5515f9)
2026-01-18 19:00:24 -06:00
gary 289d14ee8e [ox/std] Add Vector::reserveResize
(synced from 941d1d90dc)
2026-01-07 21:48:04 -06:00
gary 004e22f55e [ox/std] Make ox::Vector::push_back comply with std::vector::push_back
(synced from 671fa54f6f)
2025-09-10 23:47:36 -05:00
gary 5a0bc97427 [ox/std] Fix channel format for oxLogError
(synced from f41213f13f)
2025-09-04 21:11:52 -05:00
gary a90c072cab [ox/fs] Fix write functions to take SpanViews
(synced from 28be7c4650)
2025-09-04 21:11:52 -05:00
gary b0e6380e7c [ox/std] Fix Windows GCC build
(synced from 2f340b13b2)
2025-09-04 01:21:13 -05:00
gary 6e06ad50dd [ox/std] Remove oxDebug line
(synced from 0d69d0c4a2)
2025-08-19 21:02:13 -05:00
gary 8c4dbbfee6 [ox/mc] Remove an oxDebug line
(synced from 81a0b8c820)
2025-08-19 20:59:51 -05:00
gary ce4a375809 [ox/oc] Remove an oxDebug line
(synced from 172b5aee90)
2025-08-19 20:58:32 -05:00
gary 7fe4b3174c [ox/std] Add and integrate std::launder
(synced from 3006e77ef3)
2025-08-12 22:37:21 -05:00
gary 097be333a3 [ox/std] Fix MSVC build
(synced from a24fc407c5)
2025-07-31 00:38:26 -05:00
gary 2aa7284fe9 Merge commit '1bfb7f99c215e2c74556bd3281f44962b8faaa96'
(synced from f7c3c02c4c)
2025-07-30 00:42:42 -05:00
gary 53b7d7225d [ox/std] Fix UPtr::reset to conform to unique_ptr::reset
(synced from aacff3daf9)
2025-07-30 00:29:34 -05:00
gary f67de6822c [ox/std] Add pre- and post-increment operators to Span
(synced from fbf49ba511)
2025-07-26 18:31:55 -05:00
gary 25a8a2baf4 [ox/std] Add null check for deallocating in consteval context Vector
(synced from 92f74b27d1)
2025-07-26 18:31:41 -05:00
gary 9ae6631997 [ox/std] Add beginsWith and endsWith variants that that cingle chars
(synced from 934f0c9232)
2025-07-26 18:31:03 -05:00
gary 14bbb8fffc [ox/std] Cleanup
(synced from ee9a3e1152)
2025-07-26 18:30:12 -05:00
gary 4ca8951469 [ox/std] Give std::ignore a named type
(synced from 08b9508d83)
2025-07-26 15:09:10 -05:00
gary e07e3975f2 [ox/std] Rename string len() functions to size()
(synced from bea0cf5a0c)
2025-07-25 22:47:56 -05:00
gary fc2166c109 [ox/std] Add Result::transformError
(synced from fdf39d1a25)
2025-07-24 01:24:11 -05:00
gary f09f5e83c7 [ox/std] Add missing include to StringParam
(synced from a523a75e4b)
2025-07-24 01:23:58 -05:00
gary eec46ab054 [ox/clargs] Fix arg parsing for first '-'
(synced from cdaa64ed3f)
2025-07-24 01:23:31 -05:00
gary 87da752149 [ox/std] Make StringLiteral constructors consteval
(synced from 671b8edaad)
2025-06-27 23:05:42 -05:00
gary 1819c958db [ox/std] Fix StringLiteral::operator= to work with DevkitARM
(synced from 21713ba945)
2025-06-25 21:29:41 -05:00
gary b701d20956 [ox/std] Make strToInt return error for empty string
(synced from 9d8da7ccda)
2025-06-20 22:43:33 -05:00
gary c535f6d457 [ox/logconn] Add exception handling for logger thread
(synced from 12e5623fe6)
2025-06-19 23:56:26 -05:00
gary 3ba2c8a75f [ox/std] Make Vector::remove take a MaybeView_t
(synced from 26f1a6051f)
2025-05-24 00:46:39 -05:00
gary a6987dbe17 [ox] Cleanup all ox::Error(0) instances
(synced from fab012d3e7)
2025-05-23 20:24:58 -05:00
gary 4c03e8a8cd [ox/std] Fix implementation of std cmp functions
(synced from 312097a799)
2025-05-23 03:22:27 -05:00
gary 3facdd978d [ox/fs] Fix new build error in MSVC (VS 17.14)
(synced from 26d5048e67)
2025-05-22 20:05:09 -05:00
gary 57fa143d5c [ox/std] Make StringViewCR honest
(synced from ea17377700)
2025-05-17 17:34:22 -05:00
gary 3a12b46cf9 [ox/std] Add StringParam(IString const&) constructor
(synced from 626da322d9)
2025-05-15 20:37:44 -05:00
gary 6eeff3a448 [ox/std] Make Span::operator[] const
(synced from ae81f6b3de)
2025-05-13 22:02:23 -05:00
gary 07a3d73a73 [ox/std] Cleanup
(synced from 02383a4aed)
2025-05-09 01:22:29 -05:00
gary a6490b0e48 [ox/mc] Fix break from using strnlen_s inappropriately
(synced from 26fe266b09)
2025-05-07 01:18:14 -05:00
gary d6673a5034 [ox] Rename itoa to intToStr
(synced from 50c8302f4a)
2025-05-06 22:29:31 -05:00