Commit Graph

72 Commits

Author SHA1 Message Date
6237247d27 * #20736: daemon: cleanup coverage flags 2013-03-06 18:37:32 -05:00
127bae3db7 * #20736: daemon: added --enable-coverage option and make targets
To get code coverage metrics, run
./configure --enable-coverage
make
make check
make coverage
2013-03-06 16:34:56 -05:00
b725100dc8 * #20661: opus: use system opus if available 2013-02-20 18:13:09 -05:00
0f4e8d0526 * #20627: daemon: fix autogen warnings 2013-02-19 23:43:53 -05:00
60974328a2 * #20595: daemon: fix automake warnings 2013-02-19 13:24:24 -05:00
0b7bd99f6a * #19242: codecs: use system ilbc instead of pjsip's 2013-01-14 15:58:49 -05:00
7663950251 * #19246: build: bump version numbers for 1.2.2 2013-01-14 11:15:35 -05:00
80764d6dda [#19045] Update code with new release number (1.2.1) 2013-01-07 17:50:21 -05:00
8b9098cf58 * #18603: daemon: migrate to pjsip 2.01 2012-12-17 15:41:29 -05:00
b5ac63053d * #15091: daemon: cleanup configure.ac 2012-08-29 13:49:14 -04:00
63a8f1c2c2 * #8034: configure: ilbc now enabled by default 2012-08-28 17:21:36 -04:00
187e9aaea8 * #8034: daemon: use ilbc implementation that comes with pjsip
pjsip will have to be compiled with -fPIC if iLBC is to be built.
2012-08-28 11:51:56 -04:00
fd25f85b39 * #13218: Bump version numbers for release 1.2.0 2012-08-10 10:23:34 -04:00
2977fcf021 #13892: Fix ooptional tls & zrtp in configure.ac 2012-07-27 10:50:12 -04:00
320e5ae210 #13892: Make ZRTP and optional feature 2012-07-26 17:07:39 -04:00
0d7c47a47b #13891: Make TLS an optional feature in configure.ac 2012-07-26 14:25:51 -04:00
6a372a4caf #13882: Make speexdsp and noise suppression and optional dependency 2012-07-26 13:55:49 -04:00
59eb25603c #13726: Makes sdes an optional feature at build time for sflphone daemon 2012-07-20 14:03:09 -04:00
5d1cd79bc6 #13722: Makes instant messaging optional a build time for sflphone daemon 2012-07-20 12:38:44 -04:00
10319d9101 Merge branch 'master' into pcre-optional 2012-07-17 16:09:15 -04:00
8b1897886c * #12475: gnome: started migrating video to new shm backend 2012-06-19 17:37:31 -04:00
0a827bbc51 #12322: Remove libpcre as a sflphone dependency 2012-06-11 13:22:32 -04:00
4ee40e13c3 #12071: Lower expat dependency version 2012-06-07 14:57:18 -04:00
2308a70d32 #12071: Make pulseaudio optional at configuration time 2012-06-07 11:21:47 -04:00
1b5f331e38 #12070: Add --without-pulse option 2012-06-06 19:41:11 -04:00
7f1d6c40a0 Merge branch 'master' of http://git.sflphone.org/sflphone into video_preview
Resolved Conflicts:
	daemon/src/sip/sdp.cpp
	gnome/src/main.c
2012-06-01 11:03:40 -04:00
4860ceea87 * #11813: daemon configure should fail if expat is not installed 2012-05-30 15:52:59 -04:00
f251b90b21 * 11480: video: disabled by default 2012-05-24 17:04:42 -04:00
9963c8ff47 * #11269: merged master into video 2012-05-18 17:28:25 -04:00
83286ef0b7 * #11208: bump version numbers for release 1.1.0 2012-05-17 15:58:08 -04:00
fa4617b222 Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into video_preview
Resolved Conflicts:
	daemon/src/account.h
	daemon/src/audio/codecs/celtcodec.cpp
	daemon/src/audio/pulseaudio/pulselayer.cpp
	daemon/src/config/sfl_config.cpp
	daemon/src/config/yamlemitter.cpp
	daemon/src/config/yamlemitter.h
	daemon/src/config/yamlparser.cpp
	daemon/src/main.cpp
	daemon/src/preferences.cpp
	daemon/src/preferences.h
	daemon/src/sip/sdp.cpp
	daemon/src/sip/sdp.h
	daemon/src/sip/sipaccount.cpp
	daemon/src/sip/sipvoiplink.cpp
	daemon/test/audiolayertest.h
	daemon/test/gaincontroltest.cpp
	daemon/test/sdptest.cpp
	gnome/configure.ac
	gnome/src/dbus/dbus.c
2012-04-24 11:59:25 -04:00
77f5ef3c20 * #8977: removed unnecessary AC_CANONICAL macros from configure.ac
We don't test against build, host or target so there's no need for these.
2012-04-13 14:07:22 -04:00
a6ded7ab10 * #9778: removed AC_CHECK_FUNCS calls 2012-04-12 15:29:17 -04:00
195430dd2f * #9779: dropped CELT support 2012-04-11 18:15:17 -04:00
1c9d7cabbd * #9736: restored command line options to daemon
Also added -v/--version flag
2012-04-10 13:59:10 -04:00
eae6e24bb5 * #9730: builds against libccrtp1 2012-04-09 12:15:55 -04:00
35b9db5427 * #9572: fixed threading issues with ccrtp2 2012-04-05 17:12:59 -04:00
0246b0da37 Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into upgrade_to_ccrtp2 2012-04-05 12:08:43 -04:00
412a0b8978 * #9572: Replace utilspp singleton implementation 2012-04-04 15:56:05 -04:00
9dbf157589 #9572: make sflphone compile with libccrtp 2 2012-03-28 16:38:10 -04:00
a4312b037d Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into video_preview
Resolved Conflicts:
	daemon/configure.ac
	daemon/src/dbus/callmanager.cpp
	daemon/src/global.h
	gnome/src/Makefile.am
	gnome/src/actions.c
	gnome/src/config/accountconfigdialog.c
	gnome/src/config/audioconf.c
	gnome/src/config/preferencesdialog.c
	gnome/src/dbus/dbus.c
	gnome/tests/Makefile.am
2012-03-21 14:30:09 -04:00
72c3cfe6c6 * #9381: YAML_LIBS must be explicitly set in AC_SEARCH_LIBS macro 2012-03-21 07:34:07 -04:00
ea984db8c5 * #9381: reverted yaml check
yaml-0.1 pkg-config file is fairly new, might not be present
2012-03-20 18:28:14 -04:00
0f4362e7a4 * #9381: fix celt plugin compilation on fedora 2012-03-20 16:46:44 -04:00
cd5a216a37 * #9381: use PKG_CHECK_MODULES to test for yaml 2012-03-20 14:46:58 -04:00
ae6da5767c * #9381: use autoconf macros and AC_SEARCH_LIBS 2012-03-20 14:30:18 -04:00
35e61223a4 * #9381: use AC_SEARCH_LIBS, AC_CHECK_LIB 2012-03-20 12:35:21 -04:00
f535842f52 Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into video_preview 2012-02-08 15:08:05 -05:00
f0c23e62b2 #8449: Update version 1.0.2 2012-02-08 12:34:46 -05:00
6d42a0af6d * #8357: added disable video option to client 2012-02-02 17:42:09 -05:00