Commit Graph

60 Commits

Author SHA1 Message Date
cg25 60f299c8a8 fix zlib autodetection error introduced in [3360]. Fixes #517 2009-05-06 19:51:03 +00:00
cg25 ecdf83547e Revert changeset introduced in r3424 and add a specific define to disable
boost.serialization for python bindings build.
2009-04-30 05:28:22 +00:00
Arvid Norberg 946165157a fixed python binding build when boost.serialization is not installed 2009-04-27 03:45:51 +00:00
cg25 a79932c9fd optionally set specific installation parameters in makefile for python bindings 2009-04-12 10:54:12 +00:00
cg25 fb637f39fe soname bump for release 0.14.3 (and in trunk/ for 0.15 dev) 2009-04-07 22:07:45 +00:00
cg25 c23fda2e2a get rid of some duplicated flags during build and in pkg-config 2009-04-06 19:05:08 +00:00
Arvid Norberg 7aacfca292 made the examples build without exception support. added overloads of add_torrent() and add_magnet_uri() that don't throw 2009-02-26 07:09:56 +00:00
Arvid Norberg a0333f82db added script to update all files with a libtorrent version number in them 2009-01-29 00:35:57 +00:00
Arvid Norberg 42f428f776 define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION in CMakeLists.txt and configure.in. Also define BOOST_EXCEPTION_DISABLE to disable boost.exception 2009-01-07 01:58:43 +00:00
Arvid Norberg f8ea5ffa07 updated version numbers and makefile 2008-12-16 00:50:30 +00:00
Arvid Norberg 9126bef840 bumped VERSION_INFO_REVISION 2008-11-30 01:59:15 +00:00
Arvid Norberg 09b3a865ef fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define 2008-11-29 21:33:21 +00:00
cg25 153cad1315 Fix configure script to check for minimal python version 2.4 (instead of 2.5). 2008-11-25 15:12:42 +00:00
cg25 f40e605ae3 Minor fixes to the new build system for python bindings. 2008-11-22 13:17:40 +00:00
Arvid Norberg 551a1bec2c merged in [2962] from RC_0_14 2008-11-21 04:09:34 +00:00
cg25 0e9bf1e7cf Minor changes to configure.in (added some useful info about libtool versioning). 2008-11-17 11:46:04 +00:00
Arvid Norberg 24b8264d39 fixed whitespace in configure.in 2008-10-19 22:38:25 +00:00
cg25 867729212f bump up interface version information 2008-10-16 09:33:18 +00:00
Arvid Norberg 528a009f7f removed date-time and iostream from makefiles 2008-10-04 07:46:56 +00:00
roman_rybalko f9f7b689a3 automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear 2008-09-02 11:14:10 +00:00
roman_rybalko 23eaf6ae25 autotools separate dir build fix 2008-09-01 09:22:01 +00:00
cg25 f09b9c6252 Added --enable-tests option to configure script. 2008-07-02 23:23:55 +00:00
cg25 63a1521cfa Fixed build problem with options --with-asio=system. 2008-07-02 14:46:04 +00:00
Arvid Norberg c50a538d99 default enable-shipped-asio to false in configure script 2008-06-23 22:42:18 +00:00
cg25 7746255494 * Fixed stupid mistypo in configure.in 2008-06-23 18:35:20 +00:00
cg25 71c4f6f9b6 * improved --with-asio configure option behaviour;
* using -version-info flag instead of -revision one for the sake of correct
  interface versioning;
* renaming library to libtorrent-rasterbar.so to avoind conflicting with other
  libraries.
2008-06-23 00:09:12 +00:00
cg25 3ce23558b4 Added "--with-asio" option to configure script to be able to choose between
"system" and "shipped" asio when building against boost-1.34
2008-06-22 20:51:26 +00:00
roman_rybalko 5314b639e2 boost detection fixes: now able to launch with boost1.34 and boost1.35 2008-06-13 12:20:55 +00:00
Arvid Norberg b856e0f15a updated configure scripts to work with boost 1.35 2008-06-07 14:51:27 +00:00
Arvid Norberg 8bcc275f1b applied patch from #328 2008-05-15 00:08:33 +00:00
Arvid Norberg e51c8bea37 added makefile support for boost.system (#322) 2008-05-11 22:43:44 +00:00
Arvid Norberg 357795bb17 configure script update to make it build on win32/mingw 2008-04-27 23:19:42 +00:00
Arvid Norberg 3d59e6e7e9 improved support for large files in configure script 2008-04-22 16:22:51 +00:00
Michael Wojciechowski 4648a61b04 Check cross_compiling variable before AC_CHECK_FILES, since AC_CHECK_FILES cannot be used when cross compiling libtorrent. 2008-02-03 00:39:03 +00:00
Michael Wojciechowski bce53063ab Changed configure script to not to modify LIBS, when checking for dependencies. Changed libtorrent.pc.in again, since the libraries used were
wrong, because $LIBS was used. Corrected Makefile.am in test, examples and src.
2007-12-14 20:53:56 +00:00
Arvid Norberg 7cccdcaa7b makefile fixes 2007-12-09 01:21:20 +00:00
Arvid Norberg fff87a6845 added m4 script for boost iostream and added ut_metadata to makefile 2007-12-08 22:02:59 +00:00
Arvid Norberg 960df77d0a updated comment in configure file 2007-10-18 07:17:21 +00:00
Arvid Norberg 32f1dbf7a6 applied patch in #85 2007-07-16 21:20:36 +00:00
Arvid Norberg f1e87114b2 fixed #68 2007-06-08 22:55:33 +00:00
Arvid Norberg 591ec48e77 more configure script fixes 2007-04-13 19:52:08 +00:00
Arvid Norberg 5027427969 fix to configure script's dht support 2007-04-13 19:28:00 +00:00
peerkoel b08037d094 Test added to allow conditional compilation of sources in src/kademlia.
New file time.hpp added to header files that need to be installed.
2007-04-13 16:11:11 +00:00
Arvid Norberg 3972e9ef55 bumped version in configure script 2007-03-27 08:59:37 +00:00
peerkoel f89bcdd1de Autotools switch --with-dht-support was buggy. Replaced it with --with-dht 2007-03-16 13:40:49 +00:00
Arvid Norberg e051892c21 patches to configure.in and Makefile.am by brandon rioja 2007-02-25 10:18:14 +00:00
Arvid Norberg e324cfc519 fixed configure.in script to run AC_PROG_CXX before testing for 2007-02-09 19:56:16 +00:00
Arvid Norberg 977ab61140 updated configure script to bail out if no compiler is found 2007-01-13 19:09:21 +00:00
Arvid Norberg 2414eb8f37 updated configure script to handle more options 2006-11-19 15:24:30 +00:00
Arvid Norberg e35fc5c4be refactored extensions and added a plugin interface. fixed file.cpp for windows 2006-11-14 00:08:16 +00:00