- May 05, 2020
-
-
Peter Wu authored
Until mainline support of QUIC are present in OpenSSL and GnuTLS, be sure to test whether the found library versions are the patched ones since the version number check is insufficient. This fixes the default build on a system where a new GnuTLS is present without the patches from the GnuTLS tmp-quic branch. Add new ENABLE_OPENSSL and ENABLE_GNUTLS CMake options to allow explicitly disabling these libraries to mirror the --without-openssl and the --without-gnutls functionality of autotools. Partially addresses https://github.com/ngtcp2/ngtcp2/issues/238
-
- Apr 02, 2020
-
-
Tatsuhiro Tsujikawa authored
-
- Jul 15, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Jun 10, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Jun 07, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Jun 06, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Apr 08, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Mar 25, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Dec 26, 2018
-
-
Alexis La Goutte authored
clang-7 is enable by default
-
Alexis La Goutte authored
Xenial is now available with Travis CI https://blog.travis-ci.com/2018-11-08-xenial-release
-
- Dec 24, 2018
-
-
Alexis La Goutte authored
clang-7 is enable by default
-
Alexis La Goutte authored
Xenial is now available with Travis CI https://blog.travis-ci.com/2018-11-08-xenial-release
-
- Nov 02, 2018
-
-
Tatsuhiro Tsujikawa authored
-
- Feb 25, 2018
-
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
- Feb 23, 2018
-
-
Alexis La Goutte authored
-
- Jan 21, 2018
-
-
Alexis La Goutte authored
work with autotools and cmake
-
Alexis La Goutte authored
-
- Jan 14, 2018
-
-
Alexis La Goutte authored
-
- Nov 17, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Oct 23, 2017
-
-
Peter Wu authored
For GCC 5 and cmake 3.2.2, somehow the architecture is not extracted from the implicit link information (see CMakeFiles/CMakeOutput.log).
-
- Oct 22, 2017
-
-
Peter Wu authored
Simplify PKG_CONFIG_PATH and LDFLAGS while at it using the new --enable-asan option which automatically adds the required flags if available. LDFLAGS is ignored by cmake, but apparently cmake builds packages with the correct rpath without any further options. Additionally, build examples by default (without -Werror) and remove "cat config.log" which would result in configure succeeding while it should not.
-
- Oct 12, 2017
-
-
Tatsuhiro Tsujikawa authored
It fails for some reason.
-
- Aug 18, 2017
-
-
Tatsuhiro Tsujikawa authored
git-subtree-dir: third-party/http-parser git-subtree-split: 1b79abab34d4763c0467f1173a406ad2817c1635
-
- Jul 30, 2017
-
-
Tatsuhiro Tsujikawa authored
This is probably perl which comes with precise is too old. Upgrading travis build to use trusty fixes the issue.
-
- Jul 28, 2017
-
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
- Jul 26, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jul 25, 2017
-
-
Alexis La Goutte authored
-
- Jul 18, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Jul 05, 2017
-
-
Alexis La Goutte authored
-
- Jun 28, 2017
-
-
Tatsuhiro Tsujikawa authored
* Add cunit to run unit tests. * Compile with more warning flags (--enable-werror)
-
- Jun 27, 2017
-
-
Alexis La Goutte authored
Need to use clang-3.8 and gcc5 for c++std14
-