rakshasa
a88cab6d2e
Released v0.9.0.
2024-09-29 11:06:14 +00:00
rakshasa
892e595015
Added PKG_CHECK_EXISTS exception.
2024-08-09 13:06:14 +00:00
Jari Sundell
a6bc99bb82
Updated and cleaned up automake. ( #1102 )
2021-08-07 17:49:23 +09:00
rakshasa
582e4e4025
Added '--disable-execinfo' option to configure.
2021-06-16 23:29:01 +09:00
rakshasa
3f72e27603
Replaced custom execinfo autoconf test.
2021-02-27 22:13:01 +09:00
Jari Sundell
8cc1d8f2c5
Optimize build by using a single makefile file. ( #941 )
2019-12-06 00:35:47 +09:00
rakshasa
81500adc53
Remove obsolete check.
2019-09-11 01:51:47 +09:00
rakshasa
6154d16987
Bumped to version 0.9.8.
2019-07-19 13:38:33 +02:00
rakshasa
07dcd04357
Revert to only using ax_with_curses.m4, and upgrade it to version 16 which seems to be the last unborked version.
2019-07-13 14:36:05 +02:00
rakshasa
285972a20d
Fixed configure.ac. (zetafunction)
2019-07-08 20:29:43 +02:00
Daniel Cheng
81de60e0ae
Update global CFLAGS/CXXFLAGS/LIBS at the end of configure.ac
...
Changes to CFLAGS/CXXFLAGS/LIBS affect following lines in configure.ac.
As originally written, this would cause random libraries, such as
libtorrent, to be linked into the autoconf test program. Occasionally,
this would cause the things like the pkgconfig checks to fail with
mysterious linker errors (e.g. rakshasa/rtorrent#156 ).
Instead, only populate these global flags with the additional flags for
dependencies at the very end, before the invocation of AC_OUTPUT.
2019-01-13 23:37:36 -08:00
Stephen Shkardoon
9cce5a0bd1
Fix compiling if ncurses was built using --with-terminfo
...
Resolves #749
Patch from https://bugs.gentoo.org/658390
2018-06-20 01:50:45 +12:00
rakshasa
327164f9d8
Bumped version to 0.6.7.
2018-06-07 13:18:34 +09:00
rakshasa
61264c4f17
Merge branch 'patch-1' of https://github.com/duraki/rtorrent into duraki-patch-1
2018-06-05 16:55:02 +09:00
rakshasa
c9a5736d5d
Merge branch 'fix_cxxflags_check' of https://github.com/chros73/rtorrent into chros73-fix_cxxflags_check
2018-06-05 16:50:47 +09:00
devil ❂ tux
2987ba8081
Fix: Missing ranlib in autoconf
...
On RHEL7 & possibly CentOS configuring using `autogen` does not append RANLIB nor is registered by default, this fixes definition of the library.
2017-12-15 10:45:31 +01:00
chros
1a4f6dab1a
Modfiy gcc v6.x fix for empty CXXFLAGS (See #20 )
2017-08-02 12:51:03 +01:00
chros
943b576e1f
Fix compilation issue with gcc v6.x and empty CXXFLAGS (See #20 )
2017-07-30 20:37:21 +01:00
rakshasa
10ce6864b8
Added non-pkgconfig check for curl as macosx doesn't include the 'pc' file.
2016-11-05 06:58:44 +09:00
rakshasa
c7c5a00f66
Cleaned up check for dependencies.
2016-10-23 09:21:40 +09:00
rakshasa
71a52bfac2
Use pkg-config for cppunit test.
2016-10-23 08:53:11 +09:00
Karl-Philipp Richter
33601ddc0c
added checkout URL to action-if-not-found of PKG_CHECK_MODULES for libtorrent, fixed #377
2016-01-25 08:33:52 +01:00
rakshasa
62cb5a4605
Bumped master to 0.9.6.
2015-09-08 05:12:40 +09:00
rakshasa
81c652292a
Added updated autoconf scripts.
2014-07-02 23:11:14 +09:00
rakshasa
3b39f37f49
C++11 compatibility fixes.
2014-05-13 23:36:37 +09:00
rakshasa
6a3234eaa7
Bumped to 0.9.4.
2014-05-09 17:54:04 +09:00
rakshasa
866289b38a
Updated email address.
2014-01-28 23:29:05 +09:00
rakshasa
55b826d6cb
Added brackets around configure parameters.
2013-11-22 23:20:50 +09:00
rakshasa
370bae4b98
Removed all dependencies on sigc++.
2013-08-27 00:43:23 +09:00
rakshasa
e28692492b
Fixed obsolete macro statements.
2013-02-26 17:44:42 +09:00
rakshasa
cd029a67c5
Bumped version to 0.9.3.
2012-10-23 22:39:07 +09:00
rakshasa
4dd7582240
Bumped version to 0.9.2.
2012-04-20 16:03:55 +09:00
rakshasa
17201984a6
When 'throttle.max_*.global.*.set' commands are called they will automatically update the libtorrent settings, so it is no longer needed to set the throttle to force this update.
2012-04-16 00:40:47 +09:00
rakshasa
d2dd143d2e
Added 'throttle.update' to force 'throttle.max_{up,down}loads.global' setting to take effect.
2012-04-12 15:29:07 +09:00
rakshasa
020de10f38
Return hex instead of binary for 'd.chunks_seen'.
2012-04-04 02:09:08 +09:00
rakshasa
b28f2ea807
Added 'd.chunks_seen', which is limited to 'Download::peers_accounted()' number of peers for optimization reasons.
2012-04-01 02:22:18 +09:00
rakshasa
dc817e24e4
Added inotify autoconf script.
2012-03-29 22:05:43 +09:00
rakshasa
f1cd0f4780
Added 'system.api_version', which will be incremented every time the API changes. (sans brainfarts)
2012-03-21 00:05:37 +09:00
rakshasa
64c66c81ae
Bumped version to 0.9.1.
2012-03-16 18:01:19 +09:00
rakshasa
482a9ba09f
Used AX_PTHREAD and AX_WITH_CURSES macros.
2012-02-24 16:22:17 +09:00
Jari Sundell
f51b280cbf
Merge branch 'master' into c++11
2011-12-27 15:50:01 +09:00
Jari Sundell
5b7a2b5e95
Moved setting of PTHREAD related variables outside of the macro.
2011-12-19 03:19:54 +09:00
Jari Sundell
1fc70a733d
Merge branch 'master' into c++11
...
Conflicts:
src/core/manager.cc
src/thread_base.cc
2011-12-13 19:49:10 +09:00
Jari Sundell
1bbb7aa793
Bumped version.
2011-12-09 20:05:49 +09:00
Jari Sundell
41d49b7c18
Merge branch 'master' into c++11
...
Conflicts:
src/command_network.cc
2011-12-07 16:08:05 +09:00
Jari Sundell
a40b2132fb
Added autoconf scripts for pthread.
2011-11-28 18:27:24 +09:00
Jari Sundell
58727fe7fd
Fixed compiler issues with gcc-4.6 c++0x.
2011-11-18 17:28:50 +09:00
rakshasa
6a0c82529f
Added '__builtin_popcount' check to 'configure.ac' as 'rak/algorithms.h' needs it.
...
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1295 e378c898-3ddf-0310-93e7-cc216c733640
2011-10-03 11:28:42 +00:00
rakshasa
90582b58c3
* Tagging release.
...
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1239 e378c898-3ddf-0310-93e7-cc216c733640
2011-06-21 13:39:03 +00:00
rakshasa
9f738c58fe
* Setting 'd.state.set=0' before removing a download from the 'started' view, so it will be properly set when 'event.download.paused' event is triggered.
...
* Bumped version number.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1227 e378c898-3ddf-0310-93e7-cc216c733640
2011-05-10 01:39:05 +00:00