telldus/telldus-core/common
2011-10-07 07:57:55 +00:00
..
CMakeLists.txt Add dependency to TelldusCommon for correct build order on all platforms. 2011-09-05 16:02:07 +00:00
common.h Added debug function dlog which works lite printf but it always flushes the result. 2011-05-12 10:32:45 +00:00
Message.cpp Code cleanup, removed todos 2011-03-03 14:21:57 +00:00
Message.h Code cleanup, removed todos 2011-03-03 14:21:57 +00:00
Mutex.cpp LoggedMutex now works on Linux 2010-10-27 14:26:06 +00:00
Mutex.h Disable copy on Mutex, it is not possible to copy a mutex 2011-03-01 18:06:47 +00:00
Socket.h Timeout not infinite for client reads after sending 2010-10-21 14:52:24 +00:00
Socket_unix.cpp Use our conversion functions instead of the old ugly hack to convert between utf-8<->wchar_t 2011-03-02 13:10:16 +00:00
Socket_win.cpp Wait for the event to be signaled, even if we already have waited this seems to do the trick. See #93 and #94 2011-10-07 07:57:55 +00:00
Strings.cpp Added function TelldusCore::intToString() 2011-05-13 12:46:05 +00:00
Strings.h Added function TelldusCore::intToString() 2011-05-13 12:46:05 +00:00
Thread.cpp Fixes for other platforms than Windows 2010-10-24 16:05:38 +00:00
Thread.h Made the Mutex be an own class. 2010-10-13 13:53:39 +00:00