freeswitch/src
Travis Cross b2714cbc30 Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment.  So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.

The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:

  http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.

FS-4746 --resolve
2013-01-03 17:38:28 +00:00
..
include FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
mod Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment 2013-01-03 17:38:28 +00:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c FS-2216 --resolve clang 2012-07-03 09:01:27 -05:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
switch_apr.c FS-4876 reverting this to default 2012-12-17 11:29:15 -06:00
switch_buffer.c
switch_caller.c add a few fields 2012-10-11 11:04:09 -05:00
switch_channel.c try to improve audio stream sync 2012-11-28 23:12:35 -06:00
switch_config.c
switch_console.c FS-4694 --resolve 2012-10-17 09:17:16 -05:00
switch_core.c FS-4868 --resolve This patch also adds freeswitch.ready() which will return false once shutdown has started 2012-11-26 15:18:58 -06:00
switch_core_asr.c FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time. 2012-10-10 14:20:07 -05:00
switch_core_codec.c FS-4925 FS-4918 2012-12-09 14:01:33 -06:00
switch_core_db.c FS-4883 --resolve I can add this but if it leads to issues in the loaded code we may not have resoures to investigate 2012-11-29 08:58:44 -06:00
switch_core_directory.c
switch_core_event_hook.c remove unused resurrect code 2012-08-22 16:27:07 -05:00
switch_core_file.c fix compiler warning 2012-11-21 22:04:55 -06:00
switch_core_hash.c Fix compiler warnings. 2012-10-05 16:48:03 +00:00
switch_core_io.c FS-4925 FS-4918 2012-12-09 14:01:33 -06:00
switch_core_media_bug.c FS-4896 please try this 2012-11-30 13:54:47 -06:00
switch_core_memory.c revert 2012-08-16 12:09:19 -05:00
switch_core_port_allocator.c FS-4373 --resolve this is probably the same issue nobody would file a bug about on the mailing list even after I begged them to from last weekend 2012-07-23 11:36:19 -05:00
switch_core_rwlock.c
switch_core_session.c FS-4960 --resolve 2012-12-22 22:29:33 -06:00
switch_core_speech.c
switch_core_sqldb.c fix answer contention issue 2012-12-06 11:11:07 -06:00
switch_core_state_machine.c FS-4836 ok try this 2012-11-15 13:16:50 -06:00
switch_core_timer.c
switch_cpp.cpp FS-4868 --resolve This patch also adds freeswitch.ready() which will return false once shutdown has started 2012-11-26 15:18:58 -06:00
switch_curl.c
switch_dso.c
switch_event.c FS-4928 2012-12-11 14:05:03 -06:00
switch_ivr.c fix recursion error 2012-12-10 10:56:07 -06:00
switch_ivr_async.c fix double dmachine binding of the same thing resulting in unmapping 2012-12-19 13:19:41 -06:00
switch_ivr_bridge.c fix some delay regressions 2012-12-05 13:17:50 -06:00
switch_ivr_menu.c FS-4924 --resolve I guess we don't need it at all.... 2012-12-09 13:16:25 -06:00
switch_ivr_originate.c FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
switch_ivr_play_say.c FS-4273 --resolve 2012-12-20 11:44:21 -06:00
switch_ivr_say.c fix recursion error 2012-12-10 10:56:07 -06:00
switch_json.c FS-4618 --resolve 2012-09-14 07:38:03 -05:00
switch_limit.c FS-4792 --resolve sure 2012-11-05 06:37:01 -06:00
switch_loadable_module.c Differentiate when the sms message successfully matched an extension in the chatplan, and when it fell through. 2012-11-14 16:48:21 -08:00
switch_log.c print extended debug messages at alert level 2012-10-23 18:14:27 -04:00
switch_mprintf.c
switch_nat.c
switch_odbc.c More descriptive ODBC error messages. 2012-10-30 18:19:13 +00:00
switch_pcm.c
switch_pgsql.c bump 2012-11-19 18:21:25 -06:00
switch_profile.c
switch_regex.c
switch_resample.c
switch_rtp.c fix logging in debug def 2012-12-26 10:57:43 -06:00
switch_scheduler.c
switch_stun.c
switch_swig.c
switch_swig.i
switch_time.c FS-4841 --resolve we will remove this, it clearly is not helping 2012-11-29 13:02:30 -06:00
switch_utils.c FS-4928 doing 100 calls I found 7 million calls to toupper, this patch replaces it with an inline optimized one I found online. Not sure it helps but maybe you can profile it again with latest. 2012-12-11 19:18:25 -06:00
switch_xml.c fix regression from 6b6c83a718 2012-11-13 12:48:59 -06:00
switch_xml_config.c strtoll correction for windows 2012-10-23 12:08:40 -05:00
tone2wav.c