[Tlf-devel] winkeydaemon updated to v1.0.5

2018-01-28 Thread Nate Bargmann
As an FYI, for those who may use it, winkeydaemon has been updated to version 1.0.5 thanks to patches from Wilbert, PE7T. Here is the commit message: This patch adds the '-e' and '-m' switches. Using '-e' turns on 'paddle echo' on the winkeyer3. Also, it makes the daemon retransmit the receive

Re: [Tlf-devel] TravisCI - testing

2018-01-28 Thread Csahok Zoltan
Hi Tom, I have checked your approach. I think the following combination of both could work - one test harness like my run.c + the (generated, if poss) test defs - global data (mostly from src/main.c) in a global.c - functions that use network/hamlib/curses mocked/wrapped in global.c

Re: [Tlf-devel] code indenting?

2018-01-28 Thread Thomas Beierlein
Hi all, in meantime I did some checks about the impact of the suggested astyle settings. I must confess that I underestimated how many inconsistencies crept in. The settings below have the smallest impact on the existing code and I think they are a good start. I did some statistics: Total LOC o

Re: [Tlf-devel] TravisCI

2018-01-28 Thread Thomas Beierlein
Hi Zoli, I just pushed my own 'tests' branch which I mentioned yesterday to https://github.com/dl1jbe/tlf/tree/tests I uses cmocka-1.1.1 as test framework. It needs to be installed by hand before, as I did not integrate the check for it into configure.ac until now. Maybe we can integrate both