gary
|
f257aac562
|
[ox/std] Fix type in hardware detection
(synced from da3c9107db)
|
2020-02-16 02:03:28 -06:00 |
|
gary
|
dc7ac1084e
|
[ox/std] Fix oxPanic parameter order
(synced from 74e6a4cbff)
|
2020-02-16 01:43:54 -06:00 |
|
gary
|
0f65018d52
|
[ox/std] Fix hardware detection to work in MSVC
(synced from 36b6542bf3)
|
2020-02-15 12:24:43 -06:00 |
|
gary
|
6976fbb47b
|
[ox/std] Make unrecognized hardware trigger compile error
(synced from c2b4595c33)
|
2020-02-12 22:13:34 -06:00 |
|
gary
|
59bc78fc0d
|
[ox/mc] Fix signed/unsigned comparison in field bitmap
(synced from c5f0825edb)
|
2020-02-12 22:04:35 -06:00 |
|
gary
|
0bb4941558
|
[ox/fs] Fix GCC/Clang incompatibility
(synced from 517551348a)
|
2020-02-12 22:04:35 -06:00 |
|
gary
|
cec3e4ea01
|
[ox] Get building in MSVC
(synced from 4cbf1b9a9a)
|
2020-02-12 22:04:35 -06:00 |
|
gary
|
c7bc9ca116
|
[ox/fs] Replace uint8_t with char for buffers
(synced from 553cde0d0c)
|
2020-02-11 21:42:09 -06:00 |
|
gary
|
6a1f2949c5
|
[ox/std] Leave panic unimplemented when C++ stdlib is absent
(synced from ea14ccac3a)
|
2020-02-11 21:10:36 -06:00 |
|
gary
|
04e913f845
|
[ox/std] Fix oxIgnoreError to not completely ignore the statement it encompases
(synced from e59499b127)
|
2020-02-11 00:07:37 -06:00 |
|
gary
|
67cfd71e77
|
[ox/fs] Give FileSystem ability to cleanup FS buffer
(synced from e927c51b61)
|
2020-02-01 00:11:59 -06:00 |
|
gary
|
da20300f8c
|
[ox/std] Remove constexpr from ox::bit_cast
(synced from dd008c3a08)
|
2020-01-31 23:53:55 -06:00 |
|
gary
|
334c451d59
|
[ox/std] Add bit_cast
(synced from 878c944ebf)
|
2020-01-31 19:43:23 -06:00 |
|
gary
|
2e2603e62a
|
[ox/std] Rename bitops.hpp to bit.hpp to mirror the new bit in C++20
(synced from d9b363330b)
|
2020-01-31 19:06:26 -06:00 |
|
gary
|
e4111cfa27
|
[ox/fs] Add exception handling to PassthroughFS for fstream usage
(synced from c9f91c16c2)
|
2020-01-25 15:18:08 -06:00 |
|
gary
|
765051c0bc
|
[ox/fs] Add oxPanic and remove ErrorInfo
(synced from 52026ba1a3)
|
2020-01-25 00:04:47 -06:00 |
|
gary
|
f94e59de54
|
[ox] Remove gdblogger
(synced from c214f3334a)
|
2020-01-24 23:33:57 -06:00 |
|
gary
|
64c5ca7c45
|
[ox] Remove .gdbinit
(synced from 02c8fb1880)
|
2020-01-24 23:27:28 -06:00 |
|
gary
|
094c55f74c
|
[ox/fs] Remove unnecessary PassthroughFS fstream close
(synced from 8037bc9535)
|
2020-01-24 22:48:05 -06:00 |
|
gary
|
618c776101
|
[ox/fs] Make PassthroughFS presence define more export freindly
(synced from 84ee494834)
|
2020-01-12 20:43:39 -06:00 |
|
gary
|
8726f3cd8b
|
[ox/fs] Cleanup
(synced from 3afaa0fc85)
|
2019-12-31 20:08:50 -06:00 |
|
gary
|
e656bbdc19
|
[ox/fs] Change PassThroughFS to use fstream instead of C file IO for compatibility reasons
(synced from 4b832dd3d7)
|
2019-12-22 00:30:08 -06:00 |
|
gary
|
e4c997fbb8
|
[ox/std] Fix __has_include logic
(synced from 9187bcf62b)
|
2019-12-19 23:43:33 -06:00 |
|
gary
|
0afb3975a8
|
[ox] Replace __attribute__((packed)) with OX_PACKED
(synced from 8c576ef9c5)
|
2019-12-19 23:38:17 -06:00 |
|
gary
|
819c333a48
|
[ox/fs] Cleanup, Fix FileLocation to make copy of non-const strings
(synced from 1d600186cd)
|
2019-11-26 23:18:38 -06:00 |
|
gary
|
175c27f883
|
[ox/std] Cleanup
(synced from 147a37ac6e)
|
2019-11-26 23:18:19 -06:00 |
|
gary
|
d058c1fc2a
|
[ox/std] Fix constexpr-ness of ox_memset
(synced from 5dc74e6fd7)
|
2019-11-09 01:24:15 -06:00 |
|
gary
|
1c578933cf
|
[ox/std] Add ox_inhibit_loop_to_libcall for memset and memcpy
(synced from e470a1da09)
|
2019-11-09 00:06:05 -06:00 |
|
gary
|
130e56c01e
|
[ox/fs] Fix Directory allocating too much space
(synced from ddb158e433)
|
2019-11-07 00:34:07 -06:00 |
|
gary
|
d035db716c
|
[ox/ptrarith] Make NodeBuffer clear all memory before using it
(synced from d033335350)
|
2019-11-07 00:33:34 -06:00 |
|
gary
|
7919448ce3
|
[ox/fs] Fix Directory to allocate enough space for new entry
(synced from 3cc6ca215e)
|
2019-11-04 18:30:17 -06:00 |
|
gary
|
49f5011b71
|
[ox/fs] Fix problems with creating and reading directories
(synced from deaa293c67)
|
2019-11-03 16:44:57 -06:00 |
|
gary
|
bf1015601b
|
[ox/ptrarith] Fix Ptr type's derefernce operator
(synced from c30ef720c4)
|
2019-11-03 16:44:22 -06:00 |
|
gary
|
c795358777
|
[ox/mc] Fix buffer overrun issues
(synced from 693e7324ed)
|
2019-11-03 16:42:42 -06:00 |
|
gary
|
b569e3cb18
|
[ox/fs] Remove bad TODO
(synced from 7699ae2294)
|
2019-11-01 18:01:09 -05:00 |
|
gary
|
8fc9eec31b
|
[ox/mc] Add support for individual element readers for arrays
(synced from 0825c9869a)
|
2019-11-01 01:28:29 -05:00 |
|
gary
|
0facd62a88
|
[ox/fs] Add support for direct access to FS memory
(synced from 9da47f75c0)
|
2019-11-01 01:28:04 -05:00 |
|
gary
|
14e5bab188
|
[ox/fs] Remove debug line
(synced from 3a0b41d2cc)
|
2019-10-31 00:16:09 -05:00 |
|
gary
|
726b51cd64
|
[ox/fs] Fix various file system bugs
(synced from 7f5f74e2a6)
|
2019-10-31 00:07:39 -05:00 |
|
gary
|
2e46ef0fc3
|
[ox/std] Add missing null terminator to ox_strncpy
(synced from fc337922ac)
|
2019-10-31 00:06:11 -05:00 |
|
gary
|
2014de0166
|
[ox] Fix GBA compile errors
(synced from 4f81c47734)
|
2019-10-28 00:40:56 -05:00 |
|
gary
|
531fdedc7a
|
[ox/fs] Add modelWrite to FileAddress and add copy constructor and assignment
(synced from 79a1a6f896)
|
2019-10-27 16:22:37 -05:00 |
|
gary
|
597cbd0c09
|
[ox/std] Replace Error with a multi-field struct
(synced from 656039e011)
|
2019-10-27 16:21:41 -05:00 |
|
gary
|
70bb199c70
|
[ox/mc] Fix read to resize Vectors before writing to them
(synced from 4ca4c31539)
|
2019-10-25 21:48:43 -05:00 |
|
gary
|
05da58d12c
|
[ox/fs] Add modelWrite handler to FileAddress
(synced from fbdb48a1ee)
|
2019-10-22 18:54:19 -05:00 |
|
gary
|
2e93c88751
|
[ox/fs] Add FileAddress support to FileSystem
(synced from 54ac86fce7)
|
2019-10-12 11:56:49 -05:00 |
|
gary
|
b67a715004
|
[ox/fs] Remove Boost FS usage
(synced from ce7c416fb7)
|
2019-10-09 18:59:52 -05:00 |
|
gary
|
ed1c6440bc
|
[ox/std] Add bitwise not to strong int
(synced from 3c45558dfc)
|
2019-08-01 23:20:17 -05:00 |
|
gary
|
8b562b7278
|
[ox] Fix GCC warnings
(synced from 6138d0a37e)
|
2019-07-31 00:06:47 -05:00 |
|
gary
|
7a496f408b
|
[ox] Make ValErr::operator T() explicit
(synced from c27cc56e31)
|
2019-07-30 19:00:01 -05:00 |
|