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
24 Mar, 2021
21 commits
  • Fix APICache refresh timing, add tests for APICache.
    4a7edd72
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Implement APICache to cache json values returned by the Hue API.
    cd30bc74
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add note for preserving changes on development br
    1eaf314c
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add steps for solving force pushes
    a7d0d216
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Preliminary contribution guide.
    ced1b61f
    Jan authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add new issue templates
    57ccbed1
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add Osram on/off plug support
    5acc6ad1
    Stefan Herbrechtsmeier authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Move function definitions into namespace block to improve readability.
    1ebb304b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix cmake install command.
    e61da3b3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix coverage test target.
    adb6b6cd
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Reformat all files with updated clang-format.
    39ce4c01
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change clang-format namespace indentation to none.
    e57df540
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add c++14 requirement for gtest targets.
    99fd91ef
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Remove custom cmake download from travis.
    1535cb15
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update travis linux distro for newer cmake version.
    d0997ae8
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • Move everything into namespace hueplusplus.
    b6d5d07c
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Link static library for tests instead of building sources.
    8642e827
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix build errors after renaming.
    a2898cce
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Rename directory structure (not building).
    0f456350
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Use Factory function to create HueLights ...
    749fa821
    Reduce complexity in Hue.cpp by using a separate
    factory function to identify the lights.
    Sieren authored
    2021-03-24 20:06:27 +0100  
    Browse Code »

31 Aug, 2020
1 commit
  • Remove all uses of implicit conversions from json. ...
    83d48832
    These are prone to breaking in the future or with some compiler versions, so it is better to remove them.
    Jojo-1000 authored
    2020-08-31 18:50:20 +0200  
    Browse Code »

08 Apr, 2020
18 commits
  • Remove Codacy from README
    ceedfc1a
    Moritz Wirger authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add Doxygen link and LGTM to README
    c57ebb45
    Moritz Wirger authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Deploy documentation only on master branch. ...
    0f96438e
    Exclude detail namespace from doxygen.
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Fix doxygen errors.
    d6ad098e
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Test doxygen generation on development.
    178e5750
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add doxygen generation published to gh-pages to travis.
    88307ad9
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Reformat files.
    84fcb3d1
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add exception tests for HueCommandAPI.
    15c44e96
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Fix Hue::requestUsername exception on API error, update test.
    87bac0ee
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Remove redundant ip parameter from Hue::requestUsername.
    77890282
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add documentatio to exceptions.
    ce79be36
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add noexcept to HueException.cpp
    9c709358
    Jan authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Fix exception what() override, add noexcept.
    8f2ae12a
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Update throws documentation on Hue and HueLight.
    62e4a11c
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Remove runtime_error from Lin/WinHttpHandler.
    57d0665e
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Fix tests, copy changes to IHttpHandler, change runtime_error to HueException.
    413bd545
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add message to HueException, change HttpHandler exceptions.
    66aa41c6
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »
  • Add exception with line info when api calls fail. ...
    123166ee
    The Hue API may return errors when api calls fail, such as when there is an incorrect username. Now these are thrown as exceptions.
    Jojo-1000 authored
    2020-04-08 21:56:49 +0200  
    Browse Code »