Commit Graph

705 Commits

Author SHA1 Message Date
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
gary 10c8918b4d [ox/std] Replace ox::_error with ox::Error constructor
(synced from b6c82c42f0)
2020-10-16 20:07:07 -05:00
gary 1d1fc4d2a8 [ox] Cleanup unnecessary ox::
(synced from fe40b2e144)
2020-10-16 19:56:13 -05:00
gary ee77eef168 [ox] Rename ValErr to Result
(synced from 6b720042d0)
2020-10-16 19:43:10 -05:00
gary 5eabb76f76 [ox] Remove remaining nodiscards from Error functions
(synced from 0b3b54b3fd)
2020-10-16 00:07:43 -05:00
gary cb37b6dab2 [ox] Remove now superfluous [[nodiscards]] from ox::Error functions
(synced from 75814a2896)
2020-10-15 23:55:20 -05:00
gary b88b399578 [ox/std] Add Error's m_i to copy operator and constructor
(synced from b1d94782db)
2020-10-12 21:00:01 -05:00
gary 958a9294ae [ox] Make Error its own type, not dependent on Integer and make nodiscard
(synced from a725369311)
2020-10-11 19:04:00 -05:00
gary c4cc81ca1b [ox] Switch to vcpkg
(synced from 0b0fd151c8)
2020-08-05 20:17:30 -05:00
gary c03f4c3b8d [ox/std] Cleanup
(synced from 579b328212)
2020-07-28 19:11:10 -05:00
gary 6c324655ed [ox/std] Fix oxPanic errCode parameter name
(synced from 834ca2893b)
2020-07-14 22:13:54 -05:00
gary e777359a2e [ox/std] Add memset to memops.h
(synced from c6ff015f79)
2020-07-14 22:13:09 -05:00
gary 43a7c3168f [ox/std] Add OX_ALIGN8
(synced from 7b7a8d75b4)
2020-07-11 23:40:16 -05:00
gary 502ea0a92e [ox/std] Add OX_ALIGN4
(synced from 740e0286d0)
2020-07-11 22:24:37 -05:00