Commit graph

30 commits

Author SHA1 Message Date
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
Erik Johansson
5492623ecd Avoid one extra strlen 2012-03-20 16:37:56 +01:00
Micke Prag
9500c4c898 Convert dos endings to unix in telldus-core, see #160 2012-02-27 17:37:52 +01:00
Micke Prag
189ddc9383 Convert the number in hexTo64l() it to a long long int instead of long int to be safe for 32-bit systems 2012-02-03 11:41:20 +01:00
Micke Prag
e718228a12 hexTo64l() should convert it to an unsigned value on Linux 2012-02-03 11:17:36 +01:00
Micke Prag
72e480a870 Add a (hopefully) 64-bit safe conversion on OS X 2012-02-03 11:07:14 +01:00
Stefan Persson
afa1e88e62 Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
Micke Prag
2ec2dac46f Fix indentation error 2012-01-04 16:11:08 +01:00
Micke Prag
716deb5124 Merge remote branch 'origin/windows_service_fixes' 2011-12-30 17:14:50 +01:00
Micke Prag
8c4c62d9e1 Added missing includes 2011-12-28 17:57:48 +01:00
Micke Prag
05c0ac7f05 Add functions formatf() and sformatf() 2011-12-28 16:06:46 +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
11dd17d2cf Added function TelldusCore::intToString() 2011-05-13 12:46:05 +00:00
Micke Prag
35c7fc13a1 Build fixes for FreeBSD. Find libraries and make sure correct constness on different platforms 2011-03-11 10:41:46 +00:00
Micke Prag
8d4f240744 Removed unused variable 2011-03-03 16:03:02 +00:00
Stefan Persson
fe7f8f6eb8 Code cleanup, removed todos 2011-03-03 14:21:57 +00:00
Micke Prag
740be08255 Implemented character conversion between utf-8 and wchar_t on Windows. 2011-03-03 09:07:58 +00:00
Micke Prag
86b5cdc5bd Fix for broken(?) conversion from and to wchar_t on OS X using iconv 2011-03-02 20:02:25 +00:00
Micke Prag
d1bc127a29 Rewrote function wideToString() to use real coversion using iconv 2011-03-02 16:08:13 +00:00
Micke Prag
0427de76d8 Rewrote function charToWstring() to use real coversion using iconv 2011-03-02 15:34:05 +00:00
Stefan Persson
aa8fa0c451 Relocated the function wideToInteger to Strings. 2010-11-16 09:40:09 +00:00
Micke Prag
c5d5c2079b Added function TelldusCore::charToInteger() 2010-10-25 14:39:01 +00:00
Stefan Persson
592280ad99 Code cleanup 2010-10-25 14:09:51 +00:00
Micke Prag
0027d98529 Added function TelldusCore::wideToString() 2010-10-24 15:38:06 +00:00
Micke Prag
c3731ae9f1 Added function TelldusCore::charToWstring() 2010-10-21 14:25:06 +00:00
Micke Prag
1fe4b8734c Added stings library 2010-10-21 13:57:02 +00:00