openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
telldus
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Nov 12, 2024 — Nov 12, 2025
Showing page 8 of 75
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix include header order according to Google style guidelines "build/include_order"
Micke Prag
More...
over 13 years ago
Include the directory when naming .h files. According to Google style guideline "build/include".
Micke Prag
More...
over 13 years ago
Add #include <string> for string, according to Google style guidelines "build/include_what_you_use"
Micke Prag
More...
over 13 years ago
Add copyright message according to Google style guidelines "legal/copyright"
Micke Prag
More...
over 13 years ago
Streams are highly discouraged according to Google style guidelines "readability/streams"
Micke Prag
More...
over 13 years ago
Use sizeof(varname) instead of sizeof(type) according to Google style guidelines "runtime/sizeof"
Micke Prag
More...
over 13 years ago
All parameters should be named in a function according to Google style guidelines "readability/function"
Micke Prag
More...
over 13 years ago
Do not use namespace using-directives according to Google style guidelines "build/namespaces"
Micke Prag
More...
over 13 years ago
Missing username in TODO according to Google style guidelines "readability/todo"
Micke Prag
More...
over 13 years ago
We need spaces after semicolon in for loops according to Google style guidelines "whitespace/semicolon"
Micke Prag
More...
over 13 years ago
If an else has a brace on one side, it should have it on both according to Google style guidelines "readability/braces"
Micke Prag
More...
over 13 years ago
Change the test so a tab character before a braces is ok
Micke Prag
More...
over 13 years ago
Use int16/int64/etc, rather than the C types according to Google style guidelines "runtime/int"
Micke Prag
More...
over 13 years ago
Use C++ casting instead of C casting according to Google style guidelines "readability/casting"
Micke Prag
More...
over 13 years ago
Use pointers when passing references according to Google style guidelines "runtime/references"
Micke Prag
More...
over 13 years ago
The function close() is declared in unistd.h. We must include this since it might not be pulled in by other headers on all platforms. Closes #216
Micke Prag
More...
over 13 years ago
Check that the option we set in Settings::setStringSetting() actually exists before write when using libConfuse. Writing to a non existing option makes telldusd SIGABRT. Closes #207.
Micke Prag
More...
over 13 years ago
Add headers for ftd2xx, needed at least in Windows
Micke Prag
More...
over 13 years ago
Add some different xPL implementations done by Telldus
Micke Prag
More...
over 13 years ago
Add support for flashing TellStick Duo
Micke Prag
More...
over 13 years ago
Check the current firmware version
Micke Prag
More...
over 13 years ago
Load class TellStick for TellStick Duo also
Micke Prag
More...
over 13 years ago
Add option to update firmware for TellStick
Micke Prag
More...
over 13 years ago
Add aml item ControllerUpgradeDialog
Micke Prag
More...
over 13 years ago
Add qml item StateLabel
Micke Prag
More...
over 13 years ago
Load class TellStick for TellStick controllers
Micke Prag
More...
over 13 years ago
Add properties to the controller object for showing the upgrade status
Micke Prag
More...
over 13 years ago
Link plugin against libftd2xx
Micke Prag
More...
over 13 years ago
Add firmware to the products as resource
Micke Prag
More...
over 13 years ago
Add class TellStick
Micke Prag
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
74
75
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree