Update of /cvsroot/pure-data/externals/PDContainer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26476
Modified Files: makefile makefile_darwin makefile_mingw readme.txt Log Message: new makefiles ...
Index: makefile_darwin =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/makefile_darwin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile_darwin 22 Feb 2005 11:32:37 -0000 1.2 --- makefile_darwin 8 May 2005 17:00:37 -0000 1.3 *************** *** 1,3 **** - PD-PATH=/usr/lib/pd PD-SCR=/usr/include --- 1,2 ---- *************** *** 18,22 **** HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o #--------------------------------------------------------
--- 17,22 ---- HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o \ ! tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o #--------------------------------------------------------
*************** *** 93,96 **** --- 93,113 ---- HPrioQueue.o: src/HPrioQueue.cpp include/HPrioQueue.h include/QueueStack.h include/ContainerBase.h include/GlobalStuff.h $(CC) $(CC_FLAGS) $(INCLUDE) src/HPrioQueue.cpp + + #TinyXML: + + tinyxml.o: tinyxml/tinyxml.h tinyxml/tinyxml.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxml.cpp + + tinystr.o: tinyxml/tinystr.h tinyxml/tinystr.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinystr.cpp + + tinyxmlerror.o: tinyxml/tinyxmlerror.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlerror.cpp + + tinyxmlparser.o: tinyxml/tinyxmlparser.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlparser.cpp + + + #-----------------------------------------------------
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 29 Oct 2004 11:56:12 -0000 1.3 --- makefile 8 May 2005 17:00:37 -0000 1.4 *************** *** 16,20 **** HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o #--------------------------------------------------------
--- 16,21 ---- HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o \ ! tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o #--------------------------------------------------------
*************** *** 92,95 **** --- 93,113 ---- $(CC) $(CC_FLAGS) $(INCLUDE) src/HPrioQueue.cpp
+ #TinyXML: + + tinyxml.o: tinyxml/tinyxml.h tinyxml/tinyxml.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxml.cpp + + tinystr.o: tinyxml/tinystr.h tinyxml/tinystr.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinystr.cpp + + tinyxmlerror.o: tinyxml/tinyxmlerror.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlerror.cpp + + tinyxmlparser.o: tinyxml/tinyxmlparser.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlparser.cpp + + + #----------------------------------------------------- +
clean:
Index: makefile_mingw =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/makefile_mingw,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile_mingw 26 Oct 2004 16:29:12 -0000 1.1 --- makefile_mingw 8 May 2005 17:00:37 -0000 1.2 *************** *** 16,20 **** HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o #--------------------------------------------------------
--- 16,21 ---- HVector.o h_vector.o HDeque.o h_deque.o \ HQueue.o h_queue.o HStack.o h_stack.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o \ ! tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o #--------------------------------------------------------
*************** *** 91,94 **** --- 92,112 ---- HPrioQueue.o: src/HPrioQueue.cpp include/HPrioQueue.h include/QueueStack.h include/ContainerBase.h include/GlobalStuff.h $(CC) $(CC_FLAGS) $(INCLUDE) src/HPrioQueue.cpp + + #TinyXML: + + tinyxml.o: tinyxml/tinyxml.h tinyxml/tinyxml.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxml.cpp + + tinystr.o: tinyxml/tinystr.h tinyxml/tinystr.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinystr.cpp + + tinyxmlerror.o: tinyxml/tinyxmlerror.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlerror.cpp + + tinyxmlparser.o: tinyxml/tinyxmlparser.cpp + $(CC) $(CC_FLAGS) $(INCLUDE) tinyxml/tinyxmlparser.cpp + + + #-----------------------------------------------------
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/readme.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** readme.txt 25 Oct 2004 19:02:29 -0000 1.1.1.1 --- readme.txt 8 May 2005 17:00:37 -0000 1.2 *************** *** 1,3 **** ! PDContainer - by Georg Holzmann grh@gmx.at, 2004
--- 1,3 ---- ! PDContainer - by Georg Holzmann grh@mur.at, 2004
*************** *** 44,48 ****
::: SAVE/LOAD ::: ! All the data of all containers can be saved to disk. So you can also manually edit ! the file with an editor (which is sometimes much faster) and then load it in PD into the ! specific container. (In future I'll also make a XML-fileformat, which will be easier to edit !) \ No newline at end of file --- 44,47 ----
::: SAVE/LOAD ::: ! All the data of all containers can be saved to disk as XML or textfile. So you can also manually edit the file with an editor (which is sometimes much faster) and then load it in PD into a container. You can also load data from other containers. ! Please use the XML fileformat if possible, because it's easier to edit in an external editor and the XML parser is much more stable.