Update of /cvsroot/pure-data/externals/PDContainer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14703
Modified Files: makefile readme.txt Log Message: version 0.2
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** makefile 16 Jun 2005 22:21:17 -0000 1.5 --- makefile 9 Oct 2005 21:56:11 -0000 1.6 *************** *** 1,4 **** PD-PATH=/usr/lib/pd ! PD-SCR=/usr/include
--- 1,4 ---- PD-PATH=/usr/lib/pd ! PD-SCR=/home/holzi/pd-0.39-0test7
*************** *** 7,21 **** INCLUDE=-I$(PD-SCR) -I. LIB=-lc -lm ! CC_FLAGS = -DPD -c -Wall -fPIC LD_FLAGS = --export-dynamic -shared -o
TARGET=PDContainer.pd_linux ! OBJ=PDContainer.o HMap.o h_map.o HMultiMap.o h_multimap.o \ HSet.o h_set.o HMultiSet.o h_multiset.o \ 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 #--------------------------------------------------------
--- 7,22 ---- INCLUDE=-I$(PD-SCR) -I. LIB=-lc -lm ! CC_FLAGS = -DPD -c -Wall -fPIC -O3 LD_FLAGS = --export-dynamic -shared -o
TARGET=PDContainer.pd_linux ! OBJ=tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o \ ! PDContainer.o HMap.o h_map.o HMultiMap.o h_multimap.o \ ! HList.o h_list.o HPrioQueue.o h_prioqueue.o \ HSet.o h_set.o HMultiSet.o h_multiset.o \ HVector.o h_vector.o HDeque.o h_deque.o \ ! HQueue.o h_queue.o HStack.o h_stack.o ! #--------------------------------------------------------
*************** *** 84,88 **** $(CC) $(CC_FLAGS) $(INCLUDE) src/h_list.cpp
! HList.o: src/HList.cpp include/HList.h include/SequBase.h include/ContainerBase.h include/GlobalStuff.h $(CC) $(CC_FLAGS) $(INCLUDE) src/HList.cpp
--- 85,89 ---- $(CC) $(CC_FLAGS) $(INCLUDE) src/h_list.cpp
! HList.o: src/HList.cpp include/HList.h include/SimpleBase.h include/ContainerBase.h include/GlobalStuff.h $(CC) $(CC_FLAGS) $(INCLUDE) src/HList.cpp
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 8 May 2005 17:00:37 -0000 1.2 --- readme.txt 9 Oct 2005 21:56:11 -0000 1.3 *************** *** 1,3 **** ! PDContainer - by Georg Holzmann grh@mur.at, 2004
--- 1,3 ---- ! PDContainer - by Georg Holzmann grh@mur.at, 2004-2005
*************** *** 41,45 ****
::: DATATYPES ::: ! In the containers you can save all of the build-in datatypes: lists, floats, and symbols.
::: SAVE/LOAD ::: --- 41,45 ----
::: DATATYPES ::: ! In the containers you can save all of the build-in datatypes: lists, floats, symbols and pointers.
::: SAVE/LOAD :::