Commit Graph

44 Commits

Author SHA1 Message Date
Andrey Volk 671da28796 FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows. 2018-07-24 07:21:55 +00:00
Sergey Safarov df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Anthony Minessale f8b19b7485 FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command] 2015-09-21 18:00:32 -05:00
Mike Jerris de300df7c5 FS-7966: fix buffer overflow in mod_vmd found by msvc 2015 2015-08-31 17:56:01 -04:00
Michael Jerris 164c6111a1 FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
Michael Giagnocavo 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
Michael Giagnocavo f116387443 FS-7644. Change 2013.vcxproj references to 2013 2015-06-18 04:17:53 -06:00
Jeff Lenk 345e50d25a FS-7644 2015-06-11 15:29:28 -05:00
Michael Jerris 2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Michael Jerris 6c45fb9eec fix error building with newer compilers 2015-05-28 12:47:25 -05:00
Michael Jerris bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Nathan Neulinger 32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Ken Rice babeca40dd FS-5128 --resolve 2013-02-26 10:44:32 -06:00
Jeff Lenk dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Ken Rice cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Marc Olivier Chouinard ba7dc9fde8 Fix for -Wunused-but-set-variable required compiler. : mod_freetdm mod_avmd mod_cidlookup mod_ladspa mod_lcr mod_nibblebill mod_rss mod_vdm mod_dahdi_codec mod_skinny mod_cdr_pg_csv 2011-04-22 22:49:41 -04:00
Jeff Lenk a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Travis Cross db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Jeff Lenk 17b98eb0bc add parameters
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-02 15:17:39 +00:00
Anthony Minessale 886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Mathieu Rene 156cf4fd6f MODAPP-389
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 19:55:01 +00:00
Jeff Lenk dc5d69c104 FSBUILD-221 fix several trivial warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 03:44:42 +00:00
Michael Jerris 50c8d92713 mod_vmd: make MIN_TIME configurable via channel variables(MODAPP-372)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 15:04:58 +00:00
Anthony Minessale df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Anthony Minessale c38257949a fix glaring rwdeadlock in mod_vmd (please test i was in a hurry)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-26 19:36:58 +00:00
Brian West 357c93b999 fix vim format line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:03:37 +00:00
Mathieu Rene 5acb8ad899 Per-call logging, part two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14510 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 21:24:51 +00:00
Mathieu Rene 7da470f67c Fix them all while we're at it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 01:02:45 +00:00
Michael Jerris 4212af498b build: build path cleanups (FSBUILD-130)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12490 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 19:27:14 +00:00
Michael Jerris bbdf4744aa inital work on x64 windows build (FSBUILD-125)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 00:56:56 +00:00
Brian West 6f3260efe7 space after if
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 21:46:31 +00:00
Eric des Courtis c94e6a9368 Added even more documentation. This should look good with doxygen.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:07:53 +00:00
Eric des Courtis 3ec32de40d Added more comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 00:39:41 +00:00
Eric des Courtis 1a4fb0d978 Added useful comments.
Eric


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 22:13:20 +00:00
Eric des Courtis b31df55196 Added extra credits. Adjusted indentation.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-07 19:57:03 +00:00
Stefan Knoblich 1eac1c84f5 Add cast to int to silence format mismatch warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-06 16:22:26 +00:00
Michael Collins ff5107d225 Add INFO print and chan var when vmd detect is true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 23:24:00 +00:00
Michael Jerris 2811e8d005 fix gcc 4.1.2 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:44:58 +00:00
Michael Jerris 6d0e598ee8 whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10631 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:43:17 +00:00
Michael Jerris 8f152febe6 this is really c code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:24:16 +00:00
Michael Jerris 8ca1e6dc46 add mod_vmd to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:22:21 +00:00
Eric des Courtis dc0c8231d9 Fixed types.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:11:20 +00:00
Michael Jerris 281a102444 windows build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10627 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:01:39 +00:00
Eric des Courtis 3c43650cba Voicemain detection mod initial upload. By Eric des Courtis
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 17:45:37 +00:00