Commit Graph

1458 Commits

Author SHA1 Message Date
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
gary 0bf8f096c2 [ox] Make Result copyTo and moveTo take refs
(synced from d31938ba4f)
2023-12-14 22:26:17 -06:00
gary 2e87f50c87 [ox/mc] Fix more Clang issues
(synced from e6803af22f)
2023-12-14 21:35:02 -06:00
gary 958dec1c55 [ox/oc] Fix C string writing
(synced from c426decd99)
2023-12-14 19:28:14 -06:00
gary a429702d6f [ox/fs] Fix segfault in FileAddress
(synced from 496afd66ea)
2023-12-14 19:27:47 -06:00
gary af9e7a6b4f [ox] Fix some template issue that come up with some versions of Clang, fix empty string read in OC
(synced from 960889749d)
2023-12-13 22:46:13 -06:00
gary fb0f55a5f4 [ox/fs] Some cleanup for FileAddress
(synced from a4fac4c1d3)
2023-12-09 15:06:06 -06:00
gary f8cc439487 [ox/mc] Fix test struct model, fix zeroing out of empty vectors in unions
(synced from eed240eacc)
2023-12-09 11:21:27 -06:00
gary 917392792c [ox/std] Fix more functions to work with UPter custom deleters
(synced from cc7c7ac9d7)
2023-12-09 01:33:33 -06:00
gary f27ec37161 [ox/model] Remove another const_cast
(synced from 8804819e17)
2023-12-09 00:50:14 -06:00
gary eac0ce666d [ox] Add optional typename to satisfy clangd
(synced from ade6af8698)
2023-12-09 00:49:37 -06:00
gary f9e0be6bdf [ox] Cleanup some const_casts
(synced from cd0958c691)
2023-12-09 00:49:03 -06:00
gary 6124422dfd [ox/std] Give UPter alias the other template parameter of UniquePtr
(synced from 1298051a1a)
2023-12-08 22:33:36 -06:00
gary 10e136bf3a [ox/claw] Remove ReadClaw from build
(synced from f169c96e78)
2023-12-07 00:15:08 -06:00
gary ffc25b943f [ox/std] Add SpanView::data()
(synced from 7e19f45c69)
2023-12-05 22:51:18 -06:00
gary a820846336 [ox/mc,ox/oc] Fix write for ox::Array, cleanup
(synced from 0d606643f5)
2023-12-04 21:43:22 -06:00
gary eef0600873 [ox/claw] Test cleanup
(synced from 7d9a1676e8)
2023-12-04 00:26:08 -06:00
gary 708ad1e484 [ox] Make tests more consistent
(synced from b61f81abf0)
2023-12-04 00:22:00 -06:00
gary 61b0959ce0 [ox/std] Add lastIndexOf(StringView, char)
(synced from 5cbf789374)
2023-12-03 22:14:42 -06:00
gary 80ce8b0a1f [ox/std] Add CStringView::CStringView(StringLiteral)
(synced from 8f5173e52a)
2023-12-03 19:06:37 -06:00
gary 58507857bc [ox/std] Rename Result::get to Result::copyTo
(synced from 9ab3543b32)
2023-12-03 19:03:42 -06:00
gary f1cd21d27b [ox/std] Remove ox_strcpy
(synced from d16bbef282)
2023-12-03 19:03:08 -06:00
gary 324a9865b1 [ox/fs] Cleanup unnecessary constructors in FileAddress
(synced from a8db357360)
2023-12-03 19:02:36 -06:00
gary 91ebb148d3 [ox/fs] Make FileAddress constructor take a StringLiteral
(synced from b13eb0ef70)
2023-12-03 10:17:24 -06:00