Commit Graph

51 Commits

Author SHA1 Message Date
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
Arvid Norberg b3cad36d59 fixed syntax error in configure.in 2006-09-27 20:04:49 +00:00
Arvid Norberg 22deb903db updated Changelog and added --enable-examples configure option. 2006-08-27 18:47:02 +00:00
Arvid Norberg eef4ffa18c preliminary http proxy support for web seeds, bumped version number 2006-07-27 18:07:51 +00:00
Arvid Norberg 3e39b90158 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
Arvid Norberg 41810b1166 merged back the asio development branch 2006-04-25 21:04:48 +00:00
Arvid Norberg 6d7236fbea fixed unchecked input 2005-10-18 18:16:36 +00:00
peerkoel d27ace98ba The examples/client_test program depends on Boost::Regex and
Boost::ProgramOptions. The configure script detects these and builds the
client_test if the necessary libs are found.
2005-10-16 19:13:54 +00:00
Michael Wojciechowski d73bc950c6 Files used for building a debian package, pkg-config support 2005-08-27 20:07:17 +00:00
Michael Wojciechowski c8e0200daf Changed ZLIBINCL, since it broke make distcheck on targets without system zlib. 2005-08-27 17:02:43 +00:00