nghttp2/lib
Peter Wu 7f8110601e cmake: fix compatibility with cmake before 3.3
The COMPILE_LANGUAGE generator expression is only supported since CMake
3.3. Moreover, it does not work with all generators (works with Makefile
and Ninja, but not with Visual Studio).

target_compile_options would only work if a target does not mix C and
C++ sources, since the flags are intended to be set for a specific
language, use set_source_files_properties instead. This approach is also
less repetitive.

Drop the idea of using lists and COMPILE_OPTIONS,
set_source_files_properties only understands COMPILE_FLAGS (a single
string, not a list).
2016-03-13 12:30:41 +01:00
..
includes Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
.gitignore
CMakeLists.txt cmake: fix compatibility with cmake before 3.3 2016-03-13 12:30:41 +01:00
Makefile.am Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
Makefile.msvc Fixing window makefile version detection 2016-01-26 13:57:21 +03:30
libnghttp2.pc.in
nghttp2_buf.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_buf.h Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_callbacks.c
nghttp2_callbacks.h
nghttp2_frame.c Silence warning with scan-build 2015-11-06 20:07:40 +09:00
nghttp2_frame.h Fix bug that headers in CONTINUATION were ignored after HEADERS with padding 2015-09-25 22:28:03 +09:00
nghttp2_hd.c Remove bogus debug log 2015-10-29 23:01:02 +09:00
nghttp2_hd.h Don't always expect dynamic table size update 2015-10-24 17:49:51 +09:00
nghttp2_hd_huffman.c Merge branch 'master' of https://github.com/alagoutte/nghttp2 into alagoutte-master 2015-10-04 22:02:47 +09:00
nghttp2_hd_huffman.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_hd_huffman_data.c
nghttp2_helper.c Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_helper.h Switch to clang-format-3.6 2015-11-13 00:53:29 +09:00
nghttp2_http.c Validate :authroity, host, and :scheme value more strictly 2016-01-16 15:11:48 +09:00
nghttp2_http.h
nghttp2_int.h Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_map.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_map.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_mem.c
nghttp2_mem.h
nghttp2_net.h
nghttp2_npn.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_npn.h Fix typo in HAVE_CONFIG_H name 2016-02-13 20:11:50 +01:00
nghttp2_option.c Limit the number of incoming reserved (remote) streams 2015-08-23 21:43:41 +09:00
nghttp2_option.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_outbound_item.c Fix compile error with --enable-werror 2015-04-25 02:23:01 +09:00
nghttp2_outbound_item.h Don't schedule response HEADERS with priority tree 2015-12-21 21:33:58 +09:00
nghttp2_pq.c Optimize nghttp2_pq swap 2015-12-15 22:07:51 +09:00
nghttp2_pq.h Remove nghttp2_pq_increase_key 2015-08-21 23:35:17 +09:00
nghttp2_priority_spec.c Add API to change stream priority without sending PRIORITY frame 2015-11-21 18:32:42 +09:00
nghttp2_priority_spec.h Add API to change stream priority without sending PRIORITY frame 2015-11-21 18:32:42 +09:00
nghttp2_queue.c
nghttp2_queue.h
nghttp2_session.c Don't pass NULL to memcpy 2016-02-12 22:31:47 +09:00
nghttp2_session.h Rename nghttp2_session.sent_stream_id as last_sent_stream_id 2016-01-23 14:47:39 +09:00
nghttp2_stream.c Fix compile error with gcc 2015-12-08 23:33:26 +09:00
nghttp2_stream.h Take into account remainder due to integer division when calculating cycle 2015-12-08 23:15:55 +09:00
nghttp2_submit.c Check request/response submission error based side of session 2016-01-11 16:18:39 +09:00
nghttp2_submit.h
nghttp2_version.c