premiere-libtorrent/examples
Arvid Norberg 306d015924 added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
..
Jamfile removed excutable flags from examples 2007-03-21 08:47:13 +00:00
Makefile.am updated makefiles to hopefully install the headers in the correct place. Updated docs to use boost 1.33.1 in examples. Changed libtorrent version to 0.10 and updated ChangeLog to prepare for release. 2006-06-25 00:12:18 +00:00
client_test.cpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +00:00
dump_torrent.cpp removed excutable flags from examples 2007-03-21 08:47:13 +00:00
make_torrent.cpp removed excutable flags from examples 2007-03-21 08:47:13 +00:00
simple_client.cpp removed excutable flags from examples 2007-03-21 08:47:13 +00:00