premiere-libtorrent/examples
Eugene Shalygin e15077fc3f Fix pkg-config branch in the example CMake find module
1. The imported target properties may not contain -D switches in the
INTERFACE_COMPILE_DEFINITIONS property, because CMake will always
prepend them to each item. Therefore we have to remove those switches
and also pass other options (e.g. -fexceptions) in INTERFACE_COMPILE_OPTIONS
property, otherwise CMake creates "mutants" '-D-fexceptions' alike.

2. FindOpenSSL.cmake variable for include directory is
OPENSSL_INCLUDE_DIR, not OPENSSL_INCLUDE_DIRS.
2018-05-27 23:01:22 +02:00
..
cmake Fix pkg-config branch in the example CMake find module 2018-05-27 23:01:22 +02:00
CMakeLists.txt Refactor CMakeLists.txt 2018-05-14 09:08:19 +02:00
Jamfile merge RC_1_1 into master 2018-04-29 15:07:26 +02:00
Makefile.am merge RC_1_1 into master 2017-03-08 18:01:59 -05:00
bt-get.cpp merged RC_1_1 into master 2018-01-29 01:20:08 +01:00
bt-get2.cpp update boost.asio link in documentation, minor cleanup of tutorial examples 2017-12-30 21:23:36 +01:00
client_test.cpp only allow pinged nodes into the routing table (#3006) 2018-05-08 12:47:29 +02:00
connection_tester.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
dump_torrent.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
make_torrent.cpp update examples to use C++11 and more succinct error handling 2017-12-30 22:44:10 +01:00
print.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
print.hpp client_test fixes 2018-02-25 14:04:18 +01:00
run_benchmarks.py Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line 2015-07-12 14:24:01 +08:00
session_view.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
session_view.hpp simplify client_test a bit. print uTP stats unconditionally 2018-03-07 09:45:15 +01:00
simple_client.cpp update examples to use C++11 and more succinct error handling 2017-12-30 22:44:10 +01:00
stats_counters.cpp introduce lt namespace alias 2017-04-23 23:43:58 -04:00
torrent_view.cpp client_test fixes 2018-02-25 14:04:18 +01:00
torrent_view.hpp client_test fixes 2018-02-25 14:04:18 +01:00
upnp_test.cpp merged RC_1_1 into master 2018-02-25 09:36:12 +01:00