Commit Graph

688 Commits

Author SHA1 Message Date
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
gary 537ecd1043 [ox/mc] Replace an alloca call with malloca to prevent stack overflow
(synced from dbf532df1c)
2020-06-20 03:54:16 -05:00
gary 5978ca071d [ox/std] Make String comparison operators const correct
(synced from a9ec635160)
2020-06-20 03:49:38 -05:00
gary 5a1defa4ff [ox/std] Add move operator to String
(synced from 257e857116)
2020-06-20 02:58:32 -05:00
gary 6db0c9c272 [ox/std] Make Vector::push_back use copy constructor instead of copy assign
(synced from 0035faa416)
2020-06-20 02:58:20 -05:00
gary 45db72ecc7 [ox/mc] Fix string allocation size
(synced from 5c34c26080)
2020-06-20 02:55:25 -05:00
gary 41d1a39adb [ox] Add HashMap<String, T> to serializaton handlers
(synced from b6f8c9e242)
2020-06-19 07:34:04 -05:00
gary 616eabea8a [ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition
(synced from 9576f78abf)
2020-06-17 06:44:31 -05:00
gary 2beb6790cf [ox/std] Rename is_signed to is_signed_v
(synced from 7b07edd9e4)
2020-06-17 06:36:26 -05:00
gary 1fb761be23 [ox/fs] Cleanup
(synced from a5b01bb0d7)
2020-06-17 01:53:35 -05:00
gary 0fef71d0c2 [ox/std] Make ox_strncmp a template
(synced from 1c5fed05bf)
2020-06-17 01:52:28 -05:00
gary be8f2cf1bc [ox/oc] Fix write to ignore null objects passed in
(synced from 17762b40b7)
2020-06-16 04:41:43 -05:00
gary 614ce9d18a [ox/model] Fix model descriptor writing to handle Vector, etc.
(synced from 4f4ec089fd)
2020-06-16 04:40:43 -05:00
gary 309b24af04 [ox/fs] Make PassthroughFS mkdir pass mkdir -p on existing directory
(synced from f58c658be1)
2020-06-16 04:39:15 -05:00
gary afcaed4eba [ox/std] Change toError(ox::ValErr<T>) to toError(const ox::ValErr<T>&)
(synced from e92e980fde)
2020-06-16 00:45:24 -05:00
gary 65e98aca05 [ox/model] Add opType method to TypeDescWriter
(synced from 71b6c72c46)
2020-06-16 00:23:03 -05:00
gary b18e7410b6 [ox/fs] Change Claw type IDs to domain based namespaces
(synced from 112c2c4212)
2020-06-15 23:16:34 -05:00
gary 557003737c [ox/std] Add missing includes to CMake install and std.hpp
(synced from 20f4d50ad6)
2020-06-15 04:54:52 -05:00