aboutsummaryrefslogtreecommitdiff
path: root/utils/telldus-core
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: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x 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: remove freebsd hackRosen Penev2020-09-28
| | | | 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: Makefile cleanupsRosen Penev2019-10-04
| | | | | | | | | | | | Fixed license information. Add PKG_BUILD_PARALLEL to explicitly disable parallel builds. Fixed build depends to apply only to non glibc. Added an alternative fix to ICONV_FULL which should work better. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Fix compilation with full NLSRosen Penev2019-05-12
| | | | | | -fpermissive is needed due to mismatching parameters (const char vs char). 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>