Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05: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
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
Jeff Lenk
6dca277ed1
fix compiler error with last commit
2014-02-04 15:36:13 -06:00
Michael Jerris
1f2b632aee
FS-5999: set visibility on lua symbols that are supposed to be exported
2014-02-04 16:09:08 -05:00
Jeff Lenk
cec4b78d53
fix windows build for lua 5.2 VS2010
2013-11-13 19:42:52 -06:00
Jeff Lenk
7fb68faa55
fix windows build for lua 5.2
2013-11-13 18:06:12 -06:00
Anthony Minessale
81a48a9e4e
missed a few files in new lua commit
2013-11-13 21:06:04 +05:00
Anthony Minessale
2771498707
change to lua 5.2
2013-11-13 07:55:12 +05:00
Jeff Lenk
dc2c11f13f
FS-4768 initial add of vs2012 build support
2012-12-29 14:57:15 -06:00
Jeff Lenk
7af395ef83
more tweaks for VS2010
2010-07-10 15:22:25 -05:00
Jeff Lenk
da17e2a09e
more tweaks for VS2010
2010-06-28 16:32:30 -05:00
Jeff Lenk
a87429ac87
Add initial support for VS2010
2010-06-28 15:49:19 -05:00
Brian West
21e3bb970a
if space
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 01:20:26 +00:00
Michael Jerris
99412ef499
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 10:38:38 +00:00
Michael Jerris
31897028d2
mod_lua: fix visibility support (FSCORE-302)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 04:43:42 +00:00
Michael Jerris
e4b4288719
mod_lua: fix visibility support (FSCORE-302)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 04:42:10 +00:00
Michael Jerris
513091ec37
mod_lua: windows build changes to support externally built modules. (MODLANG-101)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 04:21:56 +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
Michael Jerris
90564aa4b0
use dll for lua windows build (FSCORE-299)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-18 06:24:01 +00:00
Michael Jerris
38dc44dc84
MODLANG-87 - Update to lua 5.1.4 release
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:39:57 +00:00
Michael Jerris
6754c028d7
if we want to override system function in lua we should do so from mod_lua, not hack the lib. We did the same thing for exit.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9661 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 17:36:01 +00:00
Michael Jerris
0cea9bb4b6
fix lua build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9660 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 17:26:36 +00:00
Anthony Minessale
1c15146866
add patch from MODAPP-86
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 15:50:12 +00:00
Brian West
a4f4228b2d
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-28 17:33:58 +00:00
Anthony Minessale
4eca13ac23
add mod_lua
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 22:16:16 +00:00