Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 5961 2317

latest revision download Branch root:

5961 annotated / raw | Diffs: previous, other | Lines: 1117 ( +0, -4 )

Created: 2007-10-18 00:15:33 -0400 (14 months ago) | Author: mikej | Changeset: 5961

cleanup some project file properties and hopefully fix the release build enum issue.

5738 annotated / raw | Diffs: previous, other | Lines: 1121 ( +0, -0 )

Created: 2007-09-21 14:49:14 -0400 (15 months ago) | Author: mikej | Changeset: 5738

svn:eol-style properties, and make eol-style consistent in some files.

4494 annotated / raw | Diffs: previous, other | Lines: 1121 ( +6, -6 )

Created: 2007-03-09 15:44:13 -0500 (22 months ago) | Author: mikej | Changeset: 4494

add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite.  fully use switch_ namespace in modules, create our own format and type defines.  follow up commit for unix autotools coming soon after this.  PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.

3925 annotated / raw | Diffs: previous, other | Lines: 1121 ( +2, -2 )

Created: 2007-01-06 23:35:16 -0500 (2 years ago) | Author: mikej | Changeset: 3925

switch all libs and mods to use the dynamic instead of the static runtime so everything in freeswitch runs in a single instance of the runtime.

3890 annotated / raw | Diffs: previous, other | Lines: 1121 ( +1, -1 )

Created: 2007-01-02 10:20:57 -0500 (2 years ago) | Author: mikej | Changeset: 3890

correct path to pcre.h

3740 annotated / raw | Diffs: previous, other | Lines: 1121 ( +28, -28 )

Created: 2006-12-19 17:39:38 -0500 (2 years ago) | Author: mikej | Changeset: 3740

move windows build to use the in tree apr, apr-util and pcre

2890 annotated / raw | Diffs: previous, other | Lines: 1121 ( +28, -64 )

Created: 2006-09-30 02:11:27 -0400 (2 years 3 months ago) | Author: mikej | Changeset: 2890

update to pcre 6.7 for windows build.

2852 annotated / raw | Diffs: previous, other | Lines: 1157 ( +4, -4 )

Created: 2006-09-27 21:19:39 -0400 (2 years 3 months ago) | Author: mikej | Changeset: 2852

add quoting for source dir with spaces.

2413 annotated / raw | Diffs: previous, other | Lines: 1157 ( +1, -1 )

Created: 2006-08-27 21:35:49 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 2413

cleanup msvc build targets and remove incremental build settings from libs.

2317 new annotated / raw | Lines: 1157 ( +1157, -0 )

Created: 2006-08-17 15:58:55 -0400 (2 years 4 months ago) | Author: mikej | Changeset: 2317

Update to new build system for windows.

This fixes several issues when debugging code in the ide, and does better dependency tracking.