hyperion.ng/libsrc/leddevice
redPanther 614131ebe6 compile fix, cleanup (#684)
* implement make install
set CMAKE_INSTALL_PREFIX e.g. to /opt to install to /opt/hyperion
set ENABLE_SYSTEM_INSTALL to ON to activate installation
after compiling use
make install
or
make install/strip
(for performance/size optimized binaries - compile in Release to get best performance)

* cleanup cmake files
use
cmake -DINSTALL_PREFIX=/opt/hyperion ..
to install all files to hyperion or
cmake -DINSTALL_PREFIX=/usr/
to install to usr. install folders are linux standard. bin go to bin folder and additionals (effects) go to share/hyperion

* add uninstall target - be patient with that, this will remove files from your system
install service files to share/hyperion - if you want to use them you have to make a symlink to your location of service files

* optimize build release script
install service files into hyperion share folder (services not activated, this must be done by distribution package script)
initial support of cmake option -DPLATFORM= option. This selects platform specific cmake flags. no need for -DENABLE_... options (unless you want some special things)
automatic detect for apple build

* update submodule

* fix cmake error when no platform is given

* initial support for deb,rpm and tgz packages - no usefull content atm!

* make packeages contain usefull stuff

* add license
make packes more functional. package specific install missing yet

* implement debian postinstall

* disable rpm generation until it has a working state

* add hypercon compat

* add posibility for multiple config files. first one found is taken

* remove hyperion comaptlayer
services is not started automaticly

* rework debian postinstall:
- remove /opt compatibility complety. This makes more trouble as it is usefull
- when hyperiond already started, restart it
- cleanup

* add deb package dependencies

* wipe out last support for /opt installation

* change default effect path in config to /usr

* revert service files and config files

* remove last occurences of ENABLE_PROTOBUF
fix cmake warnings and make it ready for cmake 3
fix refactoring of hyperiond.cpp creates no objects for network services

* all arguments via reference ...

* fix xbmcchecker not working

* add logger class

* - profiler must be activated with ENABLE_PROFILER, otherwise an error will raise
-> this should prevent profiler gets into release code

* fix profiler

* make logger compat with older/partial c++11 versions (r.g. debian wheezy)
fix description of optionparser
fix atmoorb not compile for qt4. now it should compile for qt5 and 4

* make logger compiles with qt5 too
fix compiler warnings

* remove debug code


Former-commit-id: 6aa41351667caed712b1f28010dbedfca8a6a5a0
2016-06-07 22:24:29 +02:00
..
CMakeLists.txt New QT based udp driver (#662) 2016-05-30 23:58:31 +02:00
LedDeviceAPA102.cpp Apa102 fix if the led strip has more physical LEDs than you want to configure with hyperion (#626) 2016-05-10 12:16:19 +02:00
LedDeviceAPA102.h Apa102 fix if the led strip has more physical LEDs than you want to configure with hyperion (#626) 2016-05-10 12:16:19 +02:00
LedDeviceAdalight.cpp Added a possible delay after connecting an Adalight device 2014-05-04 11:31:13 +02:00
LedDeviceAdalight.h Fixed adalight typos 2015-11-08 17:30:01 +01:00
LedDeviceAdalightApa102.cpp Performance fixes for adalightapa102 2015-11-28 22:58:58 +01:00
LedDeviceAdalightApa102.h Performance fixes for adalightapa102 2015-11-28 22:58:58 +01:00
LedDeviceAmbiLed.cpp Added support for AmbiLED-HD device (http://www.ambiledhd.com) 2015-01-05 14:28:21 +01:00
LedDeviceAmbiLed.h Added support for AmbiLED-HD device (http://www.ambiledhd.com) 2015-01-05 14:28:21 +01:00
LedDeviceAtmo.cpp Fixed minor issue and removed unsued includes 2015-02-23 15:53:05 +01:00
LedDeviceAtmo.h Carsten Atmolight support 2015-02-04 21:49:33 +01:00
LedDeviceAtmoOrb.cpp compile fix, cleanup (#684) 2016-06-07 22:24:29 +02:00
LedDeviceAtmoOrb.h big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceFactory.cpp Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
LedDeviceFadeCandy.cpp Merge remote-tracking branch 'refs/remotes/tvdzwan/master' 2016-03-09 19:25:04 +01:00
LedDeviceFadeCandy.h Merge remote-tracking branch 'refs/remotes/tvdzwan/master' 2016-03-09 19:25:04 +01:00
LedDeviceFile.cpp LedDeviceFile now defaults to /dev/null if the output is omitted. 2016-03-23 21:28:31 +11:00
LedDeviceFile.h renamed the "Test" device to be "File" 2016-03-23 21:12:34 +11:00
LedDeviceHyperionUsbasp.cpp Add hyperion-usbasp led devices 2014-03-09 11:36:46 +01:00
LedDeviceHyperionUsbasp.h Add hyperion-usbasp led devices 2014-03-09 11:36:46 +01:00
LedDeviceLightpack-hidapi.cpp Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceLightpack-hidapi.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceLightpack.cpp Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceLightpack.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceLpd6803.cpp big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceLpd6803.h big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceLpd8806.cpp big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceLpd8806.h big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceMultiLightpack.cpp Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceMultiLightpack.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceP9813.cpp Slight style changes to the pull of the P9813 device 2014-01-18 22:49:32 +00:00
LedDeviceP9813.h Slight style changes to the pull of the P9813 device 2014-01-18 22:49:32 +00:00
LedDevicePaintpack.cpp Adapted Paintpack to HIDDevice API 2015-11-08 17:30:12 +01:00
LedDevicePaintpack.h Adapted Paintpack to HIDDevice API 2015-11-08 17:30:12 +01:00
LedDevicePhilipsHue.cpp fix more "dos" line endings (#673) 2016-06-03 16:46:45 +02:00
LedDevicePhilipsHue.h big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDevicePiBlaster.cpp fix LedDeviceWs2812SPI to compile on gcc 4.6 (#643) 2016-05-22 12:56:44 +02:00
LedDevicePiBlaster.h Piblaster fix (#614) 2016-04-29 16:00:33 +02:00
LedDeviceRawHID.cpp Added Raw HID device 2015-11-08 17:29:53 +01:00
LedDeviceRawHID.h Added Raw HID device 2015-11-08 17:29:53 +01:00
LedDeviceSedu.cpp Removed option from Sedu device as it is reported not to work 2014-02-04 20:47:02 +01:00
LedDeviceSedu.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedDeviceTinkerforge.cpp Fixed call to thinkerforge library 2014-03-08 19:55:23 +01:00
LedDeviceTinkerforge.h add support for tinkerforge 2014-03-04 20:38:54 +01:00
LedDeviceTpm2.cpp big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceTpm2.h Added support for tpm2 protocol. One frame used for all LEDs 2014-06-15 02:19:09 +02:00
LedDeviceUdp.cpp big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceUdp.h add udp protocol support 2016-01-06 20:40:48 +11:00
LedDeviceUdpRaw.cpp New QT based udp driver (#662) 2016-05-30 23:58:31 +02:00
LedDeviceUdpRaw.h New QT based udp driver (#662) 2016-05-30 23:58:31 +02:00
LedDeviceWS281x.cpp Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
LedDeviceWS281x.h Add sk6812rgbw support (#666) 2016-05-31 22:55:56 +02:00
LedDeviceWS2812b.cpp fix LedDeviceWs2812SPI to compile on gcc 4.6 (#643) 2016-05-22 12:56:44 +02:00
LedDeviceWS2812b.h big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
LedDeviceWs2801.cpp clean up formatting 2016-02-25 22:33:13 +11:00
LedDeviceWs2801.h added configurable latchtime for 2801 SPI driver 2016-02-13 23:00:31 +11:00
LedDeviceWs2812SPI.cpp fix LedDeviceWs2812SPI to compile on gcc 4.6 (#643) 2016-05-22 12:56:44 +02:00
LedDeviceWs2812SPI.h fix LedDeviceWs2812SPI to compile on gcc 4.6 (#643) 2016-05-22 12:56:44 +02:00
LedHIDDevice.cpp Added udev/sudo note to HID Device 2015-11-08 21:05:12 +01:00
LedHIDDevice.h Added HID Device 2015-11-08 17:29:34 +01:00
LedRs232Device.cpp Fixed RS232 reconnect 2015-07-20 14:01:24 +02:00
LedRs232Device.h Changed connection delay to something non-blocking 2014-05-04 11:52:25 +02:00
LedSpiDevice.cpp Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedSpiDevice.h Moved all devices to separate library and added 'Factory' for device creation. 2013-12-17 18:50:15 +00:00
LedUdpDevice.cpp New QT based udp driver (#662) 2016-05-30 23:58:31 +02:00
LedUdpDevice.h New QT based udp driver (#662) 2016-05-30 23:58:31 +02:00