premiere-libtorrent/examples
Eugene Shalygin a626f75c5e Refactor CMakeLists.txt
1. Replace custom 'shared' option with the standard BUILD_SHARED_LIBS
flag
2. Replace foreach() calls for source items with target_sources() and
generator expression $<JOIN:>.
3. Remove build types definition: makes no sense for
single-configuration generators, and is populated automatically for
multi-configuration ones.
4. Add feature summary
5. Enahnce compiler flags management for static runtime by utilizing functions
from the ucm project
6. Copy almost all options from the Jamfile.
7. If compiler supports C++14, use it.
8. Raise minimum required CMake version to 3.11 and drop bundled FindIconv.cmake
2018-05-14 09:08:19 +02:00
..
cmake Use _CFLAGS_OTHER for compiler definitions 2018-05-01 23:11:58 +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