- 07 Mar, 2018 1 commit
-
-
Mihai Moldovan authored
nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct with hopefully more portable awk construct.
-
- 02 Mar, 2018 1 commit
-
-
Mihai Moldovan authored
-
- 25 Feb, 2018 1 commit
-
-
Mihai Moldovan authored
-
- 08 Jan, 2018 1 commit
-
-
Mihai Moldovan authored
-
- 16 Dec, 2017 2 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell.
-
- 11 Dec, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#530
-
- 27 Oct, 2017 5 commits
-
-
Mihai Moldovan authored
Needs more sophisticated features to actually test stuff correctly.
-
Mihai Moldovan authored
nxcomp/{configure.ac,Log.cpp}: implement configure-time std::put_time check and use macro value in Log.cpp.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup 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.
-
Mihai Moldovan authored
-
- 29 Sep, 2017 1 commit
-
-
Mihai Moldovan authored
-
- 11 Aug, 2017 1 commit
-
-
Mike Gabriel authored
-
- 09 Aug, 2017 2 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
- 08 Aug, 2017 1 commit
-
-
Mike Gabriel authored
nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing 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.
-
- 26 Jul, 2017 3 commits
-
-
Mike Gabriel authored
nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES to detect if type 'in_addr_t' is available.
-
Mike Gabriel authored
nxcomp/configure.ac: Re-add previously available configure options --with-valgrind and --with-info as renamed options --enable-valgrind and --enable-debug.
-
Mike Gabriel authored
-