- Aug 24, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Aug 07, 2019
-
-
Dave Reisner authored
-
- Aug 01, 2019
-
-
Daniel Bevenius authored
Currently, when configuring with --disable-shared the following error is generated when running make check: make[2]: *** No rule to make target `../lib/.libs/*.o', needed by `main'. Stop. make[2]: *** Waiting for unfinished jobs.... This commit adds a conditional for this case.
-
- Jul 27, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Mar 25, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Mar 24, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Mar 01, 2019
-
-
Ken-ichi ICHINO authored
modify for FreeBSD. For using in6_addr structure in IPv6 protocl stack KAME project add netinet/in.h header in util.cc . And for privent for conflict with bswap64 which defined in OS header, add #ifndef.
-
- Feb 28, 2019
-
-
Ken-ichi ICHINO authored
modify for FreeBSD. For using in6_addr structure in IPv6 protocl stack KAME project add netinet/in.h header in util.cc . And for privent for conflict with bswap64 which defined in OS header, add #ifndef.
-
- Jan 19, 2018
-
-
Alexis La Goutte authored
-
- Dec 19, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Oct 22, 2017
- Aug 18, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Aug 08, 2017
-
-
nickfajones authored
As some of these are not supported in C++ Additionally, trim DEBUGFLAGS down to focus optimisation level and debug symbol level only, as --enable-werror will enable all of the warning flags that will ever be needed
-
- Aug 07, 2017
-
-
Nick Jones authored
- Define new CFLAGS in debug mode: - enable full embedding of debugging symbols - lower optimisation to avoid 'jumping' in gdb - enable stricter compiler warnings - mitigate compiler warnings in client example - Build client and server executables as binaries to allow them to be invoked directly by gdb
-
- Jun 24, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Jun 16, 2017
-
-
Tatsuhiro Tsujikawa authored
-