Commit Graph

1101 Commits

Author SHA1 Message Date
gary 49f428213d [ox/std] Fix BString assign and compare
(synced from 9561a68483)
2023-02-11 02:32:24 -06:00
gary dd0f99cc1e [ox/std] Add tests for UUID int to hex str conversion
(synced from 86f639c7f7)
2023-02-08 21:40:29 -06:00
gary 58d9916949 [ox/std] Add UUID implementation
(synced from 4f906f6e47)
2023-02-08 21:37:17 -06:00
gary 704990e896 [ox/model] Fix ModelUnion to copy type on copy and move
(synced from dba31d2cd9)
2023-02-07 23:19:18 -06:00
gary e688d33e39 [ox/std] Make ox::min/max use values instead of refs for integrals, add CommonRefWith
(synced from eb55144211)
2023-02-07 01:35:50 -06:00
gary 55b3838143 [ox/std] Fix alignment of Optional's buffer
(synced from 5de5eee215)
2023-02-07 01:33:30 -06:00
gary 49eb0a7bee [ox/std] Fix String to StringView compare
(synced from d571d49cce)
2023-02-07 01:30:59 -06:00
gary aa7c4c2609 [ox/std] Fix Optional
(synced from 6769bb63d9)
2023-02-06 22:43:30 -06:00
gary 371d1c334a [ox/std] Add StringView split and find functions
(synced from 3c9e6d10ea)
2023-02-05 00:33:27 -06:00
gary 19d908e9ec [ox] GBA fixes
(synced from b1b2780eb9)
2023-02-03 21:56:30 -06:00
gary 41552bb4af [ox/fs] Add error message to an error
(synced from 26a1f2e4ad)
2023-02-03 02:02:57 -06:00
gary 9e33be5df7 [ox/model] Add default type params arg to buildTypeId
(synced from 83589287bc)
2023-02-03 00:22:11 -06:00
gary bfa1694978 [ox/model] Add type name and version functions overload option
(synced from 17cb40c0ec)
2023-01-30 23:13:07 -06:00
gary 2faa0b775a [ox/fs] Fix a log message's channel
(synced from 838187797a)
2023-01-27 01:34:43 -06:00
gary 4622900763 [ox/fs] Wrap overloaded virtual functions in FileSystem
(synced from 1cfa594c92)
2023-01-27 00:00:35 -06:00
gary ad16d1727a [ox] Add logconn for Bullock logging
(synced from 94cb2e982a)
2023-01-25 02:08:52 -06:00
gary 1716d51d4f [ox/model] Fix FieldCounter to count CString fields
(synced from e1fa48ea2f)
2023-01-25 00:21:23 -06:00
gary 7c89b1a1e2 [ox/std] Add Vector::emplace
(synced from 4cb6992178)
2023-01-14 19:42:17 -06:00
gary 72d9f1f44e [ox] Update more C strings to StringViews
(synced from 3cd638737a)
2023-01-03 03:31:22 -06:00
gary 688e9e763b [ox/std] Make String::beginsWtih and endsWith functions that take StringViews
(synced from 5508dc5dc0)
2023-01-03 03:30:33 -06:00
gary 0c20ac9c55 [ox/std] Add toStdStringView and endsWith functions
(synced from 55ea405a54)
2022-12-31 17:14:09 -06:00
gary 07f8d728b2 [ox] Replace C strings in FS with StringView
(synced from ca07dc6152)
2022-12-31 14:58:35 -06:00
gary 3ae24409c1 [ox/std] Remove some unnecessary/breaking checks in BasicString::set functions
(synced from 887d3b3d13)
2022-12-29 02:12:11 -06:00
gary 5ca6864060 [ox/model] MSVC fix
(synced from b08559b3f3)
2022-12-19 00:19:28 -06:00
gary 9a826a7024 [ox/claw] MSVC fix
(synced from c9f1b3aaa3)
2022-12-18 23:27:59 -06:00
gary 50f11bf97a [ox/std] Change __has_include_nexts to __has_include
(synced from b818c1e3d6)
2022-12-18 21:11:41 -06:00
gary be5b5aeaab [ox/claw] Remove ambiguous second TypeInfoCatcher::setTypeInfo
(synced from 706f5b345a)
2022-12-18 21:11:12 -06:00
gary 1fb1e0da77 [ox/std] Fix unnecessary implicit sign conversion
(synced from 22a7ff74ce)
2022-12-18 21:04:44 -06:00
gary 91327845fa [ox] Fix for Windows
(synced from 4077f0bddc)
2022-12-18 21:04:44 -06:00
gary c81d137fa9 [ox] MSVC fixes
(synced from 1dddf4ad9d)
2022-12-18 16:39:20 -06:00
gary 865910e436 [ox/std] Add ox::make to wrap new in exception handling
(synced from 839a791ddd)
2022-12-17 13:54:26 -06:00
gary 2ba5313695 [ox/model] Change <> markers for type params to ## in type IDs to deal with NTFS' ineptitude
(synced from 26d6143006)
2022-12-17 13:38:59 -06:00
gary 38c92c6395 [nostalgia/studio] Add ClawViewer for unknown types
(synced from 44f45e64e9)
2022-12-15 01:36:55 -06:00
gary 92e32c16b9 [ox/preloader] Add ptr handling
(synced from 461e3d61ef)
2022-12-05 17:40:22 -06:00
gary 1593c000b1 [ox/std] Cleanup mGBA logging
(synced from 030d46a999)
2022-12-05 17:28:42 -06:00
gary 39f7aaca20 [ox/preloader] Fix Vector preloading
(synced from cd4a9300a5)
2022-12-04 22:31:51 -06:00
gary 11a71af0ff [ox/oc] Fix to iterate to next field of parent after reading array
(synced from fe42702e88)
2022-12-04 14:55:29 -06:00
gary 8dcba4cc9c [ox/model] Fix null ptr use when describing nested Vectors
(synced from ea7ccf40b1)
2022-12-04 01:48:56 -06:00
gary 24f751609c [ox/std] Begin mGBA registers with REG_MGBA_
(synced from 7434d949e7)
2022-12-03 17:24:58 -06:00
gary cb2cecd768 [ox/std] Remove write size output from mGBA logging function
(synced from 1868d53ecb)
2022-12-03 17:00:00 -06:00
gary 055e58bc7e [ox/std] Add mGBA logging
(synced from 3f86932ad8)
2022-12-03 16:48:07 -06:00
gary 1cf82b8908 [ox/preloader] Make Preloader use small string section of strings when able
(synced from 3040e6c90a)
2022-12-03 16:32:56 -06:00
gary 81f20426f8 [ox/preloader] Fix ox::String handling, add start and end alloc functions
(synced from 517ffddf04)
2022-12-03 01:47:04 -06:00
gary 509f6701b8 [ox/preloader] Fix SizeCather::pad
(synced from 5bac497293)
2022-12-03 01:43:45 -06:00
gary 2c97da053b [ox/std] Fix VectorMemMap sizeOf
(synced from 86c33019fe)
2022-12-03 01:42:23 -06:00
gary 60120fe6db [ox/model] Fix sizeOf functions
(synced from a946f8dae1)
2022-12-03 01:32:09 -06:00
gary b5cfb49290 [ox/preloader] Make Preloader::pad protected
(synced from 7c07fc9726)
2022-12-01 02:33:45 -06:00
gary 45db605f8e [ox/preloader] Fix alignment and add preload function
(synced from 5be8ed533e)
2022-12-01 01:59:27 -06:00
gary a91933293b [ox] Make setTypeInfo functions in model handlers consistent
(synced from 593a57a0ce)
2022-12-01 00:09:05 -06:00
gary b496b24bdc [ox/oc] Fix sub-object read not to return early
(synced from 50e2fadcd1)
2022-11-30 22:51:57 -06:00