1527 Commits

Author SHA1 Message Date
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
gary 29e7bf4ec9 [nostalgia/fs] Fix Directory to write back out as a Directory
(synced from 880e6e49d6)
2020-06-15 01:34:48 -05:00
gary 1a1678674d [ox/claw] Add strip header function
(synced from 4a221e52db)
2020-06-15 01:34:22 -05:00
gary 5c5809cc24 [ox/std] Fix macOS build
(synced from c178a2273b)
2020-06-05 19:47:29 -05:00
gary 662e9476dc [ox/claw] Fix TypeInfoCatcher to fit model handler API
(synced from 4d806021d0)
2020-05-29 20:24:09 -05:00
gary 5bc921dd2d [nostalgia/core/gba][ox/std] Move heap manager from NostalgiaCore to OxStd
(synced from 98a0c42040)
2020-05-29 19:44:10 -05:00
gary f3dd0f1bba [ox] Fix GBA build
(synced from 2dad1688b5)
2020-05-17 04:20:43 -05:00
gary b8e28a9890 [ox/claw] Add missing write.cpp
(synced from b1a0fcbc57)
2020-05-16 22:47:51 -05:00
gary 9105f54a7b [ox/claw] Fix TypeVersion writing
(synced from faaddd1234)
2020-05-16 22:35:54 -05:00
gary 2be5b6e89a [ox] Fix Mac build and fix MC to increment field counter on empty string
(synced from 819959745d)
2020-05-08 21:32:56 -05:00
gary ac701751cb [ox/model] Add preloadable attribute to type descriptor
(synced from f91874182e)
2020-05-08 01:32:36 -05:00
gary 09b1d5d6eb [ox/claw] Add Claw
(synced from e2952ec8c1)
2020-05-06 20:38:39 -05:00