|
b825e88d29
|
[ox/fs] Cleanup tests
|
2021-03-24 01:39:07 -05:00 |
|
|
9c08ab458a
|
[ox/fs] Cleanup tests
|
2021-03-24 01:20:27 -05:00 |
|
|
85e7374446
|
[ox] Add package name to test output
|
2021-03-24 00:46:03 -05:00 |
|
|
40f2537c05
|
[ox] Move ptrarith into fs
|
2021-03-24 00:44:11 -05:00 |
|
|
2ebce7713d
|
[ox] Cleanup some messy trace points
|
2021-03-10 20:17:45 -06:00 |
|
|
70168286ab
|
[ox] Address CLion warnings
|
2021-02-27 02:38:18 -06:00 |
|
|
546f083346
|
[ox] Run liccor
|
2021-01-21 23:35:13 -06:00 |
|
|
d58570d76b
|
[ox/fs] Fix C++20 compatibility issues
|
2021-01-21 00:34:08 -06:00 |
|
|
f35b6f0026
|
[ox] Set CMP0110 to NEW, this which allows spaces in test names
|
2020-11-21 23:24:09 -06:00 |
|
|
40f3c4ecb5
|
[ox] Fix MSVC build
|
2020-11-07 17:59:17 -06:00 |
|
|
fe40b2e144
|
[ox] Cleanup unnecessary ox::
|
2020-10-16 19:56:13 -05:00 |
|
|
6b720042d0
|
[ox] Rename ValErr to Result
|
2020-10-16 19:43:10 -05:00 |
|
|
0b3b54b3fd
|
[ox] Remove remaining nodiscards from Error functions
|
2020-10-16 00:07:43 -05:00 |
|
|
75814a2896
|
[ox] Remove now superfluous [[nodiscards]] from ox::Error functions
|
2020-10-15 23:55:20 -05:00 |
|
|
a725369311
|
[ox] Make Error its own type, not dependent on Integer and make nodiscard
|
2020-10-11 19:04:00 -05:00 |
|
|
a5b01bb0d7
|
[ox/fs] Cleanup
|
2020-06-17 01:53:35 -05:00 |
|
|
f58c658be1
|
[ox/fs] Make PassthroughFS mkdir pass mkdir -p on existing directory
|
2020-06-16 04:39:15 -05:00 |
|
|
112c2c4212
|
[ox/fs] Change Claw type IDs to domain based namespaces
|
2020-06-15 23:16:34 -05:00 |
|
|
880e6e49d6
|
[nostalgia/fs] Fix Directory to write back out as a Directory
|
2020-06-15 01:34:48 -05:00 |
|
|
819959745d
|
[ox] Fix Mac build and fix MC to increment field counter on empty string
|
2020-05-08 21:32:56 -05:00 |
|
|
3ff4a59373
|
[ox/fs] Make FileAddress model use builtin union support
|
2020-04-16 23:34:08 -05:00 |
|
|
ed0bf268ba
|
[ox/fs] Add model definition for FileAddress
|
2020-04-15 21:02:35 -05:00 |
|
|
d2ec3b8350
|
[ox/fs] Remove explicit linking of C++ standard file system library
|
2020-04-07 22:04:23 -05:00 |
|
|
517551348a
|
[ox/fs] Fix GCC/Clang incompatibility
|
2020-02-12 22:04:35 -06:00 |
|
|
4cbf1b9a9a
|
[ox] Get building in MSVC
|
2020-02-12 22:04:35 -06:00 |
|
|
553cde0d0c
|
[ox/fs] Replace uint8_t with char for buffers
|
2020-02-11 21:42:09 -06:00 |
|
|
e927c51b61
|
[ox/fs] Give FileSystem ability to cleanup FS buffer
|
2020-02-01 00:11:59 -06:00 |
|
|
c9f91c16c2
|
[ox/fs] Add exception handling to PassthroughFS for fstream usage
|
2020-01-25 15:18:08 -06:00 |
|
|
8037bc9535
|
[ox/fs] Remove unnecessary PassthroughFS fstream close
|
2020-01-24 22:48:05 -06:00 |
|
|
84ee494834
|
[ox/fs] Make PassthroughFS presence define more export freindly
|
2020-01-12 20:43:39 -06:00 |
|
|
3afaa0fc85
|
[ox/fs] Cleanup
|
2019-12-31 20:08:50 -06:00 |
|
|
4b832dd3d7
|
[ox/fs] Change PassThroughFS to use fstream instead of C file IO for compatibility reasons
|
2019-12-22 00:30:08 -06:00 |
|
|
8c576ef9c5
|
[ox] Replace __attribute__((packed)) with OX_PACKED
|
2019-12-19 23:38:17 -06:00 |
|
|
1d600186cd
|
[ox/fs] Cleanup, Fix FileLocation to make copy of non-const strings
|
2019-11-26 23:18:38 -06:00 |
|
|
ddb158e433
|
[ox/fs] Fix Directory allocating too much space
|
2019-11-07 00:34:07 -06:00 |
|
|
3cc6ca215e
|
[ox/fs] Fix Directory to allocate enough space for new entry
|
2019-11-04 18:30:17 -06:00 |
|
|
deaa293c67
|
[ox/fs] Fix problems with creating and reading directories
|
2019-11-03 16:44:57 -06:00 |
|
|
7699ae2294
|
[ox/fs] Remove bad TODO
|
2019-11-01 18:01:09 -05:00 |
|
|
9da47f75c0
|
[ox/fs] Add support for direct access to FS memory
|
2019-11-01 01:28:04 -05:00 |
|
|
7f5f74e2a6
|
[ox/fs] Fix various file system bugs
|
2019-10-31 00:07:39 -05:00 |
|
|
79a1a6f896
|
[ox/fs] Add modelWrite to FileAddress and add copy constructor and assignment
|
2019-10-27 16:22:37 -05:00 |
|
|
fbdb48a1ee
|
[ox/fs] Add modelWrite handler to FileAddress
|
2019-10-22 18:54:19 -05:00 |
|
|
54ac86fce7
|
[ox/fs] Add FileAddress support to FileSystem
|
2019-10-12 11:56:49 -05:00 |
|
|
ce7c416fb7
|
[ox/fs] Remove Boost FS usage
|
2019-10-09 18:59:52 -05:00 |
|
|
c27cc56e31
|
[ox] Make ValErr::operator T() explicit
|
2019-07-30 19:00:01 -05:00 |
|
|
f4b336dd77
|
[ox] Make Error use a strong int
|
2019-07-28 00:15:10 -05:00 |
|
|
deaa1f13f5
|
[ox/fs] Add missing nodiscards on ox::Error returns
|
2019-07-25 19:53:14 -05:00 |
|
|
2d2cd2bbb6
|
[ox/fs] Add Error return to FileStore compact
|
2019-07-20 18:46:52 -05:00 |
|
|
8fa5488d77
|
[ox/fs] Fix FileStoreTemplate::compact to skip first item and correctly find parent
|
2019-07-19 20:14:09 -05:00 |
|
|
cb8f26046a
|
[ox/fs] Cleanup Directory test
|
2019-07-17 21:36:03 -05:00 |
|