tsMuxer/libmediation/fs
Daniel Kamil Kozar c483756b42
Split directory.cpp into unix/win32 parts (#491)
directory.cpp was essentially two implementations in one, separated with ifdefs. It's cleaner to just have two separate files, seeing how CMakeLists.txt for libmediation needs to check the platform it's running on and add the appropriate file implementation anyway.

This commit splits this file into two and extracts common code parts to directory_priv.h.
2021-11-12 18:16:15 +01:00
..
osdep Split directory.cpp into unix/win32 parts (#491) 2021-11-12 18:16:15 +01:00
directory.h Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00
directory_priv.h Split directory.cpp into unix/win32 parts (#491) 2021-11-12 18:16:15 +01:00
file.h Fix warnings in file_unix.cpp (#383) 2020-12-21 00:22:24 +01:00
logstream.h Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00
systemlog.h Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00
textfile.h Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00