Micke Prag
|
6796129cb5
|
Use C++ casting instead of C casting according to Google style guidelines
"readability/casting"
|
2012-12-05 14:28:29 +01:00 |
|
Stefan Persson
|
7d0f3747fe
|
Include directory when naming .h files, according to Google style guidelines "build/include"
|
2012-12-04 16:39:39 +01:00 |
|
Stefan Persson
|
05197abf6e
|
Fixed regression errors for windows
|
2012-12-04 15:14:40 +01:00 |
|
Micke Prag
|
6067c776c5
|
Since we use tabs for indentation, convert to one line instead
|
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
|
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
|
ee8f3b41d0
|
Print debug message on all platforms activating it, not only Windows
|
2012-01-26 14:46:28 +01:00 |
|
Micke Prag
|
e1d063bb56
|
Force stdout on Mac OS X
|
2011-12-28 16:15:22 +01:00 |
|
Micke Prag
|
8903656423
|
Use sformatf() to format the messages for the Windows Event Log, see #103
|
2011-12-28 16:07:29 +01:00 |
|
Micke Prag
|
9862403267
|
Add command line argument to debug output
|
2011-12-28 15:35:18 +01:00 |
|
Micke Prag
|
50e69a476c
|
Implement logging using Windows Event Log, see #103
|
2011-12-28 15:35:15 +01:00 |
|
Micke Prag
|
72188ef02f
|
Add Log class, only implemented for Linux. See #103
|
2011-12-27 14:47:40 +01:00 |
|