- 22 Mar, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 21 Mar, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
This reverts commit 6680d8b7.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Mar, 2016 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Mar, 2016 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
-
- 17 Mar, 2016 2 commits
- 16 Mar, 2016 5 commits
-
-
Peter Wu authored
Fix Windows build by defining `ssize_t` when missing and adjusting the install commands. Add support for ENABLE_WERROR=1 while at it. Tested with MSVC 2013 on Windows 7 x64.
-
Peter Wu authored
Avoid adding a LIBXML2_LIBRARIES-NOTFOUND to the libraries list when it is not found. Likewise for OpenSSL.
-
Peter Wu authored
Matches autotools behavior. The m4_if logic was misread...
-
Peter Wu authored
Do not add _U_ and NGHTTP2_NORETURN definitions to the command line, instead add it to config.h. This matches what autotools does.
-
Peter Wu authored
Users can disable this by setting -DCMAKE_C_FLAGS=-DNDEBUG or -DCMAKE_CXX_FLAGS=-DNDEBUG to disable assertions as desired.
-
- 15 Mar, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
src/Makefile.am: fix missing allocator.h
-
Peter Wu authored
Build type-specific flags are added before other flags, reflect this in the output.
-
Peter Wu authored
NOTE: RelWithDebInfo *disables* assertions by default. To keep assertions, use CMAKE_BUILD_TYPE=Debug or CMAKE_BUILD_TYPE=None.
-
- 14 Mar, 2016 10 commits
-
-
Peter Wu authored
-
Peter Wu authored
Add Nathan's PPA for cmake 3.2.3 (3.0 or newer is required).
-
Peter Wu authored
Update to latest master with appropriate cmake changes at the same time.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fixes and improvements for Makefile.MSVC
-
Tatsuhiro Tsujikawa authored
-