Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8258 2630

latest revision download Branch root:

8258 deleted | Lines: 0 ( +0, -33 )

Created: 2008-05-02 19:40:37 -0400 (7 months ago) | Author: stkn | Changeset: 8258

Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure

6393 annotated / raw | Diffs: previous, other | Lines: 33 ( +6, -4 )

Created: 2007-11-23 22:18:20 -0500 (12 months ago) | Author: mikej | Changeset: 6393

split make and make install steps for python and Makefile cleanup. (thanks stkn)

6392 annotated / raw | Diffs: previous, other | Lines: 31 ( +1, -0 )

Created: 2007-11-23 20:59:58 -0500 (12 months ago) | Author: mikej | Changeset: 6392

error on missing dir on fresh build (thanks trixter)

6391 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2007-11-23 19:59:04 -0500 (12 months ago) | Author: mikej | Changeset: 6391

add missing DESTDIR (thanks stkn)

5242 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2007-06-01 14:50:34 -0400 (18 months ago) | Author: mikej | Changeset: 5242

merge changes from branch http://svn.freeswitch.org/svn/freeswitch/branches/greenlizard/ that changes the session container implementation to use the one in the core, and an inherited class in python.  Please note that this changes the python script api to more closely match (it is still a subset) the one already in place and documented for spidermonkey, and will break all your scripts that are currently working..  Fix a fatal bug causing segfaults in mod_python when using the callbacks.

5102 annotated / raw | Diffs: previous, other | Lines: 30 ( +4, -4 )

Created: 2007-05-08 11:44:44 -0400 (18 months ago) | Author: anthm | Changeset: 5102

whatever

5097 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2007-05-07 11:24:07 -0400 (18 months ago) | Author: anthm | Changeset: 5097

fix python 64 bit linux build

4628 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2007-03-17 01:49:57 -0400 (20 months ago) | Author: mikej | Changeset: 4628

Remove the requirement to define MODNAME in the module makefiles.
Remove gmakeisms from the modmake.rules module makefile include
Remove the MODNAME def from all the in tree Makefiles

4586 annotated / raw | Diffs: previous, other | Lines: 30 ( +2, -1 )

Created: 2007-03-13 14:23:49 -0400 (20 months ago) | Author: mikej | Changeset: 4586

add support for doing make from the module directory of the in tree modules.

4564 annotated / raw | Diffs: previous, other | Lines: 29 ( +1, -1 )

Created: 2007-03-12 01:17:17 -0400 (20 months ago) | Author: brian | Changeset: 4564

fix spelling, Everyone do not forget to thank Mike for all his hard work.. he need sleep now. ;) ./applications/mod_enum/Makefile
./asr_tts/mod_cepstral/Makefile
./asr_tts/mod_lumenvox/Makefile
./codecs/mod_amr/Makefile
./codecs/mod_g711/Makefile
./codecs/mod_g722/Makefile
./codecs/mod_g723_1/Makefile
./codecs/mod_g726/Makefile
./codecs/mod_g729/Makefile
./codecs/mod_gsm/Makefile
./codecs/mod_ilbc/Makefile
./codecs/mod_lpc10/Makefile
./codecs/mod_speex/Makefile
./directories/mod_ldap/Makefile
./endpoints/mod_dingaling/Makefile
./endpoints/mod_iax/Makefile
./endpoints/mod_portaudio/Makefile
./endpoints/mod_sofia/Makefile
./endpoints/mod_wanpipe/Makefile
./event_handlers/mod_cdr/Makefile
./event_handlers/mod_xmpp_event/Makefile
./event_handlers/mod_zeroconf/Makefile
./formats/mod_shout/Makefile
./formats/mod_sndfile/Makefile
./languages/mod_mono/Makefile
./languages/mod_perl/Makefile
./languages/mod_python/Makefile
./languages/mod_spidermonkey/Makefile
./languages/mod_spidermonkey_core_db/Makefile
./languages/mod_spidermonkey_etpan/Makefile
./languages/mod_spidermonkey_odbc/Makefile
./languages/mod_spidermonkey_skel/Makefile
./languages/mod_spidermonkey_teletone/Makefile
./xml_int/mod_xml_curl/Makefile
./xml_int/mod_xml_rpc/Makefile

4562 annotated / raw | Diffs: previous, other | Lines: 29 ( +12, -36 )

Created: 2007-03-12 00:21:54 -0400 (20 months ago) | Author: mikej | Changeset: 4562

an attempt to simplify the module make files.  More changes to come on the modules building soon

4548 annotated / raw | Diffs: previous, other | Lines: 53 ( +3, -4 )

Created: 2007-03-11 10:03:58 -0400 (20 months ago) | Author: mikej | Changeset: 4548

move all the in tree libs to use subst of the core configure, move all module builds to link with libtool to the .la, static when possible

3781 annotated / raw | Diffs: previous, other | Lines: 54 ( +20, -9 )

Created: 2006-12-21 12:11:43 -0500 (23 months ago) | Author: mikej | Changeset: 3781

merge changes to mod_python from jkr888 branch.  Thanks Johny.

3532 annotated / raw | Diffs: previous, other | Lines: 43 ( +0, -1 )

Created: 2006-12-04 10:53:57 -0500 (23 months ago) | Author: anthm | Changeset: 3532

remove patch line that doesn't exist

3366 annotated / raw | Diffs: previous, other | Lines: 44 ( +4, -4 )

Created: 2006-11-14 01:13:04 -0500 (2 years ago) | Author: mikej | Changeset: 3366

merge mod_python fixes from Johny Kadarisman <jkr888 at gmail.com>.  mod_python actually works now, please report problems.

2768 annotated / raw | Diffs: previous, other | Lines: 44 ( +5, -3 )

Created: 2006-09-20 17:59:50 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 2768

changes to language stuff

2741 annotated / raw | Diffs: previous, other | Lines: 42 ( +1, -1 )

Created: 2006-09-18 09:30:11 -0400 (2 years 2 months ago) | Author: brian | Changeset: 2741

tweak and remove stuff that is cearly from the php makefile.

2740 annotated / raw | Diffs: previous, other | Lines: 42 ( +2, -2 )

Created: 2006-09-18 09:26:41 -0400 (2 years 2 months ago) | Author: mikej | Changeset: 2740

revert

2739 annotated / raw | Diffs: previous, other | Lines: 42 ( +2, -2 )

Created: 2006-09-18 07:47:25 -0400 (2 years 2 months ago) | Author: docelmo | Changeset: 2739

Fix linking problem

2727 annotated / raw | Diffs: previous, other | Lines: 42 ( +1, -1 )

Created: 2006-09-17 18:06:47 -0400 (2 years 2 months ago) | Author: docelmo | Changeset: 2727

Enable threads on Python

2726 annotated / raw | Diffs: previous, other | Lines: 42 ( +1, -1 )

Created: 2006-09-17 18:03:24 -0400 (2 years 2 months ago) | Author: docelmo | Changeset: 2726

Enable threads on Python

2724 annotated / raw | Diffs: previous, other | Lines: 42 ( +4, -4 )

Created: 2006-09-17 17:28:31 -0400 (2 years 2 months ago) | Author: brian | Changeset: 2724

Ok small nitpicks for OS X....

2630 new annotated / raw | Lines: 42 ( +42, -0 )

Created: 2006-09-10 19:20:44 -0400 (2 years 2 months ago) | Author: docelmo | Changeset: 2630

Inital Release of Python