index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
fs
/
file.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-20
fs/file: Explicitly convert std::u8string to std::filesystem::path
Merry
2022-10-26
concepts: Use the std::contiguous_iterator concept
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
common: Reduce unused includes
ameerj
2022-02-01
common/file: Remove [[nodiscard]] from Open()
Lioncash
2021-07-06
common: fs: file: Revert Flush to its previous behavior and add Commit
Morph
2021-06-22
common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile
Morph
2021-06-22
common: fs: file: Remove [[nodiscard]] attribute from Flush
Morph
2021-06-16
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2021-05-28
common/fs/file: Explicitly delete copy constructors
Lioncash
2021-05-28
common/fs/file: Devirtualize destructor
Lioncash
2021-05-28
common/fs/file: Default initialize IOFile members
Lioncash
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph