aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/Logger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright yearsUlrich Sibiller2023-04-281-4/+4
| | | | Addresses ArcticaProject/nx-libs#985
* nxcompshad: fix logging segfaultUlrich Sibiller2019-09-291-16/+4
| | | | | | | | | One cannot simply pass down a va_list to another function that expects variable arguments ("..."). The prototype of the called functions must expect a va_list argument instead. This fixes segfaults that happen e.g. after compiling X11.cpp with TEST and effectively reverts 59e829f3647005a6c93662adfbcea36e27a993d8.
* nxcompshad: Rewrite Logger class methods to properly take advantage of the ↵Mike Gabriel2017-07-131-4/+16
| | | | 'gnu_printf' format attribute.
* nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-131-0/+128