|
6f5f2c7219
|
[ox/mc] Make writeOC work with const inputs
|
2023-06-08 01:13:24 -05:00 |
|
|
ce4dcdcd18
|
[ox/mc] Make MC Write use Writer_c
|
2023-06-08 00:56:02 -05:00 |
|
|
ae3f0bb5db
|
[teagba] Fix type conversions
|
2023-06-07 21:14:39 -05:00 |
|
|
d0579014d8
|
[buildcore] Enable implicit type conversion warnings
|
2023-06-07 00:42:01 -05:00 |
|
|
3fdfee33a9
|
[ox] Fix remaining implicit conversion issues
|
2023-06-07 00:41:09 -05:00 |
|
|
acf04665bc
|
[ox/fs] Cleanup formatting
|
2023-06-06 00:29:17 -05:00 |
|
|
7bccfc8a00
|
[ox] Fix Xcode build errors
|
2023-06-06 00:17:51 -05:00 |
|
|
aff3b04fe2
|
[buildcore] Make cmake-build command ignore build directories that are not directories
|
2023-06-05 21:17:50 -05:00 |
|
|
8c7f6ffafc
|
[ox/fs] Make directAccess functions const
|
2023-06-03 22:04:02 -05:00 |
|
|
25954d5503
|
[ox/std] Make stacktrace code more readable
|
2023-06-02 20:29:58 -05:00 |
|
|
022f148701
|
[teagba] Make install library
|
2023-06-02 00:21:41 -05:00 |
|
|
5c8242490e
|
[ox] Make panic always print message
|
2023-06-01 23:48:39 -05:00 |
|
|
8c43baedea
|
[nostalgia] Break part of core out into Turbine and TeaGBA libraries
|
2023-06-01 23:22:31 -05:00 |
|
|
07284ac595
|
[ox/std] Cleanup geo types to not depend on ox/model
|
2023-06-01 23:19:51 -05:00 |
|
|
d598efb5ea
|
[ox] Put oxReturnError and oxThrowError in brackets
|
2023-05-30 20:51:54 -05:00 |
|
|
fa4e3c6329
|
[ox] Cleanup
|
2023-05-30 20:50:47 -05:00 |
|
|
90ef5866dd
|
[ox] Add makeCatch function
|
2023-05-30 20:49:57 -05:00 |
|
|
4e0ce57594
|
[ox/std] Add geo types
|
2023-05-30 20:43:39 -05:00 |
|
|
bd665cfc35
|
[ox] GCC13 fix
|
2023-05-19 21:35:00 -05:00 |
|
|
fcf0a9be95
|
[ox] Fix for a broken new memory safety check in GCC13
|
2023-05-19 21:32:18 -05:00 |
|
|
dd12509d7d
|
[glfw] Make GLFW an object library
|
2023-04-19 23:17:55 -05:00 |
|
|
546ce9b253
|
[ox] Get rid of ox subdirectory in lib install path
|
2023-04-19 20:45:18 -05:00 |
|
|
9af8530e24
|
[ox/std] Cleanup
|
2023-04-02 09:42:49 -05:00 |
|
|
b8c0bbe03a
|
[ox] Switch Mac to use builtin bit_cast
|
2023-04-01 23:23:36 -05:00 |
|
|
19d5641c6e
|
[ox/oc] Fix unnecessary copy
|
2023-03-11 16:57:04 -06:00 |
|
|
21131a35a3
|
[ox/preloader] Cleanup NativePlatSpec
|
2023-03-11 16:56:44 -06:00 |
|
|
b58431c09a
|
[ox/std] Add all_of and any_of range functions, cleanup
|
2023-03-11 16:46:17 -06:00 |
|
|
9583b223ca
|
[ox/std] Add test for non-constexpr version of UUID::isNull()
|
2023-03-04 16:12:51 -06:00 |
|
|
aab02f25c0
|
[ox/std] Updated UUID test for changed random num gen
|
2023-03-04 02:49:52 -06:00 |
|
|
c75ff7881f
|
[ox/std] Add UUID::isNull()
|
2023-03-03 23:24:38 -06:00 |
|
|
06f6656c85
|
[ox/std] Shift away 4 lowest bits of random numbers generated in UUID,
as Xoroshiro128+ is apparently weaker for those bits
|
2023-03-03 00:57:25 -06:00 |
|
|
317e714373
|
[ox/preloader] Cleanup
|
2023-02-25 22:25:14 -06:00 |
|
|
1767821161
|
[ox/std] Fix various issues with Optional copy and move constructors
|
2023-02-19 16:48:35 -06:00 |
|
|
edd21017d3
|
[ox/std] Make Optional more like std::optional
|
2023-02-19 01:40:29 -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 |
|
|
d17f536832
|
[ox/std] Add write(Writer_c, StringView)
|
2023-02-13 21:35:37 -06:00 |
|
|
b6ed919b01
|
[ox/std] Fix ox::join to work with list types that done have a front function
|
2023-02-13 19:08:46 -06:00 |
|
|
777a6d54f0
|
[ox/std] Add test for UUID::generate() and fix bug
|
2023-02-13 19:08:04 -06:00 |
|
|
a96d173fdc
|
[ox/std] Fix BString(StringView) constructor
|
2023-02-12 22:30:28 -06:00 |
|
|
ba7ee92ad2
|
[ox/fs] Add error messgae to PassthroughFS::statPath
|
2023-02-12 21:45:18 -06:00 |
|
|
6d4c57d37d
|
[ox/std] Fix BString == and != operators
|
2023-02-12 21:14:16 -06:00 |
|
|
54eebf81da
|
[ox/std] Add UUID str conv test and fix bugs found
|
2023-02-12 20:38:29 -06:00 |
|
|
2b821b73ff
|
[ox/std] Add UUID fromString
|
2023-02-12 00:02:07 -06:00 |
|
|
e19559d7a7
|
[ox/claw] Add non-ox::Buffer version of readClaw function
|
2023-02-11 23:59:37 -06:00 |
|
|
af3de01e1b
|
[ox/preloader] clang-tidy fix
|
2023-02-11 23:56:03 -06:00 |
|
|
9561a68483
|
[ox/std] Fix BString assign and compare
|
2023-02-11 02:32:24 -06:00 |
|
|
86f639c7f7
|
[ox/std] Add tests for UUID int to hex str conversion
|
2023-02-08 21:40:29 -06:00 |
|
|
4f906f6e47
|
[ox/std] Add UUID implementation
|
2023-02-08 21:37:17 -06:00 |
|
|
dba31d2cd9
|
[ox/model] Fix ModelUnion to copy type on copy and move
|
2023-02-07 23:19:18 -06:00 |
|
|
eb55144211
|
[ox/std] Make ox::min/max use values instead of refs for integrals, add CommonRefWith
|
2023-02-07 01:35:50 -06:00 |
|
|
5de5eee215
|
[ox/std] Fix alignment of Optional's buffer
|
2023-02-07 01:33:30 -06:00 |
|
|
d571d49cce
|
[ox/std] Fix String to StringView compare
|
2023-02-07 01:30:59 -06:00 |
|
|
6769bb63d9
|
[ox/std] Fix Optional
|
2023-02-06 22:43:30 -06:00 |
|
|
3c9e6d10ea
|
[ox/std] Add StringView split and find functions
|
2023-02-05 00:33:27 -06:00 |
|
|
b1b2780eb9
|
[ox] GBA fixes
|
2023-02-03 21:56:30 -06:00 |
|
|
26a1f2e4ad
|
[ox/fs] Add error message to an error
|
2023-02-03 02:02:57 -06:00 |
|
|
83589287bc
|
[ox/model] Add default type params arg to buildTypeId
|
2023-02-03 00:22:11 -06:00 |
|
|
17cb40c0ec
|
[ox/model] Add type name and version functions overload option
|
2023-01-30 23:13:07 -06:00 |
|
|
838187797a
|
[ox/fs] Fix a log message's channel
|
2023-01-27 01:34:43 -06:00 |
|
|
1cfa594c92
|
[ox/fs] Wrap overloaded virtual functions in FileSystem
|
2023-01-27 00:00:35 -06:00 |
|
|
94cb2e982a
|
[ox] Add logconn for Bullock logging
|
2023-01-25 02:08:52 -06:00 |
|
|
e1fa48ea2f
|
[ox/model] Fix FieldCounter to count CString fields
|
2023-01-25 00:21:23 -06:00 |
|
|
4cb6992178
|
[ox/std] Add Vector::emplace
|
2023-01-14 19:42:17 -06:00 |
|
|
7a4fbd1160
|
[gbastartup] Correct enabled languages in CMake
|
2023-01-03 03:39:53 -06:00 |
|
|
3cd638737a
|
[ox] Update more C strings to StringViews
|
2023-01-03 03:31:22 -06:00 |
|
|
5508dc5dc0
|
[ox/std] Make String::beginsWtih and endsWith functions that take StringViews
|
2023-01-03 03:30:33 -06:00 |
|
|
55ea405a54
|
[ox/std] Add toStdStringView and endsWith functions
|
2022-12-31 17:14:09 -06:00 |
|
|
ca07dc6152
|
[ox] Replace C strings in FS with StringView
|
2022-12-31 14:58:35 -06:00 |
|
|
887d3b3d13
|
[ox/std] Remove some unnecessary/breaking checks in BasicString::set functions
|
2022-12-29 02:12:11 -06:00 |
|
|
b08559b3f3
|
[ox/model] MSVC fix
|
2022-12-19 00:19:28 -06:00 |
|
|
c9f1b3aaa3
|
[ox/claw] MSVC fix
|
2022-12-18 23:27:59 -06:00 |
|
|
b818c1e3d6
|
[ox/std] Change __has_include_nexts to __has_include
|
2022-12-18 21:11:41 -06:00 |
|
|
706f5b345a
|
[ox/claw] Remove ambiguous second TypeInfoCatcher::setTypeInfo
|
2022-12-18 21:11:12 -06:00 |
|
|
22a7ff74ce
|
[ox/std] Fix unnecessary implicit sign conversion
|
2022-12-18 21:04:44 -06:00 |
|
|
4077f0bddc
|
[ox] Fix for Windows
|
2022-12-18 21:04:44 -06:00 |
|
|
1dddf4ad9d
|
[ox] MSVC fixes
|
2022-12-18 16:39:20 -06:00 |
|
|
839a791ddd
|
[ox/std] Add ox::make to wrap new in exception handling
|
2022-12-17 13:54:26 -06:00 |
|
|
26d6143006
|
[ox/model] Change <> markers for type params to ## in type IDs to deal with NTFS' ineptitude
|
2022-12-17 13:38:59 -06:00 |
|
|
44f45e64e9
|
[nostalgia/studio] Add ClawViewer for unknown types
|
2022-12-15 01:36:55 -06:00 |
|
|
461e3d61ef
|
[ox/preloader] Add ptr handling
|
2022-12-05 17:40:22 -06:00 |
|
|
030d46a999
|
[ox/std] Cleanup mGBA logging
|
2022-12-05 17:28:42 -06:00 |
|
|
cd4a9300a5
|
[ox/preloader] Fix Vector preloading
|
2022-12-04 22:31:51 -06:00 |
|
|
fe42702e88
|
[ox/oc] Fix to iterate to next field of parent after reading array
|
2022-12-04 14:55:29 -06:00 |
|
|
ea7ccf40b1
|
[ox/model] Fix null ptr use when describing nested Vectors
|
2022-12-04 01:48:56 -06:00 |
|
|
7434d949e7
|
[ox/std] Begin mGBA registers with REG_MGBA_
|
2022-12-03 17:24:58 -06:00 |
|
|
1868d53ecb
|
[ox/std] Remove write size output from mGBA logging function
|
2022-12-03 17:00:00 -06:00 |
|
|
abaa970396
|
[gbastartup] Add mGBA logging
|
2022-12-03 16:50:00 -06:00 |
|
|
3f86932ad8
|
[ox/std] Add mGBA logging
|
2022-12-03 16:48:07 -06:00 |
|
|
3040e6c90a
|
[ox/preloader] Make Preloader use small string section of strings when able
|
2022-12-03 16:32:56 -06:00 |
|
|
517ffddf04
|
[ox/preloader] Fix ox::String handling, add start and end alloc functions
|
2022-12-03 01:47:04 -06:00 |
|
|
5bac497293
|
[ox/preloader] Fix SizeCather::pad
|
2022-12-03 01:43:45 -06:00 |
|
|
86c33019fe
|
[ox/std] Fix VectorMemMap sizeOf
|
2022-12-03 01:42:23 -06:00 |
|
|
a946f8dae1
|
[ox/model] Fix sizeOf functions
|
2022-12-03 01:32:09 -06:00 |
|
|
7c07fc9726
|
[ox/preloader] Make Preloader::pad protected
|
2022-12-01 02:33:45 -06:00 |
|
|
5be8ed533e
|
[ox/preloader] Fix alignment and add preload function
|
2022-12-01 01:59:27 -06:00 |
|
|
593a57a0ce
|
[ox] Make setTypeInfo functions in model handlers consistent
|
2022-12-01 00:09:05 -06:00 |
|
|
50e2fadcd1
|
[ox/oc] Fix sub-object read not to return early
|
2022-11-30 22:51:57 -06:00 |
|
|
ae26838324
|
[ox/preloader] Rename BufferWriter::data() to BufferWriter::buff(), make return type const ref
|
2022-11-30 20:49:52 -06:00 |
|
|
e0381cd98a
|
[ox/preloader] Remove unused files
|
2022-11-30 20:49:13 -06:00 |
|