Logo white

Peter M. Groen / hueplusplus

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 345
  • Compare
  • Branches 4
  • Tags 2
  • hueplusplus
  • test
  • CMakeLists.txt
24 Mar, 2021
25 commits
  • Add tests for rule, fix bugs.
    0b28967a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename ScheduleCommand to Action, to make it more general.
    c5123c13
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement searching for new sensors and lights.
    65ddf858
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for sensor implementations. ...
    6dfa7633
    Fix some copy paste errors.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for BaseDevice, Sensor and SensorList. ...
    a90248d3
    Fix some errors in these classes.
    Make sensor constructors explicit.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename classes to simplify names. ...
    f0166f40
    - remove redundant Hue prefix
    - change Hue class to Bridge class to make usage clearer
    - rename APIConfig to LibConfig to clarify that the configuration is for the library, not for the Hue API that is accessed
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Move MakeCopyable helper class into detail namespace.
    967b7515
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add documentation and tests for BridgeConfig.
    bc52722a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Use ColorUnits in getters and setters.
    cf1bda91
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for Scene.
    aec7baeb
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for ResourceList and other missing tests.
    eee2f0ea
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add Schedule class to handle schedule requests.
    ca79b6c2
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add TimePattern to parse Hue schedule times.
    62d95333
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add documentation and tests for HueLightFactory.
    e32ebbf8
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add sources directly for coverage test, so cpp files are included.
    a9fb2231
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement tests for StateTransaction.
    b4b8bae5
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Generalize StateTransaction to also work for HueLight state.
    d3e59bb1
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for Group getters.
    91594d47
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Fix APICache refresh timing, add tests for APICache.
    4a7edd72
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Fix coverage test target.
    adb6b6cd
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add c++14 requirement for gtest targets.
    99fd91ef
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename include guard to be standard compliant. ...
    7c4f890a
    (no leading underscore followed by an uppercase letter)
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Link static library for tests instead of building sources.
    8642e827
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Fix build errors after renaming.
    a2898cce
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename directory structure (not building).
    0f456350
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »

14 Apr, 2018
1 commit
  • Export include directory with cmake library ...
    34570436
    - Now the library can just be included with add_subdirectory, no need to configure include path
    Moritz Wirger authored
    2018-04-14 00:02:40 +0200  
    Browse Dir »

26 Jan, 2018
1 commit
  • add new functionality to CMakeLists ...
    425f609f
    - cleanup and document CMakeLists
    - add hueplusplus-config.cmake to make it easier to use hueplusplus by simply calling find_package
    - remove GLOB in test/CMakeLists.txt and exchange with set
    Nodeduino authored
    2018-01-26 22:36:24 +0100  
    Browse Dir »

18 Oct, 2017
2 commits
  • Add an install for static library and a uninstall target
    e04cbd51
    Moritz W authored
    2017-10-18 11:59:22 +0200  
    Browse Dir »
  • Add CMakeLists for building the library from source
    20f83ebb
    Moritz W authored
    2017-10-18 11:24:00 +0200  
    Browse Dir »