Commit Graph

734 Commits

Author SHA1 Message Date
gary c953e547f7 [ox/std] Remove redundant copies from Result constructors
(synced from 2dde9473d5)
2021-04-11 01:24:20 -05:00
gary 01f95a1d32 [ox/std] Add compile definitions to TraceHook lib
(synced from 6265c6dc3b)
2021-04-03 02:40:01 -05:00
gary 893b871a92 [ox/clargs] Make accessors noexcept
(synced from 61fb5207ea)
2021-04-01 21:59:04 -05:00
gary 726f9c150d [ox/std] Add oxRequireT for throwing instead of returning Errors
(synced from bcc4b5f816)
2021-04-01 21:58:03 -05:00
gary faac85826e [ox/std] Fix non-const HashMap::at
(synced from 86f0e1ca08)
2021-04-01 21:57:26 -05:00
gary 8a3275750d [ox/std] Make HashMap::at return type consistent between const/non-const
(synced from 7bbd7bfdb5)
2021-04-01 02:41:12 -05:00
gary f21c582036 [ox/std] Replace HashMap::operator[] const with HashMap::at const
(synced from 291027e41e)
2021-04-01 02:32:50 -05:00
gary b92b736448 [ox/clargs] Make arg reading methods const
(synced from 749e3155b5)
2021-04-01 01:43:18 -05:00
gary 01a261cbc8 [ox/std] Add const accessor to HashMap
(synced from b486a4962e)
2021-04-01 01:42:38 -05:00
gary d33ccae653 [ox] Switch back to conan
(synced from 6656320359)
2021-03-28 00:15:15 -05:00
gary 24d085af06 [ox/std] Fix OX_ARCH_ARM64 detection
(synced from f22f7507a9)
2021-03-28 00:06:14 -05:00
gary 4f5ab78e03 [ox/fs] Cleanup tests
(synced from b825e88d29)
2021-03-24 01:39:07 -05:00
gary 9d30199138 [ox/claw] Cleanup tests
(synced from b3dff0a184)
2021-03-24 01:29:35 -05:00
gary 0ab8d8076f [ox/std] Cleanup tests
(synced from 29a4bb920a)
2021-03-24 01:29:01 -05:00
gary b9ab361633 [ox/fs] Cleanup tests
(synced from 9c08ab458a)
2021-03-24 01:20:27 -05:00
gary f1dbcd38c2 [ox] Add package name to test output
(synced from 85e7374446)
2021-03-24 00:46:03 -05:00
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