Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8894 629

latest revision download Branch root:

8894 annotated / raw | Diffs: previous, other | Lines: 135 ( +1, -1 )

Created: 2008-07-03 15:12:26 -0400 (56 days ago) | Author: mikej | Changeset: 8894

vim extendtab is bad

7614 annotated / raw | Diffs: previous, other | Lines: 135 ( +6, -0 )

Created: 2008-02-14 13:13:50 -0500 (6 months ago) | Author: mikej | Changeset: 7614

code analysis and fixes for teletone.

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

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

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

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

Created: 2007-08-03 01:02:25 -0400 (12 months ago) | Author: mikej | Changeset: 5558

fix for FSBUILD-12

5279 annotated / raw | Diffs: previous, other | Lines: 126 ( +1, -1 )

Created: 2007-06-06 23:50:08 -0400 (14 months ago) | Author: mikej | Changeset: 5279

fix build, sync with our working copy.

5278 annotated / raw | Diffs: previous, other | Lines: 126 ( +1, -1 )

Created: 2007-06-06 21:02:39 -0400 (14 months ago) | Author: mikej | Changeset: 5278

switch teletone to use float.

5196 annotated / raw | Diffs: previous, other | Lines: 126 ( +39, -0 )

Created: 2007-05-17 09:56:10 -0400 (15 months ago) | Author: anthm | Changeset: 5196

add license exception to teleton for openzap

4801 annotated / raw | Diffs: previous, other | Lines: 87 ( +1, -1 )

Created: 2007-03-29 21:22:45 -0400 (17 months ago) | Author: mikej | Changeset: 4801

spring cleaning on msvc build.

4176 annotated / raw | Diffs: previous, other | Lines: 87 ( +1, -1 )

Created: 2007-02-08 21:36:03 -0500 (18 months ago) | Author: mikej | Changeset: 4176

fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces

3462 annotated / raw | Diffs: previous, other | Lines: 87 ( +11, -0 )

Created: 2006-11-27 17:30:48 -0500 (21 months ago) | Author: mikej | Changeset: 3462

Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:

/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
*/

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

Created: 2006-09-29 16:24:54 -0400 (22 months ago) | Author: mikej | Changeset: 2872

solaris port of libteletone. part 1/2

632 annotated / raw | Diffs: previous, other | Lines: 72 ( +8, -0 )

Created: 2006-02-19 16:24:29 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 632

add msvc build to libteletone

631 annotated / raw | Diffs: previous, other | Lines: 64 ( +3, -1 )

Created: 2006-02-19 16:01:55 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 631

make teletone use all doubles

629 new annotated / raw | Lines: 62 ( +62, -0 )

Created: 2006-02-19 15:28:24 -0500 (2 years 6 months ago) | Author: anthm | Changeset: 629

Add in new tone detection/generation library "libteletone"
Thanks to coppice, trixter, mikej and bkw for research, hints and or code examples.