Micke Prag
|
4d1fdd777f
|
Comparison of unsigned expression < 0 is always false
|
2012-10-30 15:58:01 +01:00 |
|
Micke Prag
|
7b82e529cc
|
Convert sscanf in ProtocolNexa and ProtocolWaveman to a faster and platform independent implementation
|
2012-06-19 16:48:44 +02:00 |
|
Micke Prag
|
dbb11602ec
|
Temporarily suppress cpplint errors "runtime/printf" for sscanf(). We should prpbably remove them later
|
2012-06-19 16:23:36 +02:00 |
|
Micke Prag
|
6688f44084
|
Missing username in TODO according to Google style guidelines "readability/todo"
|
2012-06-19 12:30:52 +02:00 |
|
Micke Prag
|
5d2e3f33c8
|
Use C++ casting instead of C casting according to Google style guidelines "readability/casting"
|
2012-06-19 12:30:52 +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
|
1ac3fc25e0
|
Use pointers when passing references according to Google style guidelines "runtime/references"
|
2012-06-19 12:30:52 +02:00 |
|
Micke Prag
|
3dcc7a04ba
|
Use int16/int64/etc, rather than the C types according to Google style guidelines "runtime/int"
|
2012-06-19 12:30:52 +02:00 |
|
Micke Prag
|
e7bb22cf34
|
We need spaces surrounding operators according to Google style guidelines "whitespace/operators"
|
2012-06-19 12:30:51 +02:00 |
|
Micke Prag
|
110dcc2c57
|
Should have spaces after comma according to Google style guidelines "whitespace/comma"
|
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 |
|
Stefan Persson
|
24586433d9
|
Windows service, 2.1.0a and new changes for possible new version.
|
2011-11-04 14:32:22 +01:00 |
|
Stefan Persson
|
ee627eb6da
|
Fixed problem with distinguishing between selflearning/codeswitch in arctech receiving.
|
2011-09-05 15:37:46 +00:00 |
|
Stefan Persson
|
cc351a8c60
|
Corrected selflearning string comparison error
|
2011-05-13 10:38:58 +00:00 |
|
Stefan Persson
|
281621a4ef
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
|
Micke Prag
|
72a90c6465
|
Implemented TELLSTICK_LEARN for Arctech Selflearning again, with the workaround for older TellStick
|
2011-02-21 13:51:02 +00:00 |
|
Micke Prag
|
a11b36bf9c
|
Added static function ProtocolNexa::getStringSelflearningForCode()
|
2010-11-09 14:30:34 +00:00 |
|
Micke Prag
|
35c8539b73
|
Workaround for sending 99% to ArcTech dimmers
|
2010-10-27 10:10:18 +00:00 |
|
Micke Prag
|
37dea73fa8
|
Fixed compiler warning.
|
2010-10-25 09:15:14 +00:00 |
|
Micke Prag
|
f4360df8d6
|
Converted uses of Protocol::comparei to use the strings library instead.
|
2010-10-21 13:59:48 +00:00 |
|
Micke Prag
|
91b037bcce
|
Implemented bell
|
2010-10-19 15:33:27 +00:00 |
|
Micke Prag
|
06e5ca8a9e
|
Implemented correct methods for Nexa/ArcTech
|
2010-10-15 15:15:32 +00:00 |
|
Micke Prag
|
ce52f09092
|
Made Protocol::methods() abstract.
|
2010-10-15 14:53:47 +00:00 |
|
Micke Prag
|
9d4fe80f91
|
Added protocol Waveman
|
2010-10-15 09:07:37 +00:00 |
|
Micke Prag
|
39ae8ba0e7
|
Dim support added. Some refactoring was needed.
|
2010-10-14 13:35:23 +00:00 |
|
Micke Prag
|
95e0572a36
|
Constructor/Desctructor not needed.
|
2010-10-14 10:41:39 +00:00 |
|
Micke Prag
|
a7eae54b37
|
Codeswitch working
|
2010-10-14 10:40:13 +00:00 |
|
Micke Prag
|
4604472f57
|
Selflearning is working. Codeswitch still on TODO
|
2010-10-14 10:14:00 +00:00 |
|
Micke Prag
|
7b59faae25
|
Implemented ProtocolNexa::getStringForMethod()
|
2010-10-13 15:09:22 +00:00 |
|
Stefan Persson
|
02584391e7
|
Test protocol-stub added
|
2010-10-13 08:02:20 +00:00 |
|