aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/IO
AgeCommit message (Collapse)Author
2022-06-30Restructure projectrtk0c
2022-03-15Temporarily switch to cstdio instead of custom FileStream implementationrtk0c
2021-11-12Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ↵rtk0c
builtin macros, and add win32 support to FileStream
2021-11-10Switch more IO to use DataArchivertk0c
2021-09-06Fix all compile errors, remove OperateIOProxy requirement from DataStream apirtk0c
2021-09-04Migrate Template and TableTemplate to use DataStreamrtk0c
2021-08-29Change DataStream to use FileStream instead of std::fstreamrtk0c
2021-08-29Initial draft of FileStreamrtk0c
2021-08-22Split DataStream into InputDataStream and OutputDataStreamrtk0c
2021-08-21DataArchive system which saves in native endian (for better performance ↵rtk0c
working with local files), but is also able to load in any endian depending on archive's header information
2021-08-21Add read/write logic for all ints and floatsrtk0c
2021-08-15Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"rtk0c
2021-08-15Turn IO adapter's mechanism from function overload into structs that are ↵rtk0c
given by the user
2021-08-15More work on IO adapters (not working)rtk0c
2021-08-15Initial work on data streamsrtk0c