]> git.meshlink.io Git - meshlink/history - configure.ac
Never automatically try to bind to ports >= 32768.
[meshlink] / configure.ac
2021-04-23 Guus SliepenAdd back the AC_PROG_CC_C99 check.
2021-04-18 Guus SliepenFix a compile error on macOS when using an older versio...
2021-04-15 Guus SliepenAlso add framework options when $host_os contains ios.
2021-04-15 Guus SliepenUse SCNetworkReachability on macOS and iOS to detect...
2021-04-15 Guus SliepenFix warnings from autoconf 2.71.
2021-04-15 Guus SliepenHandle network change detection on macOS and iOS.
2021-04-15 Guus SliepenDon't link with Catta anymore.
2021-04-09 Guus SliepenMake sure we #define _POSIX_C_SOURCE.
2020-07-07 Guus SliepenCheck for the presence of stdatomic.h before using it.
2020-06-24 Guus SliepenFix compiling the C++ examples.
2020-06-16 Guus SliepenRevert "Fix warnings caused by C-only flags passed...
2020-06-16 Guus SliepenRevert "Don't overwrite CFLAGS when adding -std=c11."
2020-06-15 Guus SliepenDon't overwrite CFLAGS when adding -std=c11.
2020-06-12 Guus SliepenFix warnings caused by C-only flags passed to the C...
2020-06-11 Guus SliepenUse atomic operations to check whether to write to...
2020-05-13 Guus SliepenFix mismatch in supported compile flags tested for...
2020-05-13 Guus SliepenFix more compiler warnings.
2020-05-11 Guus SliepenAdd Doxygen support to the build system.
2020-04-07 Guus SliepenAssume getaddrinfo() and IPv6 are supported.
2020-03-29 Guus SliepenUpdate UTCP and replace gettimeofday() with clock_getti...
2020-02-08 RoopFix android (Android 6 or before) compilation issue...
2019-07-26 Guus SliepenClose connections if the local address is no longer...
2019-06-13 Guus SliepenFix compiler warnings in the test suites.
2019-05-31 sairoop-elearUpdate android build
2019-03-17 Lakshminarayana... Add blackbox test cases for submesh
2019-01-16 Guus SliepenOnly compile the monitor example application if ncurses...
2018-11-18 Guus SliepenAdd autoconf checks for LXC and cmocka.
2018-11-18 Guus SliepenAdd the blackbox channel connection tests.
2018-11-08 Elear Solutions DevAdd the blackbox container based test suite.
2018-08-07 Guus SliepenRemove the -fPIE and -pie compiler flags.
2018-07-21 Guus SliepenAllow compiling without support for Catta.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2018-04-30 Guus SliepenOnly set -fno-strict-overflow if -fwrapv is not available.
2018-04-30 Guus SliepenUse AX_PTHREAD to set the proper pthread flags.
2017-10-08 Guus SliepenEnsure make distcheck runs without errors.
2017-10-08 Guus SliepenRemove unused/obsolete checks from configure.ac and...
2017-09-07 Guus SliepenAdd an --enable-install-tests option to configure.
2017-09-07 Guus SliepenAutomatically configure and compile catta.
2017-08-14 Guus SliepenRemove unused/duplicate autoconf/automake definitions.
2017-07-27 Guus SliepenDrop dependency on zlib.
2017-07-27 Guus SliepenEnable silent build rules.
2017-06-25 Guus SliepenLibtool wants AM_PROG_AR.
2014-12-27 Aaron KrebsAdded configure option to set UTCP_DEBUG.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Aaron KrebsRemoved references to HAVE_STRUCT_SOCKADDR_STORAGE.
2014-06-10 Guus SliepenAdd an example chat program for the C++ API.
2014-04-24 Saverio Protoremove libmeshlink files
2014-04-19 Guus SliepenBuild meshlinkapp using automake.
2014-04-19 Guus SliepenRemove most platform-specific checks.
2014-04-19 Guus SliepenRemove unused functions and #includes.
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
2014-04-17 Guus SliepenGet rid of OpenSSL entirely.
2014-04-17 Guus SliepenLibtool suggests we need to use AC_CONFIG_MACRO_DIR...
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenRemove files not used by MeshLink.
2014-04-03 Saverio Prototrying to fix linking issues
2014-04-02 Saverio ProtoFixing autotools
2014-02-07 Guus SliepenReleasing 1.1pre10.
2013-12-10 Guus SliepenFix handling of --with-libgcrypt.
2013-12-10 Guus SliepenDon't enable -fstack-protector-all.
2013-12-10 Guus SliepenAdd our own autoconf check for libgcrypt.
2013-12-10 Guus SliepenEnable compiler hardening flags by default.
2013-09-08 Guus SliepenReleasing 1.1pre9.
2013-09-01 Etienne DechampsFix broken build with --with-openssl, --with-libgcrypt.
2013-09-01 Guus SliepenStart of a test suite.
2013-08-13 Guus SliepenReleasing 1.1pre8.
2013-08-13 Guus SliepenBuild .tar.gz instead of .tar.xz.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-15 Guus SliepenEnable and fix warnings from automake.
2013-05-10 Guus SliepenAdd __attribute__((warn_unused_result)) to crypto funct...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-05-01 Guus SliepenModernize the configure script a bit.