gary
|
9ae7e92b91
|
[ox] Move ptrarith into fs
(synced from 40f2537c05)
|
2021-03-24 00:44:11 -05:00 |
|
gary
|
3642083c54
|
[ox/std] Add moveTo method to Result
(synced from fb7b582348)
|
2021-03-20 15:32:13 -05:00 |
|
gary
|
4af4d6a857
|
[ox/std] Add oxInfo log event type
(synced from 351ae69f6f)
|
2021-03-19 20:52:44 -05:00 |
|
gary
|
c2aa1a9809
|
[ox/std] Add oxError and oxErrorf
(synced from 3ca9db5e8a)
|
2021-03-18 01:26:05 -05:00 |
|
gary
|
8f87c599a9
|
[ox/std] Add oxRequire
(synced from e6d271295f)
|
2021-03-16 21:15:05 -05:00 |
|
gary
|
8089388642
|
[ox] Make OX_NODEBUG a normal variable set in main CMakeLists.txt
(synced from 84705e304f)
|
2021-03-12 01:39:02 -06:00 |
|
gary
|
eed087a1fd
|
[ox/std] Make oxDebug trigger build failure if OX_NODEBUG is set to ON
(synced from 582cbf2041)
|
2021-03-12 01:30:42 -06:00 |
|
gary
|
49b06f6ace
|
[ox/std] Add option to give oxTrace a msg arg
(synced from 75a2b8f489)
|
2021-03-11 21:23:59 -06:00 |
|
gary
|
6a414d263c
|
[ox/std] Addressing CLion suggestions
(synced from 2f95c0aecc)
|
2021-03-11 21:19:55 -06:00 |
|
gary
|
46ddd1cfe5
|
[ox/std] Make use ##__VA_ARGS__ only non OX_USE_STDLIB builds, which are GCC builds
(synced from 07c5ed07ef)
|
2021-03-11 20:04:34 -06:00 |
|
gary
|
60c1c974bd
|
[ox/std] Fix Mac build
(synced from 84a9a9d2fd)
|
2021-03-11 18:46:48 -06:00 |
|
gary
|
fff0fc7ad6
|
[ox/std] Add oxDebug and oxDebugf, which are oxTrace aliases for debug channel
(synced from cb6066f81e)
|
2021-03-11 00:35:10 -06:00 |
|
gary
|
52fb44c47f
|
[ox] Cleanup some messy trace points
(synced from 2ebce7713d)
|
2021-03-10 20:17:45 -06:00 |
|
gary
|
645457c05e
|
[ox/std] Add oxTracef
(synced from 55a4f2451e)
|
2021-03-10 20:14:31 -06:00 |
|
gary
|
5773f32bbd
|
[ox/std] Make Error constructor explicit
(synced from ef6673067b)
|
2021-03-10 20:14:15 -06:00 |
|
gary
|
25bf3ec2d8
|
[ox/std] Fix itoa to handle unsigned ints without conversion warnings
(synced from 01f29c5258)
|
2021-03-09 19:36:04 -06:00 |
|
gary
|
a52974284f
|
[ox/std] Add ResizedInt to get the same sign int with a different size
(synced from e583cade27)
|
2021-03-09 19:35:02 -06:00 |
|
gary
|
116ec53983
|
[ox/std] Add init hook to tracing system
(synced from 662c2e11de)
|
2021-03-08 20:10:46 -06:00 |
|
gary
|
79092ba872
|
[ox/std] Add option for building trace hook in shared library
(synced from bcb8c108b2)
|
2021-03-05 21:45:37 -06:00 |
|
gary
|
d88acadb49
|
[ox/std] Make ox_atoi return an ox::Result
(synced from c5773202b5)
|
2021-03-03 00:30:16 -06:00 |
|
gary
|
d9d3c7b20a
|
[ox/std] Cleanup
(synced from 2e8d0a421c)
|
2021-03-02 23:45:42 -06:00 |
|
gary
|
90f9ac3ef8
|
[ox/mc] Cleanup
(synced from d7c1d2a6ab)
|
2021-03-02 23:39:44 -06:00 |
|
gary
|
be219ac77c
|
[ox/claw] Make Claw build in GBA builds, only without OC
(synced from dde4fb017e)
|
2021-03-02 23:38:43 -06:00 |
|
gary
|
c6cb45777e
|
[ox/clargs] Make OxClArgs pull in OxStd
(synced from 5d5917566f)
|
2021-03-02 21:47:02 -06:00 |
|
gary
|
9ab88b13e9
|
[ox/clargs] Make clargs build in bare metal builds
(synced from f5f8593638)
|
2021-03-02 21:41:45 -06:00 |
|
gary
|
127b728ad8
|
[ox/std] Cleanup OS constexpr/define order in defines
(synced from d4e3af1464)
|
2021-03-02 21:05:07 -06:00 |
|
gary
|
9aecae8e83
|
[ox/clargs] Remove std::map and std::string as dependencies
(synced from eca8641bec)
|
2021-03-02 20:35:14 -06:00 |
|
gary
|
f46656a213
|
[ox/std] Fix Darwin OS detection
(synced from 7b6fad8062)
|
2021-02-28 14:31:32 -06:00 |
|
gary
|
c3acb3a780
|
[ox] Address CLion warnings
(synced from 70168286ab)
|
2021-02-27 02:38:18 -06:00 |
|
gary
|
f31151e295
|
[ox/std] Remove implicit type conversion from ox_itoa
(synced from 9a92dadff7)
|
2021-02-22 22:23:10 -06:00 |
|
gary
|
32e922f67c
|
[ox/model] Removes some unnecessary type conversions
(synced from 4e70b459f6)
|
2021-02-22 22:21:57 -06:00 |
|
gary
|
0258e833a1
|
[ox/mc] Removes some unnecessary type conversions
(synced from 034cb97a42)
|
2021-02-22 22:21:07 -06:00 |
|
gary
|
6b95ab2547
|
[ox/oc] Cleanup ON check to work as a boolean check
(synced from 60714d3009)
|
2021-02-22 22:19:16 -06:00 |
|
gary
|
0a09ff5e88
|
[ox/claw] Make CMake dependencies PUBLIC
(synced from a5194fd972)
|
2021-02-22 22:18:13 -06:00 |
|
gary
|
f07afa2a17
|
[ox] Fix OX_USE_STDLIB check to work correctly on Windows
(synced from a2aa9c8f82)
|
2021-02-22 22:01:16 -06:00 |
|
gary
|
809d868e26
|
[ox/std] Add an unlikely label to ox{Return,Throw}Error for C++20 builds
(synced from 57ad13fc4a)
|
2021-02-21 00:32:07 -06:00 |
|
gary
|
2f8115c7ba
|
[ox/std] Add OS detection
(synced from f272555a25)
|
2021-02-03 19:23:55 -06:00 |
|
gary
|
bcbcfb09bd
|
[ox] Run liccor
(synced from 546f083346)
|
2021-01-21 23:35:13 -06:00 |
|
gary
|
65cd196847
|
[ox] Update liccor file
(synced from 5f63e39c27)
|
2021-01-21 00:48:30 -06:00 |
|
gary
|
42b599570c
|
[ox/fs] Fix C++20 compatibility issues
(synced from d58570d76b)
|
2021-01-21 00:34:08 -06:00 |
|
gary
|
329ad18043
|
[ox/clargs] Add default argument option for ClArgs::getString
(synced from 4276135e65)
|
2020-12-21 23:35:09 -06:00 |
|
gary
|
82d7c21f60
|
[ox/std] Fix ox::assertFunc<bool> for GBA
(synced from 9c8dc09996)
|
2020-12-15 23:54:32 -06:00 |
|
gary
|
6807da1657
|
[ox] Set CMP0110 to NEW, this which allows spaces in test names
(synced from f35b6f0026)
|
2020-11-21 23:24:09 -06:00 |
|
gary
|
ad0dc53b48
|
[ox/std] Make placement new function constexpr
(synced from 04c660765e)
|
2020-11-21 23:23:47 -06:00 |
|
gary
|
0746f3d8f3
|
[ox/std] Make Vector::size() nodiscard
(synced from a5e518ec7a)
|
2020-11-21 23:21:11 -06:00 |
|
gary
|
e501cf2193
|
[ox] Fix MSVC build
(synced from 40f3c4ecb5)
|
2020-11-07 17:59:17 -06:00 |
|
gary
|
961794b447
|
[ox/std] Replace reinterpret_cast with bit_cast in Vector
(synced from 985b2b57ba)
|
2020-10-20 19:34:55 -05:00 |
|
gary
|
3d83529abb
|
[ox/std] Remove inappropriate noexcepts and call destructors on erase and resize
(synced from 84dfb17f7f)
|
2020-10-20 19:22:30 -05:00 |
|
gary
|
4bf02251eb
|
[ox/std] Fix Error to build in Clang
(synced from 81a78bf95e)
|
2020-10-20 19:11:06 -05:00 |
|
gary
|
75bfcc74a0
|
[ox/std] Add memsetElements
(synced from 79acffcc29)
|
2020-10-19 19:43:20 -05:00 |
|