Commit Graph

1127 Commits

Author SHA1 Message Date
gary de999002e4 [ox] Fix for a broken new memory safety check in GCC13
(synced from fcf0a9be95)
2023-05-19 21:32:18 -05:00
gary c4f4a9b449 [ox] Get rid of ox subdirectory in lib install path
(synced from 546ce9b253)
2023-04-19 20:45:18 -05:00
gary e77533b50c [ox/std] Cleanup
(synced from 9af8530e24)
2023-04-02 09:42:49 -05:00
gary 1ce9a5bcbf [ox] Switch Mac to use builtin bit_cast
(synced from b8c0bbe03a)
2023-04-01 23:23:36 -05:00
gary 821edaad3c [ox/oc] Fix unnecessary copy
(synced from 19d5641c6e)
2023-03-11 16:57:04 -06:00
gary eb37f39ce3 [ox/preloader] Cleanup NativePlatSpec
(synced from 21131a35a3)
2023-03-11 16:56:44 -06:00
gary cb1f99ec36 [ox/std] Add all_of and any_of range functions, cleanup
(synced from b58431c09a)
2023-03-11 16:46:17 -06:00
gary beaf479126 [ox/std] Add test for non-constexpr version of UUID::isNull()
(synced from 9583b223ca)
2023-03-04 16:12:51 -06:00
gary fc6a2b218d [ox/std] Updated UUID test for changed random num gen
(synced from aab02f25c0)
2023-03-04 02:49:52 -06:00
gary c96ee6ce1d [ox/std] Add UUID::isNull()
(synced from c75ff7881f)
2023-03-03 23:24:38 -06:00
gary 0eafbad943 [ox/std] Shift away 4 lowest bits of random numbers generated in UUID,
as Xoroshiro128+ is apparently weaker for those bits

(synced from 06f6656c85)
2023-03-03 00:57:25 -06:00
gary 4359961bf8 [ox/preloader] Cleanup
(synced from 317e714373)
2023-02-25 22:25:14 -06:00
gary 493fa70392 [ox/std] Fix various issues with Optional copy and move constructors
(synced from 1767821161)
2023-02-19 16:48:35 -06:00
gary 49edcdbd3d [ox/std] Make Optional more like std::optional
(synced from edd21017d3)
2023-02-19 01:40:29 -06:00
gary 3d7ad79948 [ox/mc,oc] Add support for ox::Array serialization
(synced from 2e051f947d)
2023-02-18 17:07:14 -06:00
gary f4ff518ef7 [ox] Make UUID serializable, and make serialize as a string in OC
(synced from 762804905a)
2023-02-16 01:36:20 -06:00
gary 7038e34132 [ox/std] Add write(Writer_c, StringView)
(synced from d17f536832)
2023-02-13 21:35:37 -06:00
gary 2ea46c3cff [ox/std] Fix ox::join to work with list types that done have a front function
(synced from b6ed919b01)
2023-02-13 19:08:46 -06:00
gary 94a78fcc67 [ox/std] Add test for UUID::generate() and fix bug
(synced from 777a6d54f0)
2023-02-13 19:08:04 -06:00
gary c7aca9e558 [ox/std] Fix BString(StringView) constructor
(synced from a96d173fdc)
2023-02-12 22:30:28 -06:00
gary 73c9d56a79 [ox/fs] Add error messgae to PassthroughFS::statPath
(synced from ba7ee92ad2)
2023-02-12 21:45:18 -06:00
gary d332ce9951 [ox/std] Fix BString == and != operators
(synced from 6d4c57d37d)
2023-02-12 21:14:16 -06:00
gary bf7411bed2 [ox/std] Add UUID str conv test and fix bugs found
(synced from 54eebf81da)
2023-02-12 20:38:29 -06:00
gary a248ae80d4 [ox/std] Add UUID fromString
(synced from 2b821b73ff)
2023-02-12 00:02:07 -06:00
gary 42d7e94dbc [ox/claw] Add non-ox::Buffer version of readClaw function
(synced from e19559d7a7)
2023-02-11 23:59:37 -06:00
gary 0cc20c0f31 [ox/preloader] clang-tidy fix
(synced from af3de01e1b)
2023-02-11 23:56:03 -06:00
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