Micke Prag
|
39c6bb012e
|
Use dynamic_cast instead of reinterpret_cast for our events
|
2012-06-19 16:49:26 +02:00 |
|
Micke Prag
|
2fc9d470dd
|
If an else has a brace on one side, it should have it on both according to Google style guidelines "readability/braces"
|
2012-06-19 12:30:52 +02:00 |
|
Micke Prag
|
a01b42b4d7
|
An else should appear on the same line as the preceding } according to Google style guidelines "whitespace/newline"
|
2012-06-19 12:30:51 +02:00 |
|
Micke Prag
|
3a0cee353a
|
Fix include header order according to Google style guidelines "build/include_order"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
75f21588e5
|
Should have a space between // and comment "whitespace/comments"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
e1608f94a8
|
{ should almost always be at the end of the previous line, according to Google style guidelines "whitespace/braces"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
8d0228ced2
|
Add copyright message according to Google style guidelines "legal/copyright"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
5b5be387cd
|
Include the directory when naming .h files. According to Google style guideline "build/include".
|
2012-06-19 12:30:49 +02:00 |
|
Micke Prag
|
9500c4c898
|
Convert dos endings to unix in telldus-core, see #160
|
2012-02-27 17:37:52 +01:00 |
|
Micke Prag
|
237cf4e8e7
|
Implement controller callback in telldus-service
|
2012-02-27 15:28:09 +01:00 |
|
Micke Prag
|
e834160492
|
Move class Event and EventHandler into the TelldusCore namespace
|
2012-02-03 17:09:38 +01:00 |
|
Stefan Persson
|
86554b26ac
|
Code cleanup
|
2011-12-28 11:14:59 +01:00 |
|
Stefan Persson
|
24586433d9
|
Windows service, 2.1.0a and new changes for possible new version.
|
2011-11-04 14:32:22 +01:00 |
|
Micke Prag
|
f25ca42ed7
|
Added TDSensorEvent to EventUpdateManager
|
2011-05-12 14:54:28 +00:00 |
|
Micke Prag
|
41c763cbd4
|
Converted Event pointers to smart pointers instead
|
2010-10-28 08:45:17 +00:00 |
|
Micke Prag
|
a1d0f1401a
|
Implemented EventData as shared pointers. We are now dependent on tr1
|
2010-10-28 08:08:12 +00:00 |
|
Stefan Persson
|
6c881923f4
|
Compile fixes for linux
|
2010-10-25 15:00:40 +00:00 |
|
Micke Prag
|
a815b3426b
|
Use smart pointers in the EventUpdateManager.
|
2010-10-21 15:31:11 +00:00 |
|
Stefan Persson
|
2c2a030c9b
|
Callback events implemented on client side (not tested for device and raw events)
|
2010-10-19 12:31:32 +00:00 |
|
Stefan Persson
|
80843dc99c
|
Device callback events implemented server side (untested)
|
2010-10-18 15:33:05 +00:00 |
|
Stefan Persson
|
eabfd97db5
|
Update events, stubs
|
2010-10-18 12:49:42 +00:00 |
|
Stefan Persson
|
08e93318a2
|
EventUpdateManager added
|
2010-10-18 10:42:10 +00:00 |
|