|
|
0d106bde21
|
[ox/oc] Fix objects to always write when members of arrays
|
2024-01-30 21:45:58 -06:00 |
|
|
|
d1efbb2ffa
|
[ox] Update copyright for 2024
|
2024-01-01 12:03:16 -06:00 |
|
|
|
67543af806
|
[ox/oc] Remove some unnecessary code
Build / build (push) Successful in 2m3s
|
2023-12-27 23:50:02 -06:00 |
|
|
|
6b774ec285
|
[ox/oc] Fix array writing to write all values
Build / build (push) Successful in 2m6s
This is necessary because OC array sizes are determined through the presence of the data.
|
2023-12-27 23:47:52 -06:00 |
|
|
|
ef6e3af735
|
[ox/model] Fix infinite recursion caused by have a vector of the same type in ModelValue
|
2023-12-22 19:44:04 -06:00 |
|
|
|
d31938ba4f
|
[ox] Make Result copyTo and moveTo take refs
|
2023-12-14 22:26:17 -06:00 |
|
|
|
c426decd99
|
[ox/oc] Fix C string writing
|
2023-12-14 19:28:14 -06:00 |
|
|
|
960889749d
|
[ox] Fix some template issue that come up with some versions of Clang, fix empty string read in OC
|
2023-12-13 22:46:13 -06:00 |
|
|
|
0d606643f5
|
[ox/mc,ox/oc] Fix write for ox::Array, cleanup
|
2023-12-04 21:43:22 -06:00 |
|
|
|
b61f81abf0
|
[ox] Make tests more consistent
|
2023-12-04 00:22:00 -06:00 |
|
|
|
1a1c8ae6cc
|
[ox] Make ox::String::String(const char*) explicit
|
2023-12-01 22:36:24 -06:00 |
|
|
|
7ee52db6a1
|
[ox] MSVC fixes
|
2023-11-11 20:24:11 -06:00 |
|
|
|
280130c3cd
|
[ox] Correct tests path
|
2023-07-01 16:17:41 -05:00 |
|
|
|
6166ab15db
|
[ox] Make tests search in {build output}/bin dir for tests
|
2023-07-01 16:03:19 -05:00 |
|
|
|
e22743961a
|
[ox] Make model system's setTypeInfo return an Error
|
2023-06-09 20:49:36 -05:00 |
|
|
|
5a021043f4
|
[ox] Make OC and Claw writers take const values
|
2023-06-08 21:57:43 -05:00 |
|
|
|
23054c9f6f
|
[ox] Remove SerStr
|
2023-06-08 21:34:33 -05:00 |
|
|
|
2c8e073172
|
[ox] Cleanup serialization writers, make MC and Claw use Writer_c
|
2023-06-08 21:18:26 -05:00 |
|
|
|
3fdfee33a9
|
[ox] Fix remaining implicit conversion issues
|
2023-06-07 00:41:09 -05:00 |
|
|
|
7bccfc8a00
|
[ox] Fix Xcode build errors
|
2023-06-06 00:17:51 -05:00 |
|
|
|
546ce9b253
|
[ox] Get rid of ox subdirectory in lib install path
|
2023-04-19 20:45:18 -05:00 |
|
|
|
19d5641c6e
|
[ox/oc] Fix unnecessary copy
|
2023-03-11 16:57:04 -06:00 |
|
|
|
2e051f947d
|
[ox/mc,oc] Add support for ox::Array serialization
|
2023-02-18 17:07:14 -06:00 |
|
|
|
762804905a
|
[ox] Make UUID serializable, and make serialize as a string in OC
|
2023-02-16 01:36:20 -06:00 |
|
|
|
44f45e64e9
|
[nostalgia/studio] Add ClawViewer for unknown types
|
2022-12-15 01:36:55 -06:00 |
|
|
|
fe42702e88
|
[ox/oc] Fix to iterate to next field of parent after reading array
|
2022-12-04 14:55:29 -06:00 |
|
|
|
50e2fadcd1
|
[ox/oc] Fix sub-object read not to return early
|
2022-11-30 22:51:57 -06:00 |
|
|
|
cbb496c59f
|
[ox] Add StringView, Writer system, Preloader system
|
2022-11-30 01:45:11 -06:00 |
|
|
|
1302d5bf85
|
[ox] Add const char *const* fieldString handlers to OC and MC writers
|
2022-07-21 02:18:56 -05:00 |
|
|
|
94e3ed217a
|
[ox] Fix for GCC pedantry around potential null ptrs that will never happen
|
2022-07-13 21:20:11 -05:00 |
|
|
|
ca64f95be3
|
[ox] Overhaul serialization/model system and add ModelValue/ModelObject/ModelUnion variant system
|
2022-07-04 02:39:20 -05:00 |
|
|
|
c4a1655a8f
|
[ox] Make model type version mandatory
|
2022-05-29 22:21:05 -05:00 |
|
|
|
d5252a45d3
|
[ox/oc] Make write omit lists if length is 0
|
2022-05-28 20:33:05 -05:00 |
|
|
|
9c3a46d144
|
[ox] Make TypeStore own all type info
|
2022-05-28 19:55:46 -05:00 |
|
|
|
41cc78db66
|
[ox] Fix jsoncpp include path export
|
2022-03-12 02:34:04 -06:00 |
|
|
|
5a4b539ac1
|
[ox] Bundle jsoncpp under deps
|
2022-03-11 22:30:42 -06:00 |
|
|
|
395e262e3e
|
[ox/mc] Add writer fieldString function
|
2022-02-03 00:38:28 -06:00 |
|
|
|
9ee6cfbbfd
|
[ox] Run liccor
|
2022-01-13 02:05:02 -06:00 |
|
|
|
163fcf1785
|
[ox] Remove std::move calls that suppressed copy elision
|
2021-12-11 19:16:29 -06:00 |
|
|
|
37664ede05
|
[ox/std] Deprecate ox::move
|
2021-12-11 19:16:29 -06:00 |
|
|
|
1f24912ddd
|
[ox] Correct bad bit_cast uses and improve constexpr-ness
|
2021-12-11 19:16:29 -06:00 |
|
|
|
8480eeba0c
|
[ox/oc] Resize vectors before writing to them
|
2021-08-02 21:23:19 -05:00 |
|
|
|
77bc18129b
|
[ox/oc] Remove setTypeInfo invocation from OC write
|
2021-07-29 23:33:09 -05:00 |
|
|
|
d8a13a0933
|
[ox/{mc,oc}] Fix problems caused by making methods const
|
2021-07-29 23:25:45 -05:00 |
|
|
|
55f14eb548
|
[ox/{mc,oc}] Improve noexcept correctness
|
2021-07-29 23:25:38 -05:00 |
|
|
|
2e9b7fe871
|
[ox] Remove need for explicit fields count in model system, add ox::String handler to OC
|
2021-07-29 23:25:35 -05:00 |
|
|
|
0aad2913ea
|
[ox/oc] Fix typo
|
2021-07-23 21:44:09 -05:00 |
|
|
|
c1338d9d87
|
[ox/oc] Fix ox::String serialization
|
2021-05-12 21:44:34 -05:00 |
|
|
|
63f4b96d0f
|
[ox] Cleanup
|
2021-05-12 21:14:18 -05:00 |
|
|
|
ed598378ae
|
[ox/oc] Cleanup
|
2021-05-03 21:16:19 -04:00 |
|