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: 458 ( +1, -1 )

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

vim extendtab is bad

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

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

code analysis and fixes for teletone.

6806 annotated / raw | Diffs: previous, other | Lines: 456 ( +4, -1 )

Created: 2007-12-15 10:32:41 -0500 (8 months ago) | Author: anthm | Changeset: 6806

update

6801 annotated / raw | Diffs: previous, other | Lines: 453 ( +1, -1 )

Created: 2007-12-14 18:11:14 -0500 (8 months ago) | Author: anthm | Changeset: 6801

add uuid_dump

6454 annotated / raw | Diffs: previous, other | Lines: 453 ( +4, -4 )

Created: 2007-11-30 18:30:40 -0500 (9 months ago) | Author: anthm | Changeset: 6454

update

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

Created: 2007-11-16 15:18:01 -0500 (9 months ago) | Author: mikej | Changeset: 6312

silence warning

6292 annotated / raw | Diffs: previous, other | Lines: 450 ( +1, -1 )

Created: 2007-11-15 17:27:33 -0500 (9 months ago) | Author: anthm | Changeset: 6292

double trouble

6180 annotated / raw | Diffs: previous, other | Lines: 450 ( +135, -135 )

Created: 2007-11-07 16:16:38 -0500 (9 months ago) | Author: anthm | Changeset: 6180

sync

5738 annotated / raw | Diffs: previous, other | Lines: 450 ( +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.

5381 annotated / raw | Diffs: previous, other | Lines: 450 ( +22, -22 )

Created: 2007-06-15 23:56:44 -0400 (14 months ago) | Author: mikej | Changeset: 5381

fix windows build.

5378 annotated / raw | Diffs: previous, other | Lines: 450 ( +17, -21 )

Created: 2007-06-15 20:21:01 -0400 (14 months ago) | Author: anthm | Changeset: 5378

fix tones stuff on 64bit

5279 annotated / raw | Diffs: previous, other | Lines: 454 ( +10, -10 )

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: 454 ( +10, -10 )

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

switch teletone to use float.

5276 annotated / raw | Diffs: previous, other | Lines: 454 ( +9, -8 )

Created: 2007-06-06 19:28:00 -0400 (15 months ago) | Author: anthm | Changeset: 5276

update teletone see wiki for syntax changes in TTML

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

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

add license exception to teleton for openzap

4685 annotated / raw | Diffs: previous, other | Lines: 413 ( +1, -1 )

Created: 2007-03-20 14:10:21 -0400 (17 months ago) | Author: anthm | Changeset: 4685

let multitone support unitone

4176 annotated / raw | Diffs: previous, other | Lines: 413 ( +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: 413 ( +10, -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:
*/

634 annotated / raw | Diffs: previous, other | Lines: 403 ( +1, -1 )

Created: 2006-02-19 19:23:25 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 634

turn on higher warning level in msvc for the core and libteletone and resolve warnings.

632 annotated / raw | Diffs: previous, other | Lines: 403 ( +2, -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: 401 ( +17, -17 )

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: 401 ( +401, -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.