Commit graph

20 commits

Author SHA1 Message Date
Stefan Persson
0b6bc13466 Specifying chars as unsigned where needed 2017-06-28 15:46:32 +02:00
Stefan Persson
05197abf6e Fixed regression errors for windows 2012-12-04 15:14:40 +01:00
Micke Prag
b50e9dd3d5 Remove sscanf() from ProtocolX10 and add a unittest for ProtocolX10::decodeData() 2012-06-20 14:18:29 +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
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
1ac3fc25e0 Use pointers when passing references according to Google style guidelines "runtime/references" 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
dc357ddeca Remove extra blank lines according to Google style guidelines "whitespace/blank_line" 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
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
78444e20b9 Add #include <string> for string, according to Google style guidelines "build/include_what_you_use" 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
b179835fc3 Readded x10 as receiving protocol 2011-05-12 15:11:30 +00:00
Micke Prag
6d5ec4214c Added decoding of X10-data 2011-05-10 09:55:46 +00:00
Micke Prag
99d2be5270 Translate correct housecode for X10 2010-10-27 13:00:55 +00:00
Micke Prag
ce52f09092 Made Protocol::methods() abstract. 2010-10-15 14:53:47 +00:00
Micke Prag
f25a970077 Added protocol X10 2010-10-15 09:25:33 +00:00