aboutsummaryrefslogtreecommitdiff
path: root/utils/telldus-core/patches
Commit message (Collapse)AuthorAge
* telldus-core: add missing includeRosen Penev2022-09-18
| | | | | | Needed for memset. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: use proper cmake argpRosen Penev2022-05-14
| | | | | | | | Avoids linking to argp-standalone with glibc. Some other minor fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: fix compilation with GCC11Rosen Penev2021-07-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* telldus-core: replace iconv with standard C++Rosen Penev2020-10-28
| | | | | | Avoids iconv dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: fix compilation with libcxx 10Rosen Penev2020-06-02
| | | | | | Missing headers and wrong namespace. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Doxygen in-file was not found.Peter Liedholm2019-10-29
| | | | Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
* telldus-core: Fix compilation without usleepRosen Penev2019-10-04
| | | | | | Uses C++11's sleep_for, which internally uses nanosleep. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Add new package.Peter Liedholm2019-03-01
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>