Commit Graph

10 Commits (38363eee0d74a3c6e4a48741e09abb78be7b226a)

Author SHA1 Message Date
Andrei Kortunov f9d42ed396 Fix MSVC's C4267 warnings 4 years ago
Andrei Kortunov 4acd910b37 Rework file error messages handling 4 years ago
Andrei Kortunov 75fed1d236 Print error code when failed to open file on Windows 5 years ago
Andrei Kortunov e06f0b797a Replace all NULLs to nullptr 6 years ago
cfcohen d00d487c3d Improved error reporting under POSIX using errno and strerror(). 9 years ago
scrawl 51e451e249 Tabs to spaces 10 years ago
greye 417e07fbce fix irrelevant error reporting 11 years ago
greye 6cb795ef7d attempt to fix LowLevelFile, minor code reuse 11 years ago
cc9cii 46867ec0cf Fix file handles being left open on windows builds 11 years ago
Nathan Jeffords 278337116b increased performance of ConstrainedDataStream
Reimplemented ConstrainedDataStream to use low-level IO calls and a
custom buffering scheme to avoid using C++ iostreams.
12 years ago