tsMuxer/libmediation
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
..
containers Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00
fs Split directory.cpp into unix/win32 parts (#491) 2021-11-12 18:16:15 +01:00
system Introduce a uniform formatting style (#131) 2020-01-14 21:56:44 +01:00
types Upgrade to c++17 2021-09-22 21:33:14 +01:00
CMakeLists.txt Split directory.cpp into unix/win32 parts (#491) 2021-11-12 18:16:15 +01:00