Commit Graph

4910 Commits

Author SHA1 Message Date
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 7cfe9aad8e [ox/fs] Properly implement FileStore unplaceItem and move ! to correct canWrite 2019-03-17 23:14:17 -05:00
gary 7ac6ec609a [nostalgia] Add missing ox namespace to ox::Error usages 2019-03-17 22:41:48 -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 245eba8d5b [ox/fs] Switch some FS test asserts to check for ox::Error instead of 0 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 07112682c6 [ox/ptrarith] Fix compact not to cycle back to start 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 7a2033da60 [ox/fs] Fix unnecessary FileStore compacting 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 c9d816503d [ox/std] Fix string number/char* append 2019-03-17 17:57:17 -05:00
gary 38400e4406 [nostalgia] Replace int with ox::Error 2019-03-17 16:26:22 -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 52b9316858 [ox/std] Replace int with ox::Error where appropriate 2019-03-17 14:13:49 -05:00
gary 94afbd4f60 [nostalgia] Move from old Serialization API to new Model API 2019-03-17 13:43:00 -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 d139eb9729 [ox/std] Move std::size_t delcaration to beginning of std/types.hpp 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 bbd1d187b2 [ox/model] Rename ioOp and op to model and field 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 bf6469b4a3 [ox] Rename Serialization package to Model 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 cf7ba595aa [ox/std] Cleanup 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 e0605edb6e [ox/mc] Use VLI encoding for integers 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 817e3fcef1 [ox/mc] Add bytes read to decodeInteger and fix overreading 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 df44abc316 [ox/mc] Add VLI decode 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 341dbf14ae [ox/mc] Fix VLI encoding not to chop off ends of >24 bit integers 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 1780657789 [ox/std] Add Siged and Unsiged templates 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 585ff0a1fe [ox/std] Add raw to byteswap type 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 9f805f761d [ox/std] Add noexcept to bitops functions 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 10b3757558 [ox/std] Add is_signed 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 e4aab88831 [ox/mc] Fix VLI encoding to handle negatives 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 a9b7b00011 [ox/ser] Fix to use Error instead of int 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 80dd6282f5 [ox/std] Add integer size templates 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 17fc48aa26 [ox/mc] Finish encoding for variable length integers 2019-03-15 01:30:38 -05:00
gary 9e55e5f63c [nostalgia/world] Cleanup field counts for models 2019-03-13 20:22:08 -05:00
gary 47d5ff455d [ox/ser] Cleanup
(synced from e31f51648c)
2019-03-13 17:53:33 -05:00
gary e31f51648c [ox/ser] Cleanup 2019-03-13 17:53:33 -05:00