Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 4662 52

latest revision download Branch root:

4662 deleted | Lines: 0 ( +0, -27607 )

Created: 2007-03-19 15:26:25 -0400 (15 months ago) | Author: mikej | Changeset: 4662

removing most of the generated files from tree.  You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box.

4647 annotated / raw | Diffs: previous, other | Lines: 27607 ( +21, -0 )

Created: 2007-03-18 13:38:48 -0400 (15 months ago) | Author: mikej | Changeset: 4647

add back -Werror for gcc builds

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

Created: 2007-03-16 15:20:24 -0400 (15 months ago) | Author: mikej | Changeset: 4617

Fix bootstrap with automake 1.7
fix generation of modules.conf from modules.conf.in on first build
some more steps towards removing gmake specific stuff from our makefiles.

4592 annotated / raw | Diffs: previous, other | Lines: 27585 ( +539, -25 )

Created: 2007-03-14 14:59:25 -0400 (15 months ago) | Author: mikej | Changeset: 4592

add detection of system libcurl, and if it is available use that instead of in tree curl build.  Implemented just in mod_shout so far

4589 annotated / raw | Diffs: previous, other | Lines: 27071 ( +5, -1 )

Created: 2007-03-14 10:35:11 -0400 (15 months ago) | Author: mikej | Changeset: 4589

add uninstall_mod target to the main makefile
implement uninstall in modmake.rules
add LIBADD_LOCAL var for use in the module makefiles, it both links to the module, and is a dependency like LOCAL_OBJS
fix bug in src/mod/Makefile(.am) that was causing make install to fail on first run for those modules that used the default mod makefile
implement the getlib.sh script in mod_shout Makefile (works.. but still wip)

4588 annotated / raw | Diffs: previous, other | Lines: 27067 ( +184, -2 )

Created: 2007-03-13 23:02:46 -0400 (15 months ago) | Author: mikej | Changeset: 4588

add new generated shell script for portable download/untar

4578 annotated / raw | Diffs: previous, other | Lines: 26885 ( +0, -3 )

Created: 2007-03-13 02:17:58 -0400 (15 months ago) | Author: mikej | Changeset: 4578

Fix re-generation of switch_version.h
remove some un-used and un-necessary shell scripts

4577 annotated / raw | Diffs: previous, other | Lines: 26888 ( +31, -26 )

Created: 2007-03-12 22:26:00 -0400 (15 months ago) | Author: mikej | Changeset: 4577

move module make to it's own makefile
remove need for modmake.sh (its use is now fully adressed within src/mod/Makefile.am)
remove need for generic_mod.mk (it uses the generated build/modmake.rules now instead)
add support for building out of tree modules as part of the freeswitch build simply by adding the full path to the module dir to your modules.conf
remove the need for special tragets to build.
make will now do a make through the core AND all the modules.
make install will now install the core and all the modules.
most or all of the old targets are still there, plus the new target "core" that will do more or less what make used to do.
make should now be able to be done without write permissions to the prefix directory (make install of course will still need them) whith the exception of modules that use buildlib.sh to download and install thier dependencies.  This will be fixed in a future revision.
checkversion.sh no longer will clean the modules on a change.  The need for this should be gone with the correct include paths to have the src directory included first.
Some steps in this commit to move us closer to being able to build with non gnu make (gmake).  Still some more work to do in this regard as well.
buildlib.sh no longer exports CFLAGS, just passes them to the confiure.
Move a little closer to supporting install directories in the "automake way" where all the dirs will be acutally determined in configure, and follow the standard install targets in Makefile.am
no longer build the modules twice on make install

Additional fixes still on the way for proper dependency tracking for the module builds, so they don't build every time.

any input on how to reach some of the goals stated above of supporting non gnu make, and more properly handling the install directories is appretiated.  Drop me an e-mail if you are intersted in helping.

Mike


4570 annotated / raw | Diffs: previous, other | Lines: 26883 ( +3, -3 )

Created: 2007-03-12 13:53:52 -0400 (15 months ago) | Author: mikej | Changeset: 4570

to go along with the last commit

4568 annotated / raw | Diffs: previous, other | Lines: 26883 ( +1, -1 )

Created: 2007-03-12 13:05:56 -0400 (15 months ago) | Author: mikej | Changeset: 4568

remove unneeded -L from our LDFLAGS

4562 annotated / raw | Diffs: previous, other | Lines: 26883 ( +91, -3 )

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

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

4552 annotated / raw | Diffs: previous, other | Lines: 26795 ( +111, -24 )

Created: 2007-03-11 10:36:33 -0400 (15 months ago) | Author: mikej | Changeset: 4552

configure runs through fine now, and allmost everything builds and runs again

4526 annotated / raw | Diffs: previous, other | Lines: 26708 ( +239, -25 )

Created: 2007-03-11 04:33:49 -0400 (15 months ago) | Author: mikej | Changeset: 4526

fix pic flags and some typos.  Core now builds all static

4514 annotated / raw | Diffs: previous, other | Lines: 26494 ( +28, -25 )

Created: 2007-03-11 00:15:34 -0500 (15 months ago) | Author: mikej | Changeset: 4514

push correct prefix dir to flags if no --prefix is specified to configure

4512 annotated / raw | Diffs: previous, other | Lines: 26491 ( +222, -93 )

Created: 2007-03-10 23:02:10 -0500 (15 months ago) | Author: mikej | Changeset: 4512

simplify our configure and Makefile.am.  Set our CFLAGS and LDFLAGS primarily from configure.

4509 annotated / raw | Diffs: previous, other | Lines: 26362 ( +2177, -2799 )

Created: 2007-03-10 20:17:14 -0500 (15 months ago) | Author: mikej | Changeset: 4509

feed prefix dir from configure instead of makefile to clean up the compile line.  Make the code more consistant between windows and *nix builds.  You will likely need to re configure after getting this update.

4497 annotated / raw | Diffs: previous, other | Lines: 26984 ( +2799, -2177 )

Created: 2007-03-09 17:04:29 -0500 (15 months ago) | Author: anthm | Changeset: 4497

revise the autotools from the previous commits

4495 annotated / raw | Diffs: previous, other | Lines: 26362 ( +2893, -28 )

Created: 2007-03-09 16:01:08 -0500 (15 months ago) | Author: anthm | Changeset: 4495

update autotools files from the committ in revision 4494.  again, you MUST make megaclean and reconfigure after this update.

4290 annotated / raw | Diffs: previous, other | Lines: 23497 ( +2177, -2799 )

Created: 2007-02-15 14:46:37 -0500 (16 months ago) | Author: anthm | Changeset: 4290

add small demo mod to dump xml call detail reports until we work it into mod_cdr ./configure or manually mkdir /usr/local/freeswitch/log/xml_cdr

3709 annotated / raw | Diffs: previous, other | Lines: 24119 ( +13, -0 )

Created: 2006-12-18 19:47:37 -0500 (18 months ago) | Author: anthm | Changeset: 3709

automistake

3707 annotated / raw | Diffs: previous, other | Lines: 24106 ( +0, -12 )

Created: 2006-12-18 19:41:20 -0500 (18 months ago) | Author: anthm | Changeset: 3707

autodroolz

3690 annotated / raw | Diffs: previous, other | Lines: 24118 ( +1, -1 )

Created: 2006-12-17 19:48:34 -0500 (18 months ago) | Author: anthm | Changeset: 3690

build changed

3682 annotated / raw | Diffs: previous, other | Lines: 24118 ( +2801, -2189 )

Created: 2006-12-16 20:01:09 -0500 (18 months ago) | Author: anthm | Changeset: 3682

build progress break everything

3681 annotated / raw | Diffs: previous, other | Lines: 23506 ( +3596, -2804 )

Created: 2006-12-16 18:22:45 -0500 (18 months ago) | Author: mikej | Changeset: 3681

switch core to new autotools.  This may break some builds, please report problems.

3287 annotated / raw | Diffs: previous, other | Lines: 22714 ( +697, -1158 )

Created: 2006-11-09 00:31:29 -0500 (19 months ago) | Author: anthm | Changeset: 3287

build stuff

2878 annotated / raw | Diffs: previous, other | Lines: 23175 ( +1158, -697 )

Created: 2006-09-29 20:14:03 -0400 (21 months ago) | Author: anthm | Changeset: 2878

update to pcre 6.7

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

Created: 2006-09-17 14:44:53 -0400 (21 months ago) | Author: anthm | Changeset: 2722

use usleep when possible, ./configure && make sure when you update

2540 annotated / raw | Diffs: previous, other | Lines: 22713 ( +697, -1158 )

Created: 2006-09-06 23:58:01 -0400 (21 months ago) | Author: anthm | Changeset: 2540

Mega Changes

adding mod_park for putting channels in limbo state for remote control.
adding stuff to mod_event_socket to let you do the bgapi <command> <args>
this will let you execute a job in the bg and the result will be sent as an event with an
indicated uuid to match the reply to the command

adding switch_core_port_allocator (to be used soon)
adding "make sure" to do a full rebild of the freeswitch object files

There will be more to this committed as the week progresses

make sure you do a rebuild after this update or you'll be sowwie
./configure && make sure


2344 annotated / raw | Diffs: previous, other | Lines: 23174 ( +1158, -697 )

Created: 2006-08-20 04:36:54 -0400 (22 months ago) | Author: anthm | Changeset: 2344

fix for trac ticket #4, make failing on missing which utility, thanks urtho

2078 annotated / raw | Diffs: previous, other | Lines: 22713 ( +697, -1158 )

Created: 2006-07-24 11:45:36 -0400 (23 months ago) | Author: anthm | Changeset: 2078

fixup custom event stuff

1584 annotated / raw | Diffs: previous, other | Lines: 23174 ( +184, -143 )

Created: 2006-06-09 11:39:12 -0400 (2 years ago) | Author: anthm | Changeset: 1584

add mlockall

1376 annotated / raw | Diffs: previous, other | Lines: 23133 ( +144, -182 )

Created: 2006-05-05 17:05:11 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 1376

add xml

1368 annotated / raw | Diffs: previous, other | Lines: 23171 ( +217, -151 )

Created: 2006-05-05 09:35:33 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 1368

make crash protection a configure option --enable-crash-protection and make mini-rtp have 4 byte headers

1355 annotated / raw | Diffs: previous, other | Lines: 23105 ( +142, -181 )

Created: 2006-05-04 16:19:23 -0400 (2 years 1 month ago) | Author: anthm | Changeset: 1355

update

1249 annotated / raw | Diffs: previous, other | Lines: 23144 ( +181, -142 )

Created: 2006-04-25 12:54:33 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1249

add c99 setting to Makefile

1181 annotated / raw | Diffs: previous, other | Lines: 23105 ( +142, -181 )

Created: 2006-04-17 20:24:52 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1181

update

1118 annotated / raw | Diffs: previous, other | Lines: 23144 ( +181, -142 )

Created: 2006-04-11 17:26:37 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1118

dox

1117 annotated / raw | Diffs: previous, other | Lines: 23105 ( +142, -181 )

Created: 2006-04-11 17:13:44 -0400 (2 years 2 months ago) | Author: brian | Changeset: 1117

Gut Logger and put it back modular style

1089 annotated / raw | Diffs: previous, other | Lines: 23144 ( +181, -142 )

Created: 2006-04-07 12:39:49 -0400 (2 years 2 months ago) | Author: anthm | Changeset: 1089

add in tree srtp to build system

1036 annotated / raw | Diffs: previous, other | Lines: 23105 ( +142, -181 )

Created: 2006-04-04 12:07:40 -0400 (2 years 3 months ago) | Author: anthm | Changeset: 1036

a stunning new change

1012 annotated / raw | Diffs: previous, other | Lines: 23144 ( +2, -2 )

Created: 2006-04-03 17:00:13 -0400 (2 years 3 months ago) | Author: anthm | Changeset: 1012

try out new builtin RTP using srtp lib

982 annotated / raw | Diffs: previous, other | Lines: 23144 ( +181, -142 )

Created: 2006-03-30 18:02:50 -0500 (2 years 3 months ago) | Author: anthm | Changeset: 982

icc changes part 1

977 annotated / raw | Diffs: previous, other | Lines: 23105 ( +151, -262 )

Created: 2006-03-30 09:43:39 -0500 (2 years 3 months ago) | Author: anthm | Changeset: 977

autotools cleanup

973 annotated / raw | Diffs: previous, other | Lines: 23216 ( +223, -108 )

Created: 2006-03-29 23:12:47 -0500 (2 years 3 months ago) | Author: anthm | Changeset: 973

update

839 annotated / raw | Diffs: previous, other | Lines: 23101 ( +2187, -1104 )

Created: 2006-03-11 16:33:52 -0500 (2 years 3 months ago) | Author: brian | Changeset: 839

rollback those changes

838 annotated / raw | Diffs: previous, other | Lines: 22018 ( +1104, -2187 )

Created: 2006-03-11 16:30:29 -0500 (2 years 3 months ago) | Author: brian | Changeset: 838

Ok frameworks link like they should (I think)

654 annotated / raw | Diffs: previous, other | Lines: 23101 ( +244, -0 )

Created: 2006-02-22 16:14:22 -0500 (2 years 4 months ago) | Author: anthm | Changeset: 654

1 of many PRI/SIP gateway related updates

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

Created: 2006-01-30 17:52:53 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 521

update

441 annotated / raw | Diffs: previous, other | Lines: 22858 ( +20, -1 )

Created: 2006-01-25 18:59:02 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 441

build updates

296 annotated / raw | Diffs: previous, other | Lines: 22839 ( +29, -94 )

Created: 2006-01-05 21:01:11 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 296

update

295 annotated / raw | Diffs: previous, other | Lines: 22904 ( +100, -29 )

Created: 2006-01-05 20:44:52 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 295

update

255 annotated / raw | Diffs: previous, other | Lines: 22833 ( +191, -150 )

Created: 2006-01-02 13:31:50 -0500 (2 years 5 months ago) | Author: anthm | Changeset: 255

unix retool

223 annotated / raw | Diffs: previous, other | Lines: 22792 ( +30, -29 )

Created: 2005-12-28 10:42:49 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 223

update

217 annotated / raw | Diffs: previous, other | Lines: 22791 ( +151, -191 )

Created: 2005-12-28 00:17:21 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 217

no comment

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

Created: 2005-12-21 12:22:38 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 185

unix build tweaks

152 annotated / raw | Diffs: previous, other | Lines: 22832 ( +885, -405 )

Created: 2005-12-14 16:29:46 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 152

make events queue in the bg

146 annotated / raw | Diffs: previous, other | Lines: 22352 ( +404, -883 )

Created: 2005-12-13 20:40:51 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 146

update

139 annotated / raw | Diffs: previous, other | Lines: 22831 ( +0, -0 )

Created: 2005-12-13 16:36:23 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 139

add executable flags.

137 annotated / raw | Diffs: previous, other | Lines: 22831 ( +20, -1 )

Created: 2005-12-13 16:26:03 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 137

arrgh

80 annotated / raw | Diffs: previous, other | Lines: 22812 ( +969, -442 )

Created: 2005-11-30 17:27:10 -0500 (2 years 7 months ago) | Author: anthm | Changeset: 80

commmit

52 new annotated / raw | Lines: 22285 ( +22285, -0 )

Created: 2005-11-19 15:11:40 -0500 (2 years 7 months ago) | Author: mikej | Changeset: 52

Renamed remotely