Commit graph

70 commits

Author SHA1 Message Date
paulc
15904daef1 Reorder libraries so that Yate libraries and modules can be linked using --as-needed avoiding underlinking or overlinking.
Reported by Mandriva (bug report #206).


git-svn-id: http://yate.null.ro/svn/yate/trunk@3143 acf43c95-373e-0410-b603-e72c3f656dc1
2010-03-24 13:46:12 +00:00
marian
d6966c6347 Implemented jabber server. Changed jingle channel to support the new jabber library. Replaced tinyxml with yate own XML library. Added openssl support for server. Work in progress in jabber client support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2882 acf43c95-373e-0410-b603-e72c3f656dc1
2009-11-02 16:05:39 +00:00
paulc
636a6a1e8e Generate yate-config.in dynamically to add support for arbitrary parameters.
Run autogen.sh to regenerate configure, should detect autoconf properly.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2697 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-10 13:43:42 +00:00
paulc
6ad1605ad6 Reserve $LIBS and @LIBS@ for the system libraries that can be passed to
the configure script.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2678 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 19:17:54 +00:00
paulc
2c03a9624d Use the system detected CFLAGS instead of hardcoding -O2
git-svn-id: http://yate.null.ro/svn/yate/trunk@2673 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 16:06:14 +00:00
paulc
ac2afc3a99 Detect the proper threading library where pthread_mutexattr_settype is
located.
Look for regcomp only when not using internal regexp.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2672 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-01 15:42:34 +00:00
paulc
5986579302 Do not require to install API docs if neither kdoc or doxygen are detected.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2652 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-26 15:29:44 +00:00
paulc
70331e9efe Build and use dynamic versions of MGCP and Jingle libraries.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2389 acf43c95-373e-0410-b603-e72c3f656dc1
2008-12-03 13:51:52 +00:00
paulc
fbd313c5dd Added way to put SVN revision in package.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2214 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 15:33:08 +00:00
paulc
0c7f7519f5 Warn at install time about local lib path not in /etc/ld.so.conf.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2174 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-01 13:11:49 +00:00
paulc
14bf8a5cd3 Add configure time LDFLAGS to linker command line.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2006 acf43c95-373e-0410-b603-e72c3f656dc1
2008-06-03 10:59:16 +00:00
paulc
b947d01bee Added apidocs-everything target that includes Yate libraries.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1865 acf43c95-373e-0410-b603-e72c3f656dc1
2008-03-31 19:37:29 +00:00
paulc
885165833f Added Qt4 package and status tag.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1596 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 21:07:07 +00:00
paulc
da04d546b5 Fixed creating libraries symlinks.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1554 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-17 14:40:38 +00:00
paulc
693617c0ce Install the previously missing libyatesig.so
git-svn-id: http://yate.null.ro/svn/yate/trunk@1553 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-16 22:11:56 +00:00
paulc
1b4b001f71 Using @datadir@ instead of @datarootdir@ for compatibility with older autoconf.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1551 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-16 21:08:02 +00:00
paulc
41042be60e Fixed modules' path and list for Yate 2.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1548 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-14 15:45:25 +00:00
paulc
b3946d3d3d Reverted to hardcoded relative paths because top_builddir is not portable
across autoconf versions.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1484 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-23 14:14:54 +00:00
paulc
b42a894ddc Directory reorder #3
git-svn-id: http://yate.null.ro/svn/yate/trunk@1476 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 23:06:36 +00:00
paulc
71a836c11e Properly build and install architecture independent files in / from the
source tree. Resolves bug 0000049.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1432 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 11:12:50 +00:00
paulc
05d646e887 Added MIME related classes in engine.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1410 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-26 23:45:33 +00:00
paulc
c77d6aee6b Allow changing the headers parsed for documentation from YateLocal.mak
git-svn-id: http://yate.null.ro/svn/yate/trunk@1399 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-20 00:07:02 +00:00
paulc
8ed13fd64c Added "srpm" to the list of targets.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1273 acf43c95-373e-0410-b603-e72c3f656dc1
2007-04-13 23:01:20 +00:00
paulc
ada23aaeef Fixed bug in "make rpm"
git-svn-id: http://yate.null.ro/svn/yate/trunk@1270 acf43c95-373e-0410-b603-e72c3f656dc1
2007-04-13 22:02:06 +00:00
paulc
cc63ac5720 Added support for targets apidocs-kdoc and apidocs-doxygen.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1048 acf43c95-373e-0410-b603-e72c3f656dc1
2006-09-18 17:35:28 +00:00
paulc
49f869d2e5 Bumped version number. Version 1.0.0 release 1
git-svn-id: http://yate.null.ro/svn/yate/trunk@963 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-07 14:07:18 +00:00
paulc
1171d34cb5 *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@950 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-05 20:08:09 +00:00
paulc
301365f76e Fixed docs build
git-svn-id: http://yate.null.ro/svn/yate/trunk@949 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-05 20:07:24 +00:00
paulc
1bcda99701 Removed module specific classes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@947 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-05 19:53:18 +00:00
paulc
25fdfea3fb Bumped version no, preparing for release.
git-svn-id: http://yate.null.ro/svn/yate/trunk@929 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-04 19:11:58 +00:00
paulc
0e44cd03e9 Properly install dogygen API docs and help files.
git-svn-id: http://yate.null.ro/svn/yate/trunk@858 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-11 14:41:04 +00:00
paulc
d23c0db814 Fixed copy/paste error.
git-svn-id: http://yate.null.ro/svn/yate/trunk@848 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-09 13:49:58 +00:00
paulc
0c220601e5 Added more clases to kdoc documentation.
Fixed bug in text message handling in h323chan.


git-svn-id: http://yate.null.ro/svn/yate/trunk@847 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-09 13:20:31 +00:00
paulc
10ac4a10bc API docs can be built with doxygen. Also cleaned headers to generate
proper documentation.


git-svn-id: http://yate.null.ro/svn/yate/trunk@845 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-08 18:31:00 +00:00
paulc
edd6f0f0cf Fixed bug exposed by addition of non-enabled ss7 subdirectory.
git-svn-id: http://yate.null.ro/svn/yate/trunk@757 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-21 16:17:00 +00:00
paulc
7101843794 Added reINVITE forwarding in RTP and SDP forwarding modes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@695 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-21 14:00:56 +00:00
paulc
efda56b1bb Moved message sniffer to the modules directory, added "debug" make target.
git-svn-id: http://yate.null.ro/svn/yate/trunk@689 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-17 10:17:51 +00:00
paulc
18705c3e87 Added capability to include optional YateLocal.mak file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@611 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-19 17:57:16 +00:00
paulc
394fc6e834 Separated scripts from modules directory.
git-svn-id: http://yate.null.ro/svn/yate/trunk@563 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 03:09:23 +00:00
paulc
6c324800aa *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@496 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-06 04:11:25 +00:00
paulc
d1c8926c82 Added skinnable Gtk2 client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@429 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-04 22:04:47 +00:00
paulc
06f0a9374a Client related changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@330 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-05 17:02:18 +00:00
paulc
9e29ce8476 *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@321 acf43c95-373e-0410-b603-e72c3f656dc1
2005-05-02 18:31:05 +00:00
paulc
d35d4d6b4a Separated non-engine related classes in their own include file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@279 acf43c95-373e-0410-b603-e72c3f656dc1
2005-04-08 10:55:22 +00:00
paulc
7d3e4ba1e3 Version related changes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@274 acf43c95-373e-0410-b603-e72c3f656dc1
2005-04-03 21:29:45 +00:00
paulc
ee7b5cf80b Fixed a subtle minor make dependency issue.
git-svn-id: http://yate.null.ro/svn/yate/trunk@262 acf43c95-373e-0410-b603-e72c3f656dc1
2005-03-18 21:36:47 +00:00
paulc
8123c918b2 Moved the engine away, added install-noapi
git-svn-id: http://yate.null.ro/svn/yate/trunk@260 acf43c95-373e-0410-b603-e72c3f656dc1
2005-03-18 18:16:59 +00:00
paulc
b19f0d3243 Added MD5 digest object.
git-svn-id: http://yate.null.ro/svn/yate/trunk@251 acf43c95-373e-0410-b603-e72c3f656dc1
2005-02-28 14:09:40 +00:00
paulc
04d4ea2f2b Added a central repository of data formats and moved related classes to a new
source file.


git-svn-id: http://yate.null.ro/svn/yate/trunk@243 acf43c95-373e-0410-b603-e72c3f656dc1
2005-02-06 20:13:21 +00:00
paulc
fffedd34c3 Added a fork of oRTP in contrib, made some changes in the build system
to get rid of warnings.


git-svn-id: http://yate.null.ro/svn/yate/trunk@238 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-29 18:34:34 +00:00