telldus/telldus-core/common
2014-03-18 20:43:03 +01:00
..
CMakeLists.txt Include the directory when naming .h files. According to Google style guideline "build/include". 2012-06-19 12:30:49 +02:00
common.h Removed blank lines at start/end of code blocks according to Google style guidelines "whitespace/blank_line" 2012-12-05 13:02:06 +01:00
Event.cpp Add convenience function to supply a EventDataRef to Event::signal() 2014-01-08 12:27:29 +01:00
Event.h Merge branch 'callbackdispatcher-rewrite' 2014-02-04 11:10:03 +01:00
Event_unix.cpp Do not use namespace using-directives according to Google style guidelines "build/namespaces" 2012-06-19 12:30:51 +02:00
Event_win.cpp Fixed placement of curly braces according to Google style guidelines "whitespace/braces" 2012-12-05 11:36:03 +01:00
EventHandler.h Code cleanup for callback hangings in Linux 2014-01-08 12:23:30 +01:00
EventHandler_unix.cpp Code cleanup for callback hangings in Linux 2014-01-08 12:23:30 +01:00
EventHandler_win.cpp Removed whitespace after line end, accoring to Google style guidelines "whitespace/end_of_line" 2012-12-05 11:43:31 +01:00
Message.cpp Fix some compiler warnings 2012-10-30 15:58:34 +01:00
Message.h All parameters should be named in a function according to Google style guidelines "readability/function" 2012-06-19 12:30:52 +02:00
Mutex.cpp Do not use namespace using-directives according to Google style guidelines "build/namespaces" 2012-06-19 12:30:51 +02:00
Mutex.h Should have a space between // and comment "whitespace/comments" 2012-06-19 12:30:50 +02:00
Socket.h Fix include header order according to Google style guidelines "build/include_order" 2012-06-19 12:30:50 +02:00
Socket_unix.cpp Only create the socket once. If we fail to connect is we should try to reuse it later. 2014-03-18 20:43:03 +01:00
Socket_win.cpp Code cleanup, removed debug messages 2012-12-06 16:12:42 +01:00
stdlibc_workaround.cpp Update stdlibc_workaround.cpp to our style guidelines 2012-09-26 16:39:05 +02:00
Strings.cpp Added missing space after comma, according to Google style guidelines "whitespace/comma" 2013-05-16 16:14:36 +02:00
Strings.h Fix include header order according to Google style guidelines "build/include_order" 2012-06-19 12:30:50 +02:00
Thread.cpp Fixes for callback hangings in Linux 2014-01-08 12:01:37 +01:00
Thread.h All parameters should be named in a function according to Google style guidelines "readability/function" 2012-06-19 12:30:52 +02:00