Changeset 1308
- Timestamp:
- Jul 27, 2004, 4:50:38 PM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 8 edited
-
psLib.kdevses (modified) (2 diffs)
-
test/Makefile (modified) (4 diffs)
-
test/collections/Makefile (modified) (2 diffs)
-
test/collections/tst_psVectorSort_01 (modified) ( previous)
-
test/collections/tst_psVectorSort_02 (modified) ( previous)
-
test/collections/tst_psVectorSort_03 (modified) ( previous)
-
test/collections/tst_psVectorSort_04 (modified) ( previous)
-
test/dataManip/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/psLib.kdevses
r1292 r1308 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments=" 6" >4 <DocsAndViews NumberOfDocuments="9" > 5 5 <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageExtraction.c" > 6 <View0 line=" 265" Type="???" >7 <AdditionalSettings Top="2" Width="12 43" Attach="1" Height="827" Left="2" MinMaxMode="0" />6 <View0 line="362" Type="???" > 7 <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" /> 8 8 </View0> 9 9 </Doc0> 10 10 <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageExtraction.h" > 11 11 <View0 line="75" Type="???" > 12 <AdditionalSettings Top="2" Width="1 243" Attach="1" Height="827" Left="2" MinMaxMode="0" />12 <AdditionalSettings Top="2" Width="1526" Attach="1" Height="954" Left="2" MinMaxMode="0" /> 13 13 </View0> 14 14 </Doc1> … … 24 24 </Doc3> 25 25 <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.c" > 26 <View0 line=" 373" Type="???" >27 <AdditionalSettings Top="2" Width="1 243" Attach="1" Height="827" Left="2" MinMaxMode="0" />26 <View0 line="463" Type="???" > 27 <AdditionalSettings Top="2" Width="1196" Attach="1" Height="939" Left="2" MinMaxMode="0" /> 28 28 </View0> 29 29 </Doc4> 30 30 <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/collections/psType.h" > 31 <View0 line="1 19" Type="???" >32 <AdditionalSettings Top="2" Width="12 43" Attach="1" Height="827" Left="2" MinMaxMode="0" />31 <View0 line="120" Type="???" > 32 <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" /> 33 33 </View0> 34 34 </Doc5> 35 <Doc6 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageIO.h" > 36 <View0 line="0" Type="???" > 37 <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" /> 38 </View0> 39 </Doc6> 40 <Doc7 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.h" > 41 <View0 line="0" Type="???" > 42 <AdditionalSettings Top="2" Width="1196" Attach="1" Height="939" Left="2" MinMaxMode="0" /> 43 </View0> 44 </Doc7> 45 <Doc8 NumberOfViews="1" URL="file:/home/desonia/psLib/test/dataManip/tst_psImageStats03.c" > 46 <View0 line="35" Type="???" > 47 <AdditionalSettings Top="2" Width="1526" Attach="1" Height="942" Left="2" MinMaxMode="0" /> 48 </View0> 49 </Doc8> 35 50 </DocsAndViews> 36 51 <pluginList> -
trunk/psLib/test/Makefile
r1041 r1308 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 6$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 6-15 02:45:43$5 ## $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-07-28 02:50:32 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 59 59 install FullUnitTest runTest $(testbindir) 60 60 $(MAKE) --directory=collections install 61 $(MAKE) --directory=image install 61 62 $(MAKE) --directory=dataManip install 62 63 $(MAKE) --directory=sysUtils install … … 66 67 distclean: clean 67 68 $(MAKE) --directory=collections distclean 69 $(MAKE) --directory=image distclean 68 70 $(MAKE) --directory=dataManip distclean 69 71 $(MAKE) --directory=sysUtils distclean … … 77 79 clean: 78 80 $(MAKE) --directory=collections clean 81 $(MAKE) --directory=image clean 79 82 $(MAKE) --directory=dataManip clean 80 83 $(MAKE) --directory=sysUtils clean -
trunk/psLib/test/collections/Makefile
r1233 r1308 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1.2 0$ $Name: not supported by cvs2svn $6 ## $Date: 2004-07- 15 23:52:34$5 ## $Revision: 1.21 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-07-28 02:50:37 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 tst_psVectorSort_03 \ 34 34 tst_psVectorSort_04 \ 35 tst_psImage \36 35 tst_psList 37 36 -
trunk/psLib/test/dataManip/Makefile
r1283 r1308 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.3 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-07-2 2 23:56:37$5 ## $Revision: 1.35 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-07-28 02:50:38 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 tst_psHist01 \ 26 26 tst_psHist02 \ 27 tst_psImageFFT \28 tst_psImageManip \29 tst_psImageStats00 \30 tst_psImageStats01 \31 tst_psImageStats02 \32 tst_psImageStats03 \33 27 tst_psMatrix01 \ 34 28 tst_psMatrix02 \
Note:
See TracChangeset
for help on using the changeset viewer.
