Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and PTHREAD_LIBS. ↵ | Mike Gabriel | 2019-04-07 | 1 | -2/+2 |
| | | | | PTHREAD_CFLAGS is also supposed to be used when linking. See comments in m4/ax_pthread.m4. | ||||
* | nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with ↵ | Mihai Moldovan | 2019-04-04 | 1 | -1/+1 |
| | | | | PTHREAD_LIBS. | ||||
* | New logging implementation | Vadim Troshchinskiy | 2017-10-27 | 1 | -0/+1 |
| | | | | | | | | Features: * Works without ifdefs * Configurable with commandline arguments * Log level configurable per file * Thread safe | ||||
* | nxcomp: add AX_PTHREAD code from autoconf-archive and check for pthread support. | Mihai Moldovan | 2017-10-27 | 1 | -1/+7 |
| | |||||
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -0/+146 |