mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
- reordered includes to prevent accidental dependencies. - moved arch specific files into their own folder (easier to include with cmake). - renamed non-class files to reflect new code style (lower case with underscores). - using full relative paths for includes (easier for understanding dependencies). - using #pragma once instead of classic-style header guards. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CondVar.cpp | ||
| CondVar.h | ||
| Lock.cpp | ||
| Lock.h | ||
| Mutex.cpp | ||
| Mutex.h | ||
| Thread.cpp | ||
| Thread.h | ||
| XMT.cpp | ||
| XMT.h | ||
| XThread.h | ||