Commit Graph

1481 Commits

Author SHA1 Message Date
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
gary b1cdb5aad3 [ox/model] Change order of oxModelFieldRename args
(synced from 227dd68a4f)
2024-01-28 18:03:50 -06:00
gary ebec1a792c [ox/std] Add Vector::at
(synced from 09c57545bc)
2024-01-28 16:29:39 -06:00
gary 54dde255e5 [ox/model] Fix clangd false alarm
(synced from 9948346ce4)
2024-01-27 23:40:16 -06:00
gary 2ad3cba41f [ox] Update copyright for 2024
(synced from d1efbb2ffa)
2024-01-01 12:03:16 -06:00
gary 3d4d52b15a [ox/std] Add error.hpp include to memory.hpp
(synced from de9f842640)
2023-12-31 22:52:10 -06:00
gary 6e71ada280 [ox/claw] Improve error clarity when loading ModelObjects
(synced from bd2aeee276)
2023-12-30 13:57:51 -06:00
gary df6c9f4434 [ox/fs] Remove stdc++fs from library list on Linux
(synced from 89fab5cc20)
2023-12-30 01:05:46 -06:00
gary b3a93a68fa [ox] Fix TypeDescWriter segfault
(synced from 72dddcaee5)
2023-12-29 18:42:59 -06:00
gary 06a84b9cb8 [ox/oc] Remove some unnecessary code
(synced from 67543af806)
2023-12-27 23:50:02 -06:00
gary 60c19129b5 [ox/oc] Fix array writing to write all values
This is necessary because OC array sizes are determined through the presence of the data.

(synced from 6b774ec285)
2023-12-27 23:47:52 -06:00
gary 133447a105 [ox/std] Cleanup Result::copyTo variants
(synced from e941781f21)
2023-12-25 00:54:59 -06:00
gary 6bbb2871a2 [ox/std] Add or_value to Optional, Result
(synced from b869f490c3)
2023-12-25 00:51:17 -06:00
gary 6d4855d4ad [ox/std] Add Result::orVal
(synced from 45ec39f77b)
2023-12-23 17:52:20 -06:00
gary 1e4822ee05 [ox/model] Fix infinite recursion caused by have a vector of the same type in ModelValue
(synced from ef6e3af735)
2023-12-22 19:44:04 -06:00
gary 830d6d417c [ox/fs] Cleanup FileAddress model
(synced from 80d0df2f46)
2023-12-22 19:40:30 -06:00
gary b87e112e51 [ox/mc] Fix serialization of negative numbers in non-64 bit values
(synced from 9db10ec4a1)
2023-12-22 19:36:42 -06:00
gary fc7f542550 [ox/mc] Fix issue with -1 union index
(synced from 3fa9d132ae)
2023-12-22 04:42:13 -06:00
gary 466f053676 [ox/std] Fix Optional deref operator, in_place constructor
(synced from 907ead2948)
2023-12-22 04:41:39 -06:00
gary 40212adcff [ox/preloader] Add missing typenames
(synced from 77c86b9516)
2023-12-20 23:04:34 -06:00
gary 8705f7705f [ox/fs] Fix log message
(synced from 7ba6fb3ac5)
2023-12-19 23:38:29 -06:00
gary 81b2c5f0a2 [ox/claw] Change readClaw to take ref to TypeStore
(synced from 8b3b8d50d6)
2023-12-14 23:56:02 -06:00
gary 81fc4abd4f [ox/std] Improve r/l-value correctness of Result::to, make unwrap nodiscard
(synced from 3a781f6704)
2023-12-14 22:41:05 -06:00
gary 1bce898416 [ox/std] Fix Result::copyTo
(synced from 30909f85a3)
2023-12-14 22:33:03 -06:00
gary d389785bb5 [ox/std] Fix error handling for Result::copyTo
(synced from 9cc27f5be9)
2023-12-14 22:28:16 -06:00