Commit graph

6 commits

Author SHA1 Message Date
Lucas Nussbaum
47ab75eb66 Add support for passing CPPFLAGS to Makefiles
This is required in order to add Hardening support.
See https://wiki.debian.org/Hardening

Earlier version of the patch by Thorsten Alteholz <debian@alteholz.de>
2015-11-07 11:20:08 +01:00
4e0a719d10 merge 2013-11-13 branch into trunk 2014-02-14 13:46:51 +00:00
pnaulls@gmail.com
01aa2c7853 Misc grammar fixes. 2011-08-16 16:28:23 +00:00
dscottmiller3
8673e39c11 1) Main.cpp adjusted to show how new notifications (Notification::Type_AllNodesQueried and Notification::Type_AwakeNodesQueried) might be used to determine when to write the config file.
2)  Bug in ThermostatFanState, ThermostatMode and ThermostatOperatingState fixed:  ValueList was being released, which meant it wouldn't exist for the second or third poll of a device (overwritten by other data).
3)  Standardized Doxygen comment command form ("\" instead of "@")
2010-12-27 22:53:02 +00:00
google@lansell.org
604ead7ddd Major reworking of the initialization process, to make it more stateful, robust and easier to control the order in which command classes are queried. Improved handling of sleeping devices.
Fixes for various bugs, memory leaks and warnings (thanks to Richard Nixon for the patch).

Options system for command line and XML program options.  Options so far include the ability to include or exclude command classes, and to have notifications of "Transaction Complete".

Requires testing on Linux and Mac.
2010-12-19 13:40:08 +00:00
google@lansell.org
23959bf34e Major re-arrangement of the repository, in order to allow multiple programming languages.
Also combined src and h folders to make finding headers quicker.
Added VS2010 projects for everything.

Note: Various conflicts means this is going to take several commits.
2010-09-12 16:17:44 +00:00