Skip to content
Snippets Groups Projects
  1. Mar 25, 2019
  2. Feb 19, 2019
  3. Jan 19, 2018
  4. Oct 22, 2017
    • Peter Wu's avatar
      Add --enable-asan/ENABLE_ASAN options · 6dfe4979
      Peter Wu authored
      6dfe4979
    • Peter Wu's avatar
      Add CMake build system support · a671f091
      Peter Wu authored
      Based on nghttp2 cmake build system. Advantage of this is a faster build
      (cmake runs faster than configure and ninja is faster than make).
      
      Changes from autotools:
      * Warnings are enabled by default (independent of ENABLE_WERROR).
      * ENABLE_WERROR has changed meaning (it just controls -Werror).
      * include/ngtcp2/{version,ngtcp2}.h header files are installed.
      a671f091