Update of /cvsroot/pure-data/externals/miXed/cyclone In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1117/cyclone
Modified Files: Makefile.sources build_counter notes.txt Log Message: cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared)
Index: notes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/cyclone/notes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** notes.txt 28 Feb 2005 13:10:39 -0000 1.2 --- notes.txt 12 Mar 2005 00:19:09 -0000 1.3 *************** *** 1,9 **** TODO for cyclone - * using maxmode object arguments for abstraction-scoped, selective - compatibility control - * comment behaving better in windows (or is it gatom's fault?)
DONE for cyclone
alpha53 * matrix~: incompatible message 'set' --- 1,11 ---- TODO for cyclone
DONE for cyclone
+ alpha54 + * comment: fixing namespace bug, reducing traffic + * testmess: optionally filling message with symbols (numbers in hex form + or names of all registered classes) + alpha53 * matrix~: incompatible message 'set'
Index: Makefile.sources =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/cyclone/Makefile.sources,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.sources 27 Jan 2005 14:42:47 -0000 1.10 --- Makefile.sources 12 Mar 2005 00:19:09 -0000 1.11 *************** *** 6,10 ****
HPLAIN_SOURCES = \ - hammer/testmess.c \ hammer/accum.c \ hammer/acos.c \ --- 6,9 ---- *************** *** 62,65 **** --- 61,65 ---- HFRAGILE_SOURCES = \ hammer/grab.c \ + hammer/testmess.c \ hammer/universal.c
Index: build_counter =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/cyclone/build_counter,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** build_counter 28 Feb 2005 13:10:39 -0000 1.12 --- build_counter 12 Mar 2005 00:19:09 -0000 1.13 *************** *** 1,7 **** #define CYCLONE_VERSION "0.1" #define CYCLONE_RELEASE "alpha" ! #define CYCLONE_BUILD 53
#if 0 ! CYCLONE_SNAPSHOT = 0.1-alpha53 #endif --- 1,7 ---- #define CYCLONE_VERSION "0.1" #define CYCLONE_RELEASE "alpha" ! #define CYCLONE_BUILD 54
#if 0 ! CYCLONE_SNAPSHOT = 0.1-alpha54 #endif