Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2923
Modified Files: changes.txt flext.mcp Log Message: PD: possibility to create DSP objects without main DSP inlet (use FLEXT_DSP0_NEW or similar) fixing typo support for multiple archs under OSX small fix for ppc arch architecture-specific compiler flags for UB under OSX fixed severe Altivec bug changed eol-style corrections to config build templates added xcode 2.4 project fixed atom sorting (now also respect symbol content) no stripping of local symbols some fixes, mostly OS X updated build system for Max with MinGW better default values fixed bug in AtomList copying
Index: flext.mcp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.mcp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs0iB7DG and /tmp/cvszqUMJB differ
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** changes.txt 31 Oct 2006 00:30:57 -0000 1.101 --- changes.txt 20 Jan 2007 14:26:00 -0000 1.102 *************** *** 41,44 **** --- 41,46 ---- - added gcc branch hinting - PD: possibility to create DSP classes without main DSP inlet (use e.g. FLEXT_DSP0_NEW) + - fixed atom sorting (symbols were sorted by pointer, not by content) + - updated build system to handle UB on OSX (including architecture-specific compiler flags)
0.5.0: