Commit Graph

1455 Commits

Author SHA1 Message Date
gary 54a6a7df0b [ox/std] Remove incomplete writeF32toa
(synced from 74a8a7d751)
2024-05-08 23:43:12 -05:00
gary 0db4a1a345 [ox] Cleanup
(synced from 63486c23d4)
2024-05-08 23:35:05 -05:00
gary 5a9ffa2818 [ox/std] Update Vector memory map for preloader
(synced from 47a6a410c4)
2024-05-03 23:41:16 -05:00
gary 425c4a1126 [ox/std] Rework itoa
(synced from 20ff0f89fe)
2024-05-03 20:31:40 -05:00
gary 45bb349204 [ox/model] Remove broken global var
(synced from 4061b8314e)
2024-05-03 00:12:34 -05:00
gary 285b72d864 [ox/std] Add String::append(StringView), cleanup
(synced from 18bb50626d)
2024-05-03 00:07:03 -05:00
gary af57f37e72 [ox/std] Remove append operators from IString
This is because the append operators cannot report the failure that is possible with IString

(synced from d2a3cfa72e)
2024-05-02 23:59:19 -05:00
gary cf09bf1e62 [ox/std] Cleanup IString
(synced from 7c4e2a6564)
2024-05-02 23:33:39 -05:00
gary c4aa127709 [ox/std] Cleanup
(synced from 7163947efd)
2024-05-02 23:14:03 -05:00
gary 46f371ae7e [ox/std] Make substr always take and return a StringView
(synced from fda1280d29)
2024-05-02 22:20:25 -05:00
gary ad0e70cd9e [cityhash] Cleanup
(synced from 59aa4ad21a)
2024-05-02 22:20:01 -05:00
gary b3b0dc599c [ox/std] Fix Integer assignment operator return
(synced from acd93337d4)
2024-04-29 22:54:34 -05:00
gary 784c63332c [ox/std] Fix Integer assignment operator return
(synced from cebd3b0a0f)
2024-04-29 22:52:34 -05:00
gary 3c22655950 [ox/std] Cleanup
(synced from 43e2e2155b)
2024-04-29 22:48:22 -05:00
gary 410e512e1b [ox/std] Make safeDelete constexpr
(synced from be1f90955b)
2024-04-29 22:43:27 -05:00
gary 712658e2f3 [ox/std] Add std::string(_view) variant of MaybeView
(synced from 0f2c18d554)
2024-04-25 23:03:38 -05:00
gary 9d4b3ac572 [ox/std] Make Vector::contains always noexcept
(synced from 1b629da8fc)
2024-04-24 21:39:02 -05:00
gary 42a8a51d04 [ox] Improve hasing and MaybeView
* Add CityHash dep
* Use CityHash for HashMap
* Make MaybeView more versatile
* Cleanup some inappropriate MaybeView uses

(synced from 32e4702dc7)
2024-04-24 20:59:37 -05:00
gary 62b049b979 [ox] Rename BString to IString
(synced from a00a0bd2ff)
2024-04-24 00:54:02 -05:00
gary 4314c35dc6 [ox] Remove oxIgnoreError
(synced from ea1feb726e)
2024-04-22 23:40:42 -05:00
gary 60492202e9 [ox] Run liccor
(synced from e9a6a09629)
2024-04-21 17:01:48 -05:00
gary f572b1357d Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133'
(synced from d7f309750e)
2024-04-21 13:13:26 -05:00
gary 11acb5e9dd [ox/std] Add String constructor that takes a StringLiteral
(synced from ebf3a6961e)
2024-04-21 10:31:26 -05:00
gary c6a0294b42 [ox/std] Add implicit String constructor for str literals
Also make String more constexpr friendly

(synced from dfd27afd67)
2024-04-18 23:59:47 -05:00
gary f95f907a03 [ox/std] Remove unnecessary copying from HashMap::expand
(synced from 6bfe184261)
2024-04-18 23:39:33 -05:00
gary 396e61ed99 [ox] Cleanup
(synced from 922323833c)
2024-04-18 23:32:54 -05:00
gary cb52640508 [ox] Cleanup
(synced from a20d7fd923)
2024-04-18 19:24:56 -05:00
gary 7d76a5da3a [ox/std] Replace ox::ignore with std::ignore
(synced from 6808adc8a1)
2024-04-13 00:35:49 -05:00
gary df0692fb93 [ox/std] Cleanup
(synced from abc076d657)
2024-04-13 00:10:09 -05:00
gary 6e47a5cc1a [ox/std] Fix Signed_c and Unsigned_c
(synced from 1b790a34c4)
2024-04-13 00:07:40 -05:00
gary bb06533c22 [ox/model] Add constexpr ModelTypeId_v
(synced from 7941a514ba)
2024-04-10 00:00:48 -05:00
gary 8dc98c1f75 [ox/std] Fix sfmt constexpr problems
(synced from 0c09c5306e)
2024-04-09 23:47:18 -05:00
gary 81a4ebcc66 [ox/std] Sort of fix custom assert
(synced from 3ff91af86b)
2024-04-09 23:46:54 -05:00
gary 0aba9109bf [ox/std] Fix some Vector constexpr problems
(synced from 79b42e1df7)
2024-04-09 23:46:12 -05:00
gary d18668a918 [ox/std] Add nodiscard to some string functions
(synced from 5eec9085f8)
2024-04-09 22:40:37 -05:00
gary 5c605c3479 [ox/std] Add ox::ignore
(synced from af7c89564c)
2024-04-09 22:40:20 -05:00
gary 8314bcd260 [ox/std] Add assert to AnyPtr::Wrap::copyTo to ensure sufficiently large buff
(synced from 2c0e02277c)
2024-03-24 02:22:37 -05:00
gary ee8b05c2ea [ox/std] Make AnyPtr constexpr
(synced from 50f3479d10)
2024-03-23 17:05:20 -05:00
gary ed4b6d76a5 [ox/std] Add AnyPtr
(synced from 3fa247e3d4)
2024-03-23 16:52:43 -05:00
gary 6c03bd8264 [ox/std] Make ranges predicates const refs
(synced from b015fe88b7)
2024-02-17 11:43:25 -06:00
gary 96a8e7e5be [ox] Remove panicing ModelValue operators
(synced from 74fb051ef2)
2024-02-11 20:35:19 -06:00
gary 2f5f370a07 [ox] Make serialize and allocate Writer_c functions take refs
(synced from 24fda7d589)
2024-02-11 19:39:29 -06:00
gary baa708b049 [ox/preloader] Remove debug code
(synced from b97d7d9956)
2024-02-11 17:29:54 -06:00
gary 0408f78e0e [ox/model,ox/preloader] Add ability to handle inline arrays
(synced from 4e50889b5c)
2024-02-11 17:23:38 -06:00
gary 4f30c12f69 [ox] Add ability for ModelValue to represent inline arrays, add to preloader
(synced from ee05118478)
2024-02-04 10:19:30 -06:00
gary c2cb8168ec [ox/std] Add Vector::capacity
(synced from c55994f67d)
2024-02-01 21:06:53 -06:00
gary 034a9768b8 [ox] Fix various preloader problems
(synced from e81d28a681)
2024-02-01 21:06:35 -06:00
gary 31a0e6d9b0 [ox/fs] Add comparison operator for FileAddress
(synced from 0626c2a815)
2024-02-01 21:02:46 -06:00
gary 54e4267b9c [ox/preloader] Fix case where alignOf always used NativePlatSpec
(synced from 28b1c6dcf4)
2024-01-31 23:07:40 -06:00
gary 2b9947e22f [ox/oc] Fix objects to always write when members of arrays
(synced from 0d106bde21)
2024-01-30 21:45:58 -06:00