cpp-utilities/io
Martchus ac35a5fad1 Fix a few Doxygen warnings 2023-11-18 22:32:04 +01:00
..
ansiescapecodes.cpp Avoid use of non-standard escape character to avoid MSVC warning about it 2023-03-26 21:49:54 +02:00
ansiescapecodes.h Avoid use of non-standard escape character to avoid MSVC warning about it 2023-03-26 21:49:54 +02:00
binaryreader.cpp Fix warnings 2021-03-20 21:56:45 +01:00
binaryreader.h Avoid relying on compiler optimizations for binary conversions 2023-02-05 21:29:22 +01:00
binarywriter.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
binarywriter.h Fix warnings 2021-03-20 21:56:45 +01:00
bitreader.cpp Extend documentation of the BitReader class 2023-11-02 16:48:00 +01:00
bitreader.h Fix typos found via `codespell --skip .git -w` 2021-07-03 19:07:49 +02:00
buffersearch.cpp Use std::string_view::value_type in BufferSearch 2021-07-16 15:58:40 +02:00
buffersearch.h Fix a few Doxygen warnings 2023-11-18 22:32:04 +01:00
copy.h Apply clang-format 2023-04-29 12:53:18 +02:00
inifile.cpp Add TODO for AdvancedIniFile 2020-06-04 20:49:25 +02:00
inifile.h Initialize AdvancedIniFile::Field by default with IniFileFieldFlags::HasValue 2020-05-01 13:58:44 +02:00
misc.cpp Fix missing `#pragma GCC diagnostic push` 2022-05-21 12:13:01 +02:00
misc.h Add `std::string_view` overloads to certain I/O functions 2022-03-04 21:04:22 +01:00
nativefilestream.cpp Improve exception messages of NativeFileStream 2020-02-14 17:13:05 +01:00
nativefilestream.h Mark destructor of NativeFileStream as override 2020-12-18 21:09:35 +01:00
path.cpp Add `std::string_view` overloads to certain I/O functions 2022-03-04 21:04:22 +01:00
path.h Apply clang-format 2023-03-11 17:05:08 +01:00