index
:
cplt
cplt-imgui
cplt-qt
master
Spreadsheets but better
rtk0c
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
Utils
/
IO
Age
Commit message (
Collapse
)
Author
2022-03-15
Temporarily switch to cstdio instead of custom FileStream implementation
rtk0c
2021-11-12
Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ↵
rtk0c
builtin macros, and add win32 support to FileStream
2021-11-10
Switch more IO to use DataArchive
rtk0c
2021-09-06
Fix all compile errors, remove OperateIOProxy requirement from DataStream api
rtk0c
2021-09-04
Migrate Template and TableTemplate to use DataStream
rtk0c
2021-08-29
Change DataStream to use FileStream instead of std::fstream
rtk0c
2021-08-29
Initial draft of FileStream
rtk0c
2021-08-22
Split DataStream into InputDataStream and OutputDataStream
rtk0c
2021-08-21
DataArchive 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-21
Add read/write logic for all ints and floats
rtk0c
2021-08-15
Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"
rtk0c
2021-08-15
Turn IO adapter's mechanism from function overload into structs that are ↵
rtk0c
given by the user
2021-08-15
More work on IO adapters (not working)
rtk0c
2021-08-15
Initial work on data streams
rtk0c