Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxcomp: Support Cygwin64. | Vadim Troshchinskiy | 2021-06-08 | 1 | -2/+2 |
| | | | | 64 bit Cygwin defines __CYGWIN__ instead of __CYGWIN32__ | ||||
* | nxcomp/Children.cpp: print a message if the dialog could not be displayed | Ulrich Sibiller | 2021-06-08 | 1 | -0/+9 |
| | |||||
* | nxcomp/Children.cpp: reformat code | Ulrich Sibiller | 2021-06-08 | 1 | -11/+0 |
| | | | | drop some superflous empty lines to make code more compact. | ||||
* | nxcomp/Children.cpp: also try searching nxdialog, not only nxclient | Ulrich Sibiller | 2021-06-08 | 1 | -2/+20 |
| | |||||
* | nxcomp/Children.cpp: add macro checks around some log/stderr prints | Ulrich Sibiller | 2021-06-08 | 1 | -2/+6 |
| | | | | This helps no flooding the output with (double) messages. | ||||
* | nxcomp/Children.cpp: display dialog text in output | Ulrich Sibiller | 2021-06-08 | 1 | -1/+9 |
| | | | | | | | | This ensures the dialog text is visible in the log which is useful when the dialog display tool (nxclient, nxdialog, ...) fails or cannot be found. Fixes ArcticaProject/nx-libs#915 | ||||
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 1 | -0/+1 |
| | |||||
* | nxcomp: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | nxcomp: drop strncpy in favour of snprintf | Ulrich Sibiller | 2017-12-29 | 1 | -10/+9 |
| | | | | with very few exceptions which require careful thinking ;-) | ||||
* | nxcomp: use lowercase abbreviations for seconds and milliseconds | Ulrich Sibiller | 2017-12-02 | 1 | -4/+4 |
| | |||||
* | nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'. | Mike Gabriel | 2017-07-26 | 1 | -2/+2 |
| | |||||
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -0/+1059 |