Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct ↵ | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
| | | | | with hopefully more portable awk construct. | ||||
* | nxcomp{,shad}/configure.ac: pass more portable -E option to sed instead of -r. | Mihai Moldovan | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | nxcomp{,shad}/configure.ac: trailing whitespace removal only. | Mihai Moldovan | 2018-02-25 | 1 | -1/+1 |
| | |||||
* | nxcomp/configure.ac: add check for ::ctime_s. | Mihai Moldovan | 2018-01-08 | 1 | -0/+17 |
| | |||||
* | Support building with legacy zlib versions that do not ship a pkg-config file. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | | | | | Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell. | ||||
* | Silence warning: "ar: 'u' modifier ignored since 'D' is the default" | Ulrich Sibiller | 2017-12-11 | 1 | -0/+3 |
| | | | | Fixes ArcticaProject/nx-libs#530 | ||||
* | nxcomp: add basic logging_test utility in test subdirectory. | Mihai Moldovan | 2017-10-27 | 1 | -0/+1 |
| | | | | Needs more sophisticated features to actually test stuff correctly. | ||||
* | nxcomp/{configure.ac,Log.cpp}: implement configure-time std::put_time check ↵ | Mihai Moldovan | 2017-10-27 | 1 | -0/+17 |
| | | | | and use macro value in Log.cpp. | ||||
* | nxcomp: add AX_PTHREAD code from autoconf-archive and check for pthread support. | Mihai Moldovan | 2017-10-27 | 1 | -0/+2 |
| | |||||
* | nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ↵ | Mihai Moldovan | 2017-10-27 | 1 | -0/+6 |
| | | | | | | | | | | optional C++11 support. Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive. Note: should only be used in tandem. Make sure that each component either uses the C++11 ABI or none uses it. Mixing and matching libraries and binaries with different C++ ABIs might lead to weird errors. | ||||
* | nxcomp/configure.ac: rename --{en,dis}able-info to --{en,dis}able-debug, as ↵ | Mihai Moldovan | 2017-10-27 | 1 | -1/+1 |
| | | | | originally planned. | ||||
* | nxcomp/configure.ac: prettify AC_ARG_ENABLE() calls, use more quotes and ↵ | Mihai Moldovan | 2017-09-29 | 1 | -13/+13 |
| | | | | AS_IF() where appropriate. | ||||
* | nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of ↵ | Mike Gabriel | 2017-08-11 | 1 | -1/+1 |
| | | | | NX_COMPILER_FLAGS. | ||||
* | nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.) | Mihai Moldovan | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | nxcomp/configure.ac: we don't need to specify empty optional parameters. | Mihai Moldovan | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing ↵ | Mike Gabriel | 2017-08-08 | 1 | -4/+4 |
| | | | | | | | | | | for presence of libjpeg shared lib and header files. Especially systems still using the IJG libjpeg implementation are likely to lack the libjpeg.pc file. . So this adds some alternative way of detecting if all libjpeg related build-dependencies are in place. | ||||
* | nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES ↵ | Mike Gabriel | 2017-07-26 | 1 | -9/+1 |
| | | | | to detect if type 'in_addr_t' is available. | ||||
* | nxcomp/configure.ac: Re-add previously available configure options ↵ | Mike Gabriel | 2017-07-26 | 1 | -0/+14 |
| | | | | --with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug. | ||||
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -0/+83 |