mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
.. | ||
.gitignore | ||
CMakeLists.txt | ||
Color.cpp | ||
Color.h | ||
FS.cpp | ||
FS.h | ||
README | ||
RX.cpp | ||
RX.h | ||
text.cpp | ||
text.h | ||
Timer.cpp | ||
Timer.h | ||
utf8.cpp | ||
utf8.h | ||
wcwidth6.cpp |
Common ====== The 'common' library is a set of reusable objects to be shared as-is between various programs, including Taskwarrior, Taskserver, Tasksh and Timewarrior. In order to be reusable, and therefore a member of libcommon, rules must be followed: - Common objects may only make use of other common objects, or external dependencies (libuuid, gettext, readline etc), but no objects from the parent directories. - Common objects can assume only an external 'cmake.h' that defines platform/portability constants.