Commit Graph

503 Commits

Author SHA1 Message Date
gary 290e1d78a9 [ox/fs] Fix mkdir -p
(synced from 8e82ba2f2e)
2019-06-20 20:42:25 -05:00
gary 717776d096 [ox] Fix CMake inconsistency that broke PC builds
(synced from ad85c59107)
2019-06-19 23:32:59 -05:00
gary b337c1abc6 [ox/std] Add OX_USE_STDLIB as exported definition on OxStd
(synced from 5705fd3d00)
2019-06-19 23:32:18 -05:00
gary 31ed2ae7ef [ox/std] Add units.hpp to std.hpp and CMake install
(synced from 6ace1e641c)
2019-06-16 22:43:19 -05:00
gary cbbb64388e [ox/std] Add memory unit consts (KB, MB, GB, TB)
(synced from 5ceb0e5f83)
2019-06-16 22:08:10 -05:00
gary 28b63f7222 [ox/std] Add ValErr support to oxReturnError
(synced from 5834201fbb)
2019-06-16 19:00:47 -05:00
gary 4b0b34635a [ox/std] Fix placement new declaration to use stdlib declaration if available
(synced from 98d045827e)
2019-06-16 01:04:57 -05:00
gary 6cd9b8008d [ox/std] Remove usage of stdlib from substitutes...
(synced from 14a40bdcd6)
2019-06-16 00:53:21 -05:00
gary 82284f10eb [ox/std] Add substitutes file with missing __cxa_pure_virtual handler
(synced from 47ce0408d5)
2019-06-15 23:24:58 -05:00
gary 576b412c64 [ox/fs] Cleanup
(synced from de210c5c7e)
2019-06-15 12:16:11 -05:00
gary 432b9952e9 [ox] Fix incorrect setting of build config when passed in from another CMakeLists.txt
(synced from 36d8aeabd3)
2019-06-15 09:44:04 -05:00
gary 5ad2ac4335 [ox] Make code only compile as PIC if a bare metal build
(synced from 30ff7be0e4)
2019-06-15 02:39:46 -05:00
gary 7ca368e44c [ox/std] Fix several issues found compiling on FreeBSD
(synced from 238bc58f66)
2019-06-14 19:36:46 -05:00
gary 55cd1544f4 [ox/std] Add gcc library as dependency when building with GCC
(synced from 2b60c04f1a)
2019-06-14 18:19:43 -05:00
gary a1e5b2ad52 [ox] Merge branch 'master' of github.com:gtalent/nostalgia
(synced from 1bf3809b47)
2019-06-14 18:13:50 -05:00
gary 7096d68802 [ox] Remove OC reference
(synced from 22c9e4bdb2)
2019-06-14 07:53:00 -05:00
gary 68f3159736 [ox/std] Add missing ARM7TDMI functions, some are just stubs for now
(synced from 11029c93c8)
2019-06-14 07:50:38 -05:00
gary faa6e37ed5 [ox] Fix GCC errors
(synced from 096509c2be)
2019-06-06 18:50:06 -05:00
gary c4a668ffe2 [ox/fs] Add base path access to PassthroughFS
(synced from 05c0eb2f78)
2019-03-30 17:13:56 -05:00
gary d4f246d368 [ox/std] Uglify OxError parameter name to prevent name conflicts
(synced from 5dbe160633)
2019-03-30 17:13:03 -05:00
gary f282cd3a72 [ox] Fix setup_build script for GBA
(synced from 2830eb76b6)
2019-03-18 22:33:09 -05:00
gary 96e0dab0a4 [ox/mc] Make VLI encode/decode constexpr
(synced from f191ade18b)
2019-03-18 19:26:58 -05:00
gary af5102b714 [ox] Get building with devkitARM again
(synced from b33cd06031)
2019-03-18 00:19:04 -05:00
gary caa98169de [ox/fs] Remove bad debug code from FileStore::unplaceItem
(synced from 22da505869)
2019-03-17 23:18:54 -05:00
gary 2788643406 [ox/fs] Remove inode on decLinks if links is 0
(synced from fa3f7801d2)
2019-03-17 23:16:41 -05:00
gary d2c0a9d2b7 [ox/fs] Properly implement FileStore unplaceItem and move ! to correct canWrite
(synced from 7cfe9aad8e)
2019-03-17 23:14:17 -05:00
gary 320b35e38c [ox/fs] Switch some FS test asserts to check for ox::Error instead of 0
(synced from 245eba8d5b)
2019-03-17 22:39:59 -05:00
gary f226983b3b [ox/ptrarith] Fix compact not to cycle back to start
(synced from 07112682c6)
2019-03-17 22:39:20 -05:00
gary 072832190b [ox/fs] Fix unnecessary FileStore compacting
(synced from 7a2033da60)
2019-03-17 22:37:42 -05:00
gary b337ca804d [ox/std] Fix string number/char* append
(synced from c9d816503d)
2019-03-17 17:57:17 -05:00
gary 02358655d5 [ox/std] Replace int with ox::Error where appropriate
(synced from 52b9316858)
2019-03-17 14:13:49 -05:00
gary 4ae7b99bd1 [ox/std] Move std::size_t delcaration to beginning of std/types.hpp
(synced from d139eb9729)
2019-03-17 13:21:04 -05:00
gary 2a9da95ffb [ox/model] Rename ioOp and op to model and field
(synced from bbd1d187b2)
2019-03-17 13:18:46 -05:00
gary b857fff9d8 [ox] Rename Serialization package to Model
(synced from bf6469b4a3)
2019-03-17 13:04:18 -05:00
gary 8345f773b2 [ox/std] Cleanup
(synced from cf7ba595aa)
2019-03-17 03:05:00 -05:00
gary 179dee515f [ox/mc] Use VLI encoding for integers
(synced from e0605edb6e)
2019-03-17 03:04:39 -05:00
gary 94946fcd3c [ox/mc] Add bytes read to decodeInteger and fix overreading
(synced from 817e3fcef1)
2019-03-17 01:11:12 -05:00
gary 1449f6d3ad [ox/mc] Add VLI decode
(synced from df44abc316)
2019-03-17 00:04:00 -05:00
gary 28406431b6 [ox/mc] Fix VLI encoding not to chop off ends of >24 bit integers
(synced from 341dbf14ae)
2019-03-16 23:54:53 -05:00
gary 3dc6760f4c [ox/std] Add Siged and Unsiged templates
(synced from 1780657789)
2019-03-16 15:50:37 -05:00
gary 3f71959735 [ox/std] Add raw to byteswap type
(synced from 585ff0a1fe)
2019-03-16 14:51:09 -05:00
gary 4b440b3c69 [ox/std] Add noexcept to bitops functions
(synced from 9f805f761d)
2019-03-16 14:50:32 -05:00
gary 21b9466f1f [ox/std] Add is_signed
(synced from 10b3757558)
2019-03-16 14:49:16 -05:00
gary e9e076eb88 [ox/mc] Fix VLI encoding to handle negatives
(synced from e4aab88831)
2019-03-16 14:41:43 -05:00
gary d9b4cb75f2 [ox/ser] Fix to use Error instead of int
(synced from a9b7b00011)
2019-03-16 14:39:50 -05:00
gary 97245c2bbf [ox/std] Add integer size templates
(synced from 80dd6282f5)
2019-03-16 14:28:11 -05:00
gary 69f2f56278 [ox/mc] Finish encoding for variable length integers
(synced from 17fc48aa26)
2019-03-15 01:30:38 -05:00
gary 47d5ff455d [ox/ser] Cleanup
(synced from e31f51648c)
2019-03-13 17:53:33 -05:00
gary 617c5be42c [ox/ser] Rename McStr to SerStr
(synced from 538fcdb43c)
2019-03-08 21:26:21 -06:00
gary 6ae18f5d98 [ox/ser] Fix byte lengths of integer types
(synced from 4330c015a5)
2019-03-08 00:21:33 -06:00