You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(24) |
Nov
(48) |
Dec
(106) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(3) |
Mar
(5) |
Apr
(18) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
(3) |
Oct
(10) |
Nov
(52) |
Dec
(12) |
2008 |
Jan
(56) |
Feb
(14) |
Mar
(19) |
Apr
(19) |
May
(12) |
Jun
(5) |
Jul
(6) |
Aug
|
Sep
(39) |
Oct
(1) |
Nov
|
Dec
(11) |
2009 |
Jan
(17) |
Feb
(11) |
Mar
|
Apr
(10) |
May
|
Jun
|
Jul
(5) |
Aug
(15) |
Sep
|
Oct
(19) |
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(13) |
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(4) |
2012 |
Jan
(25) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(9) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
(1) |
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(4) |
May
(11) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Diemo S. <di...@us...> - 2013-03-08 16:47:55
|
Update of /cvsroot/sdif/SDIF/iosbuild/SDIF-lib-ios.xcodeproj In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6044/SDIF-lib-ios.xcodeproj Modified Files: project.pbxproj Log Message: fix project after move Index: project.pbxproj =================================================================== RCS file: /cvsroot/sdif/SDIF/iosbuild/SDIF-lib-ios.xcodeproj/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 8 Mar 2013 15:00:33 -0000 1.1 --- project.pbxproj 8 Mar 2013 16:47:52 -0000 1.2 *************** *** 8,13 **** /* Begin PBXBuildFile section */ ! 21A34F4E16E7581100A32833 /* sdif_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F4C16E7581100A32833 /* sdif_version.h */; }; ! 21A34F4F16E7581100A32833 /* sdif.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F4D16E7581100A32833 /* sdif.h */; }; 21A34F8716E7583A00A32833 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5116E7583A00A32833 /* config.h */; }; 21A34F8816E7583A00A32833 /* host_architecture.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5216E7583A00A32833 /* host_architecture.h */; }; --- 8,13 ---- /* Begin PBXBuildFile section */ ! 2185AE4416EA4D7E0011A448 /* sdif_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 2185AE4216EA4D7E0011A448 /* sdif_version.h */; }; ! 2185AE4516EA4D7E0011A448 /* sdif.h in Headers */ = {isa = PBXBuildFile; fileRef = 2185AE4316EA4D7E0011A448 /* sdif.h */; }; 21A34F8716E7583A00A32833 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5116E7583A00A32833 /* config.h */; }; 21A34F8816E7583A00A32833 /* host_architecture.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5216E7583A00A32833 /* host_architecture.h */; }; *************** *** 67,127 **** /* Begin PBXFileReference section */ 21A34F3C16E757EA00A32833 /* libSDIF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDIF.a; sourceTree = BUILT_PRODUCTS_DIR; }; ! 21A34F4C16E7581100A32833 /* sdif_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_version.h; path = ../../include/sdif_version.h; sourceTree = "<group>"; }; ! 21A34F4D16E7581100A32833 /* sdif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif.h; path = ../../include/sdif.h; sourceTree = "<group>"; }; ! 21A34F5116E7583A00A32833 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../sdif/config.h; sourceTree = "<group>"; }; ! 21A34F5216E7583A00A32833 /* host_architecture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = host_architecture.h; path = ../../sdif/host_architecture.h; sourceTree = "<group>"; }; ! 21A34F5316E7583A00A32833 /* sdif_portability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_portability.h; path = ../../sdif/sdif_portability.h; sourceTree = "<group>"; }; ! 21A34F5416E7583A00A32833 /* SdifErrMess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifErrMess.h; path = ../../sdif/SdifErrMess.h; sourceTree = "<group>"; }; ! 21A34F5516E7583A00A32833 /* SdifFGet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFGet.h; path = ../../sdif/SdifFGet.h; sourceTree = "<group>"; }; ! 21A34F5616E7583A00A32833 /* SdifFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFile.h; path = ../../sdif/SdifFile.h; sourceTree = "<group>"; }; ! 21A34F5716E7583A00A32833 /* SdifFPut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFPut.h; path = ../../sdif/SdifFPut.h; sourceTree = "<group>"; }; ! 21A34F5816E7583A00A32833 /* SdifFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrame.h; path = ../../sdif/SdifFrame.h; sourceTree = "<group>"; }; ! 21A34F5916E7583A00A32833 /* SdifFrameType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrameType.h; path = ../../sdif/SdifFrameType.h; sourceTree = "<group>"; }; ! 21A34F5A16E7583A00A32833 /* SdifFRead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFRead.h; path = ../../sdif/SdifFRead.h; sourceTree = "<group>"; }; ! 21A34F5B16E7583A00A32833 /* SdifFScan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFScan.h; path = ../../sdif/SdifFScan.h; sourceTree = "<group>"; }; ! 21A34F5C16E7583A00A32833 /* SdifFWrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFWrite.h; path = ../../sdif/SdifFWrite.h; sourceTree = "<group>"; }; ! 21A34F5D16E7583A00A32833 /* SdifGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifGlobals.h; path = ../../sdif/SdifGlobals.h; sourceTree = "<group>"; }; ! 21A34F5E16E7583A00A32833 /* SdifHard_OS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHard_OS.h; path = ../../sdif/SdifHard_OS.h; sourceTree = "<group>"; }; ! 21A34F5F16E7583A00A32833 /* SdifHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHash.h; path = ../../sdif/SdifHash.h; sourceTree = "<group>"; }; ! 21A34F6016E7583A00A32833 /* SdifHighLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHighLevel.h; path = ../../sdif/SdifHighLevel.h; sourceTree = "<group>"; }; ! 21A34F6116E7583A00A32833 /* SdifList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifList.h; path = ../../sdif/SdifList.h; sourceTree = "<group>"; }; ! 21A34F6216E7583A00A32833 /* SdifMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrix.h; path = ../../sdif/SdifMatrix.h; sourceTree = "<group>"; }; ! 21A34F6316E7583A00A32833 /* SdifMatrixType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrixType.h; path = ../../sdif/SdifMatrixType.h; sourceTree = "<group>"; }; ! 21A34F6416E7583A00A32833 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../../sdif/SdifRWLowLevel.h; sourceTree = "<group>"; }; ! 21A34F6516E7583A00A32833 /* SdifSelect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifSelect.h; path = ../../sdif/SdifSelect.h; sourceTree = "<group>"; }; ! 21A34F6616E7583A00A32833 /* SdifStreamID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifStreamID.h; path = ../../sdif/SdifStreamID.h; sourceTree = "<group>"; }; ! 21A34F6716E7583A00A32833 /* SdifTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifTest.h; path = ../../sdif/SdifTest.h; sourceTree = "<group>"; }; ! 21A34F6816E7583A00A32833 /* sdiftypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdiftypes.h; path = ../../sdif/sdiftypes.h; sourceTree = "<group>"; }; ! 21A34F6916E7583A00A32833 /* SdifCheck.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifCheck.c; path = ../../sdif/SdifCheck.c; sourceTree = "<group>"; }; ! 21A34F6A16E7583A00A32833 /* SdifConvToText.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifConvToText.c; path = ../../sdif/SdifConvToText.c; sourceTree = "<group>"; }; ! 21A34F6B16E7583A00A32833 /* SdifErrMess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifErrMess.c; path = ../../sdif/SdifErrMess.c; sourceTree = "<group>"; }; ! 21A34F6C16E7583A00A32833 /* SdifFGet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFGet.c; path = ../../sdif/SdifFGet.c; sourceTree = "<group>"; }; ! 21A34F6D16E7583A00A32833 /* SdifFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFile.c; path = ../../sdif/SdifFile.c; sourceTree = "<group>"; }; ! 21A34F6E16E7583A00A32833 /* SdifFPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPrint.c; path = ../../sdif/SdifFPrint.c; sourceTree = "<group>"; }; ! 21A34F6F16E7583A00A32833 /* SdifFPut.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPut.c; path = ../../sdif/SdifFPut.c; sourceTree = "<group>"; }; ! 21A34F7016E7583A00A32833 /* SdifFrame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrame.c; path = ../../sdif/SdifFrame.c; sourceTree = "<group>"; }; ! 21A34F7116E7583A00A32833 /* SdifFrameType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrameType.c; path = ../../sdif/SdifFrameType.c; sourceTree = "<group>"; }; ! 21A34F7216E7583A00A32833 /* SdifFRead.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFRead.c; path = ../../sdif/SdifFRead.c; sourceTree = "<group>"; }; ! 21A34F7316E7583A00A32833 /* SdifFScan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFScan.c; path = ../../sdif/SdifFScan.c; sourceTree = "<group>"; }; ! 21A34F7416E7583A00A32833 /* SdifFWrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFWrite.c; path = ../../sdif/SdifFWrite.c; sourceTree = "<group>"; }; ! 21A34F7516E7583A00A32833 /* SdifGlobals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifGlobals.c; path = ../../sdif/SdifGlobals.c; sourceTree = "<group>"; }; ! 21A34F7616E7583A00A32833 /* SdifHard_OS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHard_OS.c; path = ../../sdif/SdifHard_OS.c; sourceTree = "<group>"; }; ! 21A34F7716E7583A00A32833 /* SdifHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHash.c; path = ../../sdif/SdifHash.c; sourceTree = "<group>"; }; ! 21A34F7816E7583A00A32833 /* SdifHighLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHighLevel.c; path = ../../sdif/SdifHighLevel.c; sourceTree = "<group>"; }; ! 21A34F7916E7583A00A32833 /* SdifList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifList.c; path = ../../sdif/SdifList.c; sourceTree = "<group>"; }; ! 21A34F7A16E7583A00A32833 /* SdifMatrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrix.c; path = ../../sdif/SdifMatrix.c; sourceTree = "<group>"; }; ! 21A34F7B16E7583A00A32833 /* SdifMatrixType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrixType.c; path = ../../sdif/SdifMatrixType.c; sourceTree = "<group>"; }; ! 21A34F7C16E7583A00A32833 /* SdifNameValue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifNameValue.c; path = ../../sdif/SdifNameValue.c; sourceTree = "<group>"; }; ! 21A34F7D16E7583A00A32833 /* SdifPreTypes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPreTypes.c; path = ../../sdif/SdifPreTypes.c; sourceTree = "<group>"; }; ! 21A34F7E16E7583A00A32833 /* SdifPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPrint.c; path = ../../sdif/SdifPrint.c; sourceTree = "<group>"; }; ! 21A34F7F16E7583A00A32833 /* SdifRWLowLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifRWLowLevel.c; path = ../../sdif/SdifRWLowLevel.c; sourceTree = "<group>"; }; ! 21A34F8016E7583A00A32833 /* SdifSelect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSelect.c; path = ../../sdif/SdifSelect.c; sourceTree = "<group>"; }; ! 21A34F8116E7583A00A32833 /* SdifSignatureTab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSignatureTab.c; path = ../../sdif/SdifSignatureTab.c; sourceTree = "<group>"; }; ! 21A34F8216E7583A00A32833 /* SdifStreamID.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifStreamID.c; path = ../../sdif/SdifStreamID.c; sourceTree = "<group>"; }; ! 21A34F8316E7583A00A32833 /* SdifString.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifString.c; path = ../../sdif/SdifString.c; sourceTree = "<group>"; }; ! 21A34F8416E7583A00A32833 /* SdifTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTest.c; path = ../../sdif/SdifTest.c; sourceTree = "<group>"; }; ! 21A34F8516E7583A00A32833 /* SdifTextConv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTextConv.c; path = ../../sdif/SdifTextConv.c; sourceTree = "<group>"; }; ! 21A34F8616E7583A00A32833 /* SdifTimePosition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTimePosition.c; path = ../../sdif/SdifTimePosition.c; sourceTree = "<group>"; }; /* End PBXFileReference section */ --- 67,127 ---- /* Begin PBXFileReference section */ + 2185AE4216EA4D7E0011A448 /* sdif_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_version.h; path = ../include/sdif_version.h; sourceTree = "<group>"; }; + 2185AE4316EA4D7E0011A448 /* sdif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif.h; path = ../include/sdif.h; sourceTree = "<group>"; }; 21A34F3C16E757EA00A32833 /* libSDIF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDIF.a; sourceTree = BUILT_PRODUCTS_DIR; }; ! 21A34F5116E7583A00A32833 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../sdif/config.h; sourceTree = "<group>"; }; ! 21A34F5216E7583A00A32833 /* host_architecture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = host_architecture.h; path = ../sdif/host_architecture.h; sourceTree = "<group>"; }; ! 21A34F5316E7583A00A32833 /* sdif_portability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_portability.h; path = ../sdif/sdif_portability.h; sourceTree = "<group>"; }; ! 21A34F5416E7583A00A32833 /* SdifErrMess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifErrMess.h; path = ../sdif/SdifErrMess.h; sourceTree = "<group>"; }; ! 21A34F5516E7583A00A32833 /* SdifFGet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFGet.h; path = ../sdif/SdifFGet.h; sourceTree = "<group>"; }; ! 21A34F5616E7583A00A32833 /* SdifFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFile.h; path = ../sdif/SdifFile.h; sourceTree = "<group>"; }; ! 21A34F5716E7583A00A32833 /* SdifFPut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFPut.h; path = ../sdif/SdifFPut.h; sourceTree = "<group>"; }; ! 21A34F5816E7583A00A32833 /* SdifFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrame.h; path = ../sdif/SdifFrame.h; sourceTree = "<group>"; }; ! 21A34F5916E7583A00A32833 /* SdifFrameType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrameType.h; path = ../sdif/SdifFrameType.h; sourceTree = "<group>"; }; ! 21A34F5A16E7583A00A32833 /* SdifFRead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFRead.h; path = ../sdif/SdifFRead.h; sourceTree = "<group>"; }; ! 21A34F5B16E7583A00A32833 /* SdifFScan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFScan.h; path = ../sdif/SdifFScan.h; sourceTree = "<group>"; }; ! 21A34F5C16E7583A00A32833 /* SdifFWrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFWrite.h; path = ../sdif/SdifFWrite.h; sourceTree = "<group>"; }; ! 21A34F5D16E7583A00A32833 /* SdifGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifGlobals.h; path = ../sdif/SdifGlobals.h; sourceTree = "<group>"; }; ! 21A34F5E16E7583A00A32833 /* SdifHard_OS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHard_OS.h; path = ../sdif/SdifHard_OS.h; sourceTree = "<group>"; }; ! 21A34F5F16E7583A00A32833 /* SdifHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHash.h; path = ../sdif/SdifHash.h; sourceTree = "<group>"; }; ! 21A34F6016E7583A00A32833 /* SdifHighLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHighLevel.h; path = ../sdif/SdifHighLevel.h; sourceTree = "<group>"; }; ! 21A34F6116E7583A00A32833 /* SdifList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifList.h; path = ../sdif/SdifList.h; sourceTree = "<group>"; }; ! 21A34F6216E7583A00A32833 /* SdifMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrix.h; path = ../sdif/SdifMatrix.h; sourceTree = "<group>"; }; ! 21A34F6316E7583A00A32833 /* SdifMatrixType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrixType.h; path = ../sdif/SdifMatrixType.h; sourceTree = "<group>"; }; ! 21A34F6416E7583A00A32833 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../sdif/SdifRWLowLevel.h; sourceTree = "<group>"; }; ! 21A34F6516E7583A00A32833 /* SdifSelect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifSelect.h; path = ../sdif/SdifSelect.h; sourceTree = "<group>"; }; ! 21A34F6616E7583A00A32833 /* SdifStreamID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifStreamID.h; path = ../sdif/SdifStreamID.h; sourceTree = "<group>"; }; ! 21A34F6716E7583A00A32833 /* SdifTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifTest.h; path = ../sdif/SdifTest.h; sourceTree = "<group>"; }; ! 21A34F6816E7583A00A32833 /* sdiftypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdiftypes.h; path = ../sdif/sdiftypes.h; sourceTree = "<group>"; }; ! 21A34F6916E7583A00A32833 /* SdifCheck.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifCheck.c; path = ../sdif/SdifCheck.c; sourceTree = "<group>"; }; ! 21A34F6A16E7583A00A32833 /* SdifConvToText.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifConvToText.c; path = ../sdif/SdifConvToText.c; sourceTree = "<group>"; }; ! 21A34F6B16E7583A00A32833 /* SdifErrMess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifErrMess.c; path = ../sdif/SdifErrMess.c; sourceTree = "<group>"; }; ! 21A34F6C16E7583A00A32833 /* SdifFGet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFGet.c; path = ../sdif/SdifFGet.c; sourceTree = "<group>"; }; ! 21A34F6D16E7583A00A32833 /* SdifFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFile.c; path = ../sdif/SdifFile.c; sourceTree = "<group>"; }; ! 21A34F6E16E7583A00A32833 /* SdifFPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPrint.c; path = ../sdif/SdifFPrint.c; sourceTree = "<group>"; }; ! 21A34F6F16E7583A00A32833 /* SdifFPut.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPut.c; path = ../sdif/SdifFPut.c; sourceTree = "<group>"; }; ! 21A34F7016E7583A00A32833 /* SdifFrame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrame.c; path = ../sdif/SdifFrame.c; sourceTree = "<group>"; }; ! 21A34F7116E7583A00A32833 /* SdifFrameType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrameType.c; path = ../sdif/SdifFrameType.c; sourceTree = "<group>"; }; ! 21A34F7216E7583A00A32833 /* SdifFRead.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFRead.c; path = ../sdif/SdifFRead.c; sourceTree = "<group>"; }; ! 21A34F7316E7583A00A32833 /* SdifFScan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFScan.c; path = ../sdif/SdifFScan.c; sourceTree = "<group>"; }; ! 21A34F7416E7583A00A32833 /* SdifFWrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFWrite.c; path = ../sdif/SdifFWrite.c; sourceTree = "<group>"; }; ! 21A34F7516E7583A00A32833 /* SdifGlobals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifGlobals.c; path = ../sdif/SdifGlobals.c; sourceTree = "<group>"; }; ! 21A34F7616E7583A00A32833 /* SdifHard_OS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHard_OS.c; path = ../sdif/SdifHard_OS.c; sourceTree = "<group>"; }; ! 21A34F7716E7583A00A32833 /* SdifHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHash.c; path = ../sdif/SdifHash.c; sourceTree = "<group>"; }; ! 21A34F7816E7583A00A32833 /* SdifHighLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHighLevel.c; path = ../sdif/SdifHighLevel.c; sourceTree = "<group>"; }; ! 21A34F7916E7583A00A32833 /* SdifList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifList.c; path = ../sdif/SdifList.c; sourceTree = "<group>"; }; ! 21A34F7A16E7583A00A32833 /* SdifMatrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrix.c; path = ../sdif/SdifMatrix.c; sourceTree = "<group>"; }; ! 21A34F7B16E7583A00A32833 /* SdifMatrixType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrixType.c; path = ../sdif/SdifMatrixType.c; sourceTree = "<group>"; }; ! 21A34F7C16E7583A00A32833 /* SdifNameValue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifNameValue.c; path = ../sdif/SdifNameValue.c; sourceTree = "<group>"; }; ! 21A34F7D16E7583A00A32833 /* SdifPreTypes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPreTypes.c; path = ../sdif/SdifPreTypes.c; sourceTree = "<group>"; }; ! 21A34F7E16E7583A00A32833 /* SdifPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPrint.c; path = ../sdif/SdifPrint.c; sourceTree = "<group>"; }; ! 21A34F7F16E7583A00A32833 /* SdifRWLowLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifRWLowLevel.c; path = ../sdif/SdifRWLowLevel.c; sourceTree = "<group>"; }; ! 21A34F8016E7583A00A32833 /* SdifSelect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSelect.c; path = ../sdif/SdifSelect.c; sourceTree = "<group>"; }; ! 21A34F8116E7583A00A32833 /* SdifSignatureTab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSignatureTab.c; path = ../sdif/SdifSignatureTab.c; sourceTree = "<group>"; }; ! 21A34F8216E7583A00A32833 /* SdifStreamID.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifStreamID.c; path = ../sdif/SdifStreamID.c; sourceTree = "<group>"; }; ! 21A34F8316E7583A00A32833 /* SdifString.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifString.c; path = ../sdif/SdifString.c; sourceTree = "<group>"; }; ! 21A34F8416E7583A00A32833 /* SdifTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTest.c; path = ../sdif/SdifTest.c; sourceTree = "<group>"; }; ! 21A34F8516E7583A00A32833 /* SdifTextConv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTextConv.c; path = ../sdif/SdifTextConv.c; sourceTree = "<group>"; }; ! 21A34F8616E7583A00A32833 /* SdifTimePosition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTimePosition.c; path = ../sdif/SdifTimePosition.c; sourceTree = "<group>"; }; /* End PBXFileReference section */ *************** *** 165,170 **** isa = PBXGroup; children = ( ! 21A34F4C16E7581100A32833 /* sdif_version.h */, ! 21A34F4D16E7581100A32833 /* sdif.h */, 21A34F5116E7583A00A32833 /* config.h */, 21A34F5216E7583A00A32833 /* host_architecture.h */, --- 165,170 ---- isa = PBXGroup; children = ( ! 2185AE4216EA4D7E0011A448 /* sdif_version.h */, ! 2185AE4316EA4D7E0011A448 /* sdif.h */, 21A34F5116E7583A00A32833 /* config.h */, 21A34F5216E7583A00A32833 /* host_architecture.h */, *************** *** 239,244 **** buildActionMask = 2147483647; files = ( - 21A34F4E16E7581100A32833 /* sdif_version.h in Headers */, - 21A34F4F16E7581100A32833 /* sdif.h in Headers */, 21A34F8716E7583A00A32833 /* config.h in Headers */, 21A34F8816E7583A00A32833 /* host_architecture.h in Headers */, --- 239,242 ---- *************** *** 265,268 **** --- 263,268 ---- 21A34F9D16E7583A00A32833 /* SdifTest.h in Headers */, 21A34F9E16E7583A00A32833 /* sdiftypes.h in Headers */, + 2185AE4416EA4D7E0011A448 /* sdif_version.h in Headers */, + 2185AE4516EA4D7E0011A448 /* sdif.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 439,442 **** --- 439,443 ---- ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ |
From: Diemo S. <di...@us...> - 2013-03-08 16:38:43
|
Update of /cvsroot/sdif/SDIF/iosbuild In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5649 Added Files: SDIF-lib-ios-Prefix.pch Log Message: add prefix file necessary for compilation --- NEW FILE: SDIF-lib-ios-Prefix.pch --- // // Prefix header for all source files of the 'SDIF-lib-ios' target in the 'SDIF-lib-ios' project // #ifdef __OBJC__ #import <Foundation/Foundation.h> #endif |
From: Diemo S. <di...@us...> - 2013-03-08 15:00:35
|
Update of /cvsroot/sdif/SDIF/iosbuild/SDIF-lib-ios.xcodeproj In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31662/iosbuild/SDIF-lib-ios.xcodeproj Added Files: project.pbxproj Log Message: static lib build project for ios --- NEW FILE: project.pbxproj --- // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 21A34F4E16E7581100A32833 /* sdif_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F4C16E7581100A32833 /* sdif_version.h */; }; 21A34F4F16E7581100A32833 /* sdif.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F4D16E7581100A32833 /* sdif.h */; }; 21A34F8716E7583A00A32833 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5116E7583A00A32833 /* config.h */; }; 21A34F8816E7583A00A32833 /* host_architecture.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5216E7583A00A32833 /* host_architecture.h */; }; 21A34F8916E7583A00A32833 /* sdif_portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5316E7583A00A32833 /* sdif_portability.h */; }; 21A34F8A16E7583A00A32833 /* SdifErrMess.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5416E7583A00A32833 /* SdifErrMess.h */; }; 21A34F8B16E7583A00A32833 /* SdifFGet.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5516E7583A00A32833 /* SdifFGet.h */; }; 21A34F8C16E7583A00A32833 /* SdifFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5616E7583A00A32833 /* SdifFile.h */; }; 21A34F8D16E7583A00A32833 /* SdifFPut.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5716E7583A00A32833 /* SdifFPut.h */; }; 21A34F8E16E7583A00A32833 /* SdifFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5816E7583A00A32833 /* SdifFrame.h */; }; 21A34F8F16E7583A00A32833 /* SdifFrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5916E7583A00A32833 /* SdifFrameType.h */; }; 21A34F9016E7583A00A32833 /* SdifFRead.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5A16E7583A00A32833 /* SdifFRead.h */; }; 21A34F9116E7583A00A32833 /* SdifFScan.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5B16E7583A00A32833 /* SdifFScan.h */; }; 21A34F9216E7583A00A32833 /* SdifFWrite.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5C16E7583A00A32833 /* SdifFWrite.h */; }; 21A34F9316E7583A00A32833 /* SdifGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5D16E7583A00A32833 /* SdifGlobals.h */; }; 21A34F9416E7583A00A32833 /* SdifHard_OS.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5E16E7583A00A32833 /* SdifHard_OS.h */; }; 21A34F9516E7583A00A32833 /* SdifHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F5F16E7583A00A32833 /* SdifHash.h */; }; 21A34F9616E7583A00A32833 /* SdifHighLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6016E7583A00A32833 /* SdifHighLevel.h */; }; 21A34F9716E7583A00A32833 /* SdifList.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6116E7583A00A32833 /* SdifList.h */; }; 21A34F9816E7583A00A32833 /* SdifMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6216E7583A00A32833 /* SdifMatrix.h */; }; 21A34F9916E7583A00A32833 /* SdifMatrixType.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6316E7583A00A32833 /* SdifMatrixType.h */; }; 21A34F9A16E7583A00A32833 /* SdifRWLowLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6416E7583A00A32833 /* SdifRWLowLevel.h */; }; 21A34F9B16E7583A00A32833 /* SdifSelect.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6516E7583A00A32833 /* SdifSelect.h */; }; 21A34F9C16E7583A00A32833 /* SdifStreamID.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6616E7583A00A32833 /* SdifStreamID.h */; }; 21A34F9D16E7583A00A32833 /* SdifTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6716E7583A00A32833 /* SdifTest.h */; }; 21A34F9E16E7583A00A32833 /* sdiftypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A34F6816E7583A00A32833 /* sdiftypes.h */; }; 21A34F9F16E7583A00A32833 /* SdifCheck.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6916E7583A00A32833 /* SdifCheck.c */; }; 21A34FA016E7583A00A32833 /* SdifConvToText.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6A16E7583A00A32833 /* SdifConvToText.c */; }; 21A34FA116E7583A00A32833 /* SdifErrMess.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6B16E7583A00A32833 /* SdifErrMess.c */; }; 21A34FA216E7583A00A32833 /* SdifFGet.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6C16E7583A00A32833 /* SdifFGet.c */; }; 21A34FA316E7583A00A32833 /* SdifFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6D16E7583A00A32833 /* SdifFile.c */; }; 21A34FA416E7583A00A32833 /* SdifFPrint.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6E16E7583A00A32833 /* SdifFPrint.c */; }; 21A34FA516E7583A00A32833 /* SdifFPut.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F6F16E7583A00A32833 /* SdifFPut.c */; }; 21A34FA616E7583A00A32833 /* SdifFrame.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7016E7583A00A32833 /* SdifFrame.c */; }; 21A34FA716E7583A00A32833 /* SdifFrameType.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7116E7583A00A32833 /* SdifFrameType.c */; }; 21A34FA816E7583A00A32833 /* SdifFRead.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7216E7583A00A32833 /* SdifFRead.c */; }; 21A34FA916E7583A00A32833 /* SdifFScan.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7316E7583A00A32833 /* SdifFScan.c */; }; 21A34FAA16E7583A00A32833 /* SdifFWrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7416E7583A00A32833 /* SdifFWrite.c */; }; 21A34FAB16E7583A00A32833 /* SdifGlobals.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7516E7583A00A32833 /* SdifGlobals.c */; }; 21A34FAC16E7583A00A32833 /* SdifHard_OS.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7616E7583A00A32833 /* SdifHard_OS.c */; }; 21A34FAD16E7583A00A32833 /* SdifHash.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7716E7583A00A32833 /* SdifHash.c */; }; 21A34FAE16E7583A00A32833 /* SdifHighLevel.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7816E7583A00A32833 /* SdifHighLevel.c */; }; 21A34FAF16E7583A00A32833 /* SdifList.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7916E7583A00A32833 /* SdifList.c */; }; 21A34FB016E7583A00A32833 /* SdifMatrix.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7A16E7583A00A32833 /* SdifMatrix.c */; }; 21A34FB116E7583A00A32833 /* SdifMatrixType.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7B16E7583A00A32833 /* SdifMatrixType.c */; }; 21A34FB216E7583A00A32833 /* SdifNameValue.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7C16E7583A00A32833 /* SdifNameValue.c */; }; 21A34FB316E7583A00A32833 /* SdifPreTypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7D16E7583A00A32833 /* SdifPreTypes.c */; }; 21A34FB416E7583A00A32833 /* SdifPrint.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7E16E7583A00A32833 /* SdifPrint.c */; }; 21A34FB516E7583A00A32833 /* SdifRWLowLevel.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F7F16E7583A00A32833 /* SdifRWLowLevel.c */; }; 21A34FB616E7583A00A32833 /* SdifSelect.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8016E7583A00A32833 /* SdifSelect.c */; }; 21A34FB716E7583A00A32833 /* SdifSignatureTab.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8116E7583A00A32833 /* SdifSignatureTab.c */; }; 21A34FB816E7583A00A32833 /* SdifStreamID.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8216E7583A00A32833 /* SdifStreamID.c */; }; 21A34FB916E7583A00A32833 /* SdifString.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8316E7583A00A32833 /* SdifString.c */; }; 21A34FBA16E7583A00A32833 /* SdifTest.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8416E7583A00A32833 /* SdifTest.c */; }; 21A34FBB16E7583A00A32833 /* SdifTextConv.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8516E7583A00A32833 /* SdifTextConv.c */; }; 21A34FBC16E7583A00A32833 /* SdifTimePosition.c in Sources */ = {isa = PBXBuildFile; fileRef = 21A34F8616E7583A00A32833 /* SdifTimePosition.c */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 21A34F3C16E757EA00A32833 /* libSDIF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDIF.a; sourceTree = BUILT_PRODUCTS_DIR; }; 21A34F4C16E7581100A32833 /* sdif_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_version.h; path = ../../include/sdif_version.h; sourceTree = "<group>"; }; 21A34F4D16E7581100A32833 /* sdif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif.h; path = ../../include/sdif.h; sourceTree = "<group>"; }; 21A34F5116E7583A00A32833 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../sdif/config.h; sourceTree = "<group>"; }; 21A34F5216E7583A00A32833 /* host_architecture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = host_architecture.h; path = ../../sdif/host_architecture.h; sourceTree = "<group>"; }; 21A34F5316E7583A00A32833 /* sdif_portability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdif_portability.h; path = ../../sdif/sdif_portability.h; sourceTree = "<group>"; }; 21A34F5416E7583A00A32833 /* SdifErrMess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifErrMess.h; path = ../../sdif/SdifErrMess.h; sourceTree = "<group>"; }; 21A34F5516E7583A00A32833 /* SdifFGet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFGet.h; path = ../../sdif/SdifFGet.h; sourceTree = "<group>"; }; 21A34F5616E7583A00A32833 /* SdifFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFile.h; path = ../../sdif/SdifFile.h; sourceTree = "<group>"; }; 21A34F5716E7583A00A32833 /* SdifFPut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFPut.h; path = ../../sdif/SdifFPut.h; sourceTree = "<group>"; }; 21A34F5816E7583A00A32833 /* SdifFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrame.h; path = ../../sdif/SdifFrame.h; sourceTree = "<group>"; }; 21A34F5916E7583A00A32833 /* SdifFrameType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFrameType.h; path = ../../sdif/SdifFrameType.h; sourceTree = "<group>"; }; 21A34F5A16E7583A00A32833 /* SdifFRead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFRead.h; path = ../../sdif/SdifFRead.h; sourceTree = "<group>"; }; 21A34F5B16E7583A00A32833 /* SdifFScan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFScan.h; path = ../../sdif/SdifFScan.h; sourceTree = "<group>"; }; 21A34F5C16E7583A00A32833 /* SdifFWrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifFWrite.h; path = ../../sdif/SdifFWrite.h; sourceTree = "<group>"; }; 21A34F5D16E7583A00A32833 /* SdifGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifGlobals.h; path = ../../sdif/SdifGlobals.h; sourceTree = "<group>"; }; 21A34F5E16E7583A00A32833 /* SdifHard_OS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHard_OS.h; path = ../../sdif/SdifHard_OS.h; sourceTree = "<group>"; }; 21A34F5F16E7583A00A32833 /* SdifHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHash.h; path = ../../sdif/SdifHash.h; sourceTree = "<group>"; }; 21A34F6016E7583A00A32833 /* SdifHighLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifHighLevel.h; path = ../../sdif/SdifHighLevel.h; sourceTree = "<group>"; }; 21A34F6116E7583A00A32833 /* SdifList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifList.h; path = ../../sdif/SdifList.h; sourceTree = "<group>"; }; 21A34F6216E7583A00A32833 /* SdifMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrix.h; path = ../../sdif/SdifMatrix.h; sourceTree = "<group>"; }; 21A34F6316E7583A00A32833 /* SdifMatrixType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifMatrixType.h; path = ../../sdif/SdifMatrixType.h; sourceTree = "<group>"; }; 21A34F6416E7583A00A32833 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../../sdif/SdifRWLowLevel.h; sourceTree = "<group>"; }; 21A34F6516E7583A00A32833 /* SdifSelect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifSelect.h; path = ../../sdif/SdifSelect.h; sourceTree = "<group>"; }; 21A34F6616E7583A00A32833 /* SdifStreamID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifStreamID.h; path = ../../sdif/SdifStreamID.h; sourceTree = "<group>"; }; 21A34F6716E7583A00A32833 /* SdifTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SdifTest.h; path = ../../sdif/SdifTest.h; sourceTree = "<group>"; }; 21A34F6816E7583A00A32833 /* sdiftypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdiftypes.h; path = ../../sdif/sdiftypes.h; sourceTree = "<group>"; }; 21A34F6916E7583A00A32833 /* SdifCheck.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifCheck.c; path = ../../sdif/SdifCheck.c; sourceTree = "<group>"; }; 21A34F6A16E7583A00A32833 /* SdifConvToText.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifConvToText.c; path = ../../sdif/SdifConvToText.c; sourceTree = "<group>"; }; 21A34F6B16E7583A00A32833 /* SdifErrMess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifErrMess.c; path = ../../sdif/SdifErrMess.c; sourceTree = "<group>"; }; 21A34F6C16E7583A00A32833 /* SdifFGet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFGet.c; path = ../../sdif/SdifFGet.c; sourceTree = "<group>"; }; 21A34F6D16E7583A00A32833 /* SdifFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFile.c; path = ../../sdif/SdifFile.c; sourceTree = "<group>"; }; 21A34F6E16E7583A00A32833 /* SdifFPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPrint.c; path = ../../sdif/SdifFPrint.c; sourceTree = "<group>"; }; 21A34F6F16E7583A00A32833 /* SdifFPut.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFPut.c; path = ../../sdif/SdifFPut.c; sourceTree = "<group>"; }; 21A34F7016E7583A00A32833 /* SdifFrame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrame.c; path = ../../sdif/SdifFrame.c; sourceTree = "<group>"; }; 21A34F7116E7583A00A32833 /* SdifFrameType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFrameType.c; path = ../../sdif/SdifFrameType.c; sourceTree = "<group>"; }; 21A34F7216E7583A00A32833 /* SdifFRead.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFRead.c; path = ../../sdif/SdifFRead.c; sourceTree = "<group>"; }; 21A34F7316E7583A00A32833 /* SdifFScan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFScan.c; path = ../../sdif/SdifFScan.c; sourceTree = "<group>"; }; 21A34F7416E7583A00A32833 /* SdifFWrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifFWrite.c; path = ../../sdif/SdifFWrite.c; sourceTree = "<group>"; }; 21A34F7516E7583A00A32833 /* SdifGlobals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifGlobals.c; path = ../../sdif/SdifGlobals.c; sourceTree = "<group>"; }; 21A34F7616E7583A00A32833 /* SdifHard_OS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHard_OS.c; path = ../../sdif/SdifHard_OS.c; sourceTree = "<group>"; }; 21A34F7716E7583A00A32833 /* SdifHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHash.c; path = ../../sdif/SdifHash.c; sourceTree = "<group>"; }; 21A34F7816E7583A00A32833 /* SdifHighLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifHighLevel.c; path = ../../sdif/SdifHighLevel.c; sourceTree = "<group>"; }; 21A34F7916E7583A00A32833 /* SdifList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifList.c; path = ../../sdif/SdifList.c; sourceTree = "<group>"; }; 21A34F7A16E7583A00A32833 /* SdifMatrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrix.c; path = ../../sdif/SdifMatrix.c; sourceTree = "<group>"; }; 21A34F7B16E7583A00A32833 /* SdifMatrixType.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifMatrixType.c; path = ../../sdif/SdifMatrixType.c; sourceTree = "<group>"; }; 21A34F7C16E7583A00A32833 /* SdifNameValue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifNameValue.c; path = ../../sdif/SdifNameValue.c; sourceTree = "<group>"; }; 21A34F7D16E7583A00A32833 /* SdifPreTypes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPreTypes.c; path = ../../sdif/SdifPreTypes.c; sourceTree = "<group>"; }; 21A34F7E16E7583A00A32833 /* SdifPrint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifPrint.c; path = ../../sdif/SdifPrint.c; sourceTree = "<group>"; }; 21A34F7F16E7583A00A32833 /* SdifRWLowLevel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifRWLowLevel.c; path = ../../sdif/SdifRWLowLevel.c; sourceTree = "<group>"; }; 21A34F8016E7583A00A32833 /* SdifSelect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSelect.c; path = ../../sdif/SdifSelect.c; sourceTree = "<group>"; }; 21A34F8116E7583A00A32833 /* SdifSignatureTab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifSignatureTab.c; path = ../../sdif/SdifSignatureTab.c; sourceTree = "<group>"; }; 21A34F8216E7583A00A32833 /* SdifStreamID.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifStreamID.c; path = ../../sdif/SdifStreamID.c; sourceTree = "<group>"; }; 21A34F8316E7583A00A32833 /* SdifString.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifString.c; path = ../../sdif/SdifString.c; sourceTree = "<group>"; }; 21A34F8416E7583A00A32833 /* SdifTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTest.c; path = ../../sdif/SdifTest.c; sourceTree = "<group>"; }; 21A34F8516E7583A00A32833 /* SdifTextConv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTextConv.c; path = ../../sdif/SdifTextConv.c; sourceTree = "<group>"; }; 21A34F8616E7583A00A32833 /* SdifTimePosition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SdifTimePosition.c; path = ../../sdif/SdifTimePosition.c; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 21A34F3916E757EA00A32833 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 21A34F3116E757EA00A32833 = { isa = PBXGroup; children = ( 21A34F5016E7581500A32833 /* sdif */, 21A34F3D16E757EA00A32833 /* Products */, ); sourceTree = "<group>"; }; 21A34F3D16E757EA00A32833 /* Products */ = { isa = PBXGroup; children = ( 21A34F3C16E757EA00A32833 /* libSDIF.a */, ); name = Products; sourceTree = "<group>"; }; 21A34F5016E7581500A32833 /* sdif */ = { isa = PBXGroup; children = ( 21A34FBF16E7AC8D00A32833 /* src */, 21A34FBE16E7AC7B00A32833 /* include */, ); name = sdif; sourceTree = "<group>"; }; 21A34FBE16E7AC7B00A32833 /* include */ = { isa = PBXGroup; children = ( 21A34F4C16E7581100A32833 /* sdif_version.h */, 21A34F4D16E7581100A32833 /* sdif.h */, 21A34F5116E7583A00A32833 /* config.h */, 21A34F5216E7583A00A32833 /* host_architecture.h */, 21A34F5316E7583A00A32833 /* sdif_portability.h */, 21A34F5416E7583A00A32833 /* SdifErrMess.h */, 21A34F5516E7583A00A32833 /* SdifFGet.h */, 21A34F5616E7583A00A32833 /* SdifFile.h */, 21A34F5716E7583A00A32833 /* SdifFPut.h */, 21A34F5816E7583A00A32833 /* SdifFrame.h */, 21A34F5916E7583A00A32833 /* SdifFrameType.h */, 21A34F5A16E7583A00A32833 /* SdifFRead.h */, 21A34F5B16E7583A00A32833 /* SdifFScan.h */, 21A34F5C16E7583A00A32833 /* SdifFWrite.h */, 21A34F5D16E7583A00A32833 /* SdifGlobals.h */, 21A34F5E16E7583A00A32833 /* SdifHard_OS.h */, 21A34F5F16E7583A00A32833 /* SdifHash.h */, 21A34F6016E7583A00A32833 /* SdifHighLevel.h */, 21A34F6116E7583A00A32833 /* SdifList.h */, 21A34F6216E7583A00A32833 /* SdifMatrix.h */, 21A34F6316E7583A00A32833 /* SdifMatrixType.h */, 21A34F6416E7583A00A32833 /* SdifRWLowLevel.h */, 21A34F6516E7583A00A32833 /* SdifSelect.h */, 21A34F6616E7583A00A32833 /* SdifStreamID.h */, 21A34F6716E7583A00A32833 /* SdifTest.h */, 21A34F6816E7583A00A32833 /* sdiftypes.h */, ); name = include; sourceTree = "<group>"; }; 21A34FBF16E7AC8D00A32833 /* src */ = { isa = PBXGroup; children = ( 21A34F6916E7583A00A32833 /* SdifCheck.c */, 21A34F6A16E7583A00A32833 /* SdifConvToText.c */, 21A34F6B16E7583A00A32833 /* SdifErrMess.c */, 21A34F6C16E7583A00A32833 /* SdifFGet.c */, 21A34F6D16E7583A00A32833 /* SdifFile.c */, 21A34F6E16E7583A00A32833 /* SdifFPrint.c */, 21A34F6F16E7583A00A32833 /* SdifFPut.c */, 21A34F7016E7583A00A32833 /* SdifFrame.c */, 21A34F7116E7583A00A32833 /* SdifFrameType.c */, 21A34F7216E7583A00A32833 /* SdifFRead.c */, 21A34F7316E7583A00A32833 /* SdifFScan.c */, 21A34F7416E7583A00A32833 /* SdifFWrite.c */, 21A34F7516E7583A00A32833 /* SdifGlobals.c */, 21A34F7616E7583A00A32833 /* SdifHard_OS.c */, 21A34F7716E7583A00A32833 /* SdifHash.c */, 21A34F7816E7583A00A32833 /* SdifHighLevel.c */, 21A34F7916E7583A00A32833 /* SdifList.c */, 21A34F7A16E7583A00A32833 /* SdifMatrix.c */, 21A34F7B16E7583A00A32833 /* SdifMatrixType.c */, 21A34F7C16E7583A00A32833 /* SdifNameValue.c */, 21A34F7D16E7583A00A32833 /* SdifPreTypes.c */, 21A34F7E16E7583A00A32833 /* SdifPrint.c */, 21A34F7F16E7583A00A32833 /* SdifRWLowLevel.c */, 21A34F8016E7583A00A32833 /* SdifSelect.c */, 21A34F8116E7583A00A32833 /* SdifSignatureTab.c */, 21A34F8216E7583A00A32833 /* SdifStreamID.c */, 21A34F8316E7583A00A32833 /* SdifString.c */, 21A34F8416E7583A00A32833 /* SdifTest.c */, 21A34F8516E7583A00A32833 /* SdifTextConv.c */, 21A34F8616E7583A00A32833 /* SdifTimePosition.c */, ); name = src; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 21A34F3A16E757EA00A32833 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 21A34F4E16E7581100A32833 /* sdif_version.h in Headers */, 21A34F4F16E7581100A32833 /* sdif.h in Headers */, 21A34F8716E7583A00A32833 /* config.h in Headers */, 21A34F8816E7583A00A32833 /* host_architecture.h in Headers */, 21A34F8916E7583A00A32833 /* sdif_portability.h in Headers */, 21A34F8A16E7583A00A32833 /* SdifErrMess.h in Headers */, 21A34F8B16E7583A00A32833 /* SdifFGet.h in Headers */, 21A34F8C16E7583A00A32833 /* SdifFile.h in Headers */, 21A34F8D16E7583A00A32833 /* SdifFPut.h in Headers */, 21A34F8E16E7583A00A32833 /* SdifFrame.h in Headers */, 21A34F8F16E7583A00A32833 /* SdifFrameType.h in Headers */, 21A34F9016E7583A00A32833 /* SdifFRead.h in Headers */, 21A34F9116E7583A00A32833 /* SdifFScan.h in Headers */, 21A34F9216E7583A00A32833 /* SdifFWrite.h in Headers */, 21A34F9316E7583A00A32833 /* SdifGlobals.h in Headers */, 21A34F9416E7583A00A32833 /* SdifHard_OS.h in Headers */, 21A34F9516E7583A00A32833 /* SdifHash.h in Headers */, 21A34F9616E7583A00A32833 /* SdifHighLevel.h in Headers */, 21A34F9716E7583A00A32833 /* SdifList.h in Headers */, 21A34F9816E7583A00A32833 /* SdifMatrix.h in Headers */, 21A34F9916E7583A00A32833 /* SdifMatrixType.h in Headers */, 21A34F9A16E7583A00A32833 /* SdifRWLowLevel.h in Headers */, 21A34F9B16E7583A00A32833 /* SdifSelect.h in Headers */, 21A34F9C16E7583A00A32833 /* SdifStreamID.h in Headers */, 21A34F9D16E7583A00A32833 /* SdifTest.h in Headers */, 21A34F9E16E7583A00A32833 /* sdiftypes.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 21A34F3B16E757EA00A32833 /* SDIF */ = { isa = PBXNativeTarget; buildConfigurationList = 21A34F4916E757EA00A32833 /* Build configuration list for PBXNativeTarget "SDIF" */; buildPhases = ( 21A34F3816E757EA00A32833 /* Sources */, 21A34F3916E757EA00A32833 /* Frameworks */, 21A34F3A16E757EA00A32833 /* Headers */, ); buildRules = ( ); dependencies = ( ); name = SDIF; productName = "SDIF-lib-ios"; productReference = 21A34F3C16E757EA00A32833 /* libSDIF.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 21A34F3316E757EA00A32833 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0420; }; buildConfigurationList = 21A34F3616E757EA00A32833 /* Build configuration list for PBXProject "SDIF-lib-ios" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 21A34F3116E757EA00A32833; productRefGroup = 21A34F3D16E757EA00A32833 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 21A34F3B16E757EA00A32833 /* SDIF */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 21A34F3816E757EA00A32833 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 21A34F9F16E7583A00A32833 /* SdifCheck.c in Sources */, 21A34FA016E7583A00A32833 /* SdifConvToText.c in Sources */, 21A34FA116E7583A00A32833 /* SdifErrMess.c in Sources */, 21A34FA216E7583A00A32833 /* SdifFGet.c in Sources */, 21A34FA316E7583A00A32833 /* SdifFile.c in Sources */, 21A34FA416E7583A00A32833 /* SdifFPrint.c in Sources */, 21A34FA516E7583A00A32833 /* SdifFPut.c in Sources */, 21A34FA616E7583A00A32833 /* SdifFrame.c in Sources */, 21A34FA716E7583A00A32833 /* SdifFrameType.c in Sources */, 21A34FA816E7583A00A32833 /* SdifFRead.c in Sources */, 21A34FA916E7583A00A32833 /* SdifFScan.c in Sources */, 21A34FAA16E7583A00A32833 /* SdifFWrite.c in Sources */, 21A34FAB16E7583A00A32833 /* SdifGlobals.c in Sources */, 21A34FAC16E7583A00A32833 /* SdifHard_OS.c in Sources */, 21A34FAD16E7583A00A32833 /* SdifHash.c in Sources */, 21A34FAE16E7583A00A32833 /* SdifHighLevel.c in Sources */, 21A34FAF16E7583A00A32833 /* SdifList.c in Sources */, 21A34FB016E7583A00A32833 /* SdifMatrix.c in Sources */, 21A34FB116E7583A00A32833 /* SdifMatrixType.c in Sources */, 21A34FB216E7583A00A32833 /* SdifNameValue.c in Sources */, 21A34FB316E7583A00A32833 /* SdifPreTypes.c in Sources */, 21A34FB416E7583A00A32833 /* SdifPrint.c in Sources */, 21A34FB516E7583A00A32833 /* SdifRWLowLevel.c in Sources */, 21A34FB616E7583A00A32833 /* SdifSelect.c in Sources */, 21A34FB716E7583A00A32833 /* SdifSignatureTab.c in Sources */, 21A34FB816E7583A00A32833 /* SdifStreamID.c in Sources */, 21A34FB916E7583A00A32833 /* SdifString.c in Sources */, 21A34FBA16E7583A00A32833 /* SdifTest.c in Sources */, 21A34FBB16E7583A00A32833 /* SdifTextConv.c in Sources */, 21A34FBC16E7583A00A32833 /* SdifTimePosition.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 21A34F4716E757EA00A32833 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 5.1; SDKROOT = iphoneos5.1; }; name = Debug; }; 21A34F4816E757EA00A32833 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; COPY_PHASE_STRIP = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 5.1; SDKROOT = iphoneos5.1; VALIDATE_PRODUCT = YES; }; name = Release; }; 21A34F4A16E757EA00A32833 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { DSTROOT = /tmp/SDIF_lib_ios.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "SDIF-lib-ios-Prefix.pch"; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 21A34F4B16E757EA00A32833 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { DSTROOT = /tmp/SDIF_lib_ios.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "SDIF-lib-ios-Prefix.pch"; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 21A34F3616E757EA00A32833 /* Build configuration list for PBXProject "SDIF-lib-ios" */ = { isa = XCConfigurationList; buildConfigurations = ( 21A34F4716E757EA00A32833 /* Debug */, 21A34F4816E757EA00A32833 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 21A34F4916E757EA00A32833 /* Build configuration list for PBXNativeTarget "SDIF" */ = { isa = XCConfigurationList; buildConfigurations = ( 21A34F4A16E757EA00A32833 /* Debug */, 21A34F4B16E757EA00A32833 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 21A34F3316E757EA00A32833 /* Project object */; } |
From: Diemo S. <di...@us...> - 2013-03-08 14:59:43
|
Update of /cvsroot/sdif/SDIF/iosbuild/SDIF-lib-ios.xcodeproj In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31553/iosbuild/SDIF-lib-ios.xcodeproj Log Message: Directory /cvsroot/sdif/SDIF/iosbuild/SDIF-lib-ios.xcodeproj added to the repository |
From: Diemo S. <di...@us...> - 2013-03-08 14:58:15
|
Update of /cvsroot/sdif/SDIF/iosbuild In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31465/iosbuild Log Message: Directory /cvsroot/sdif/SDIF/iosbuild added to the repository |
From: Diemo S. <di...@us...> - 2013-03-05 14:23:13
|
Update of /cvsroot/sdif/SDIF/macosxbuild/SDIF.xcodeproj In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10482/macosxbuild/SDIF.xcodeproj Modified Files: project.pbxproj Log Message: update version number Index: project.pbxproj =================================================================== RCS file: /cvsroot/sdif/SDIF/macosxbuild/SDIF.xcodeproj/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 9 Apr 2009 09:35:28 -0000 1.6 --- project.pbxproj 5 Mar 2013 14:23:11 -0000 1.7 *************** *** 173,179 **** /* Begin PBXFileReference section */ ! 0F5C2959047E760E006640BC /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = file; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 6C639A6E08460E9100D1DBE2 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../sdif/SdifRWLowLevel.h; sourceTree = SOURCE_ROOT; }; ! 6C8EEA15084602CE00972C15 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; }; F4A4105A079BCB8E00ADEFEF /* SDIF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDIF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F4A410A7079BCB8E00ADEFEF /* libsdif.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsdif.a; sourceTree = BUILT_PRODUCTS_DIR; }; --- 173,179 ---- /* Begin PBXFileReference section */ ! 0F5C2959047E760E006640BC /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 6C639A6E08460E9100D1DBE2 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../sdif/SdifRWLowLevel.h; sourceTree = SOURCE_ROOT; }; ! 6C8EEA15084602CE00972C15 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; F4A4105A079BCB8E00ADEFEF /* SDIF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDIF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F4A410A7079BCB8E00ADEFEF /* libsdif.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsdif.a; sourceTree = BUILT_PRODUCTS_DIR; }; *************** *** 462,466 **** --- 462,473 ---- buildConfigurationList = 21AFA3B60907D5740018539F /* Build configuration list for PBXProject "SDIF" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 0F5C28A5047E732E006640BC; projectDirPath = ""; *************** *** 630,636 **** PRODUCT_NAME = SDIF; SECTORDER_FLAGS = ""; - VERSION_MAJOR = 3; - VERSION_MINOR = 10; - VERSION_RELEASE = 5; WARNING_CFLAGS = ( "-Wmost", --- 637,640 ---- *************** *** 688,694 **** PRODUCT_NAME = SDIF; SECTORDER_FLAGS = ""; - VERSION_MAJOR = 3; - VERSION_MINOR = 10; - VERSION_RELEASE = 5; WARNING_CFLAGS = ( "-Wmost", --- 692,695 ---- *************** *** 913,917 **** VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Development; --- 914,918 ---- VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Development; *************** *** 926,933 **** CURRENT_PROJECT_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)"; FRAMEWORK_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR)"; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Deployment; --- 927,935 ---- CURRENT_PROJECT_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)"; FRAMEWORK_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR)"; + GCC_VERSION = 4.0; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Deployment; *************** *** 940,944 **** VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Default; --- 942,946 ---- VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Default; |
From: Diemo S. <di...@us...> - 2013-03-05 13:58:53
|
Update of /cvsroot/sdif/SDIF In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9039 Modified Files: ReleaseNotes Log Message: v3.11.4 Index: ReleaseNotes =================================================================== RCS file: /cvsroot/sdif/SDIF/ReleaseNotes,v retrieving revision 3.11 retrieving revision 3.12 diff -C2 -d -r3.11 -r3.12 *** ReleaseNotes 6 Apr 2011 17:45:06 -0000 3.11 --- ReleaseNotes 5 Mar 2013 13:58:51 -0000 3.12 *************** *** 1,3 **** ! Version 3.11.3 20011 TBC Diemo Schwarz * SdifQuery reallocates SdifQueryTree dynamically --- 1,27 ---- ! Version 3.11.4 2011-12-19 Axel Roebel ! ! * sdif/SdifFGet.c: ! Gracefully handle NVT tables that do not include a trailing \000 ! as for examples the once written with the writesdif function in the old ! matlab sdif toolbox. Obligation to have a trailing 0 in the 1NVT ! matrix is not required in the SDIF specs and therefore the ! present change seems appropriate. ! * CMakeLists.txt, configure.in, include/sdif.h.in: ! Fixed a number of issues with the conditional include of stdint.h and sys/types.h in instaled include file ! sdif.h. ! Correctly use the types provided by these include files for definition of sdif types. ! * sdif/SdifFile.c: Fixed ftruncate implementation on windows. ! * CMakeLists.txt: Fixed source location for installation of sdif.h; ! * CMakeLists.txt, configure.in, include/sdif.h: ! fixed use of stdint.h to be persistent in sdif.h even after ! installation. ! Added a complete configuration search to determine ! SdiffPosT type such that it becomes a 64bit type. ! * CMakeLists.txt, README, configure.in, include/sdif.h, sdif/SdifErrMess.c, sdif/SdifFile.c: ! Fixed large file support to properly work on linux as well. ! * include/sdif.h, sdif/SdifErrMess.c, sdif/SdifFile.c: ! Fixed Sdif[fF]GetPos and Sdif[fF]SetPos to correctly support large files (>2GB). ! ! Version 3.11.3 2011-04-06 Diemo Schwarz (unreleased) * SdifQuery reallocates SdifQueryTree dynamically |
From: Axel R. <ro...@us...> - 2012-09-03 07:56:23
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv13891/swig/python Modified Files: CMakeLists.txt Log Message: avoid finding unusable numpy includes in standard path Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/CMakeLists.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** CMakeLists.txt 2 Sep 2012 22:24:43 -0000 1.18 --- CMakeLists.txt 3 Sep 2012 07:56:21 -0000 1.19 *************** *** 22,26 **** EXECUTE_PROCESS(COMMAND ${PYTHON} -c "import numpy\nif hasattr(numpy,'get_include'):\n ss=numpy.get_include()\nelse: ss=numpy.get_numpy_include()\nprint ss" OUTPUT_VARIABLE out ERROR_VARIABLE err OUTPUT_STRIP_TRAILING_WHITESPACE) STRING(REGEX REPLACE "[ \t]+" ";" NUMPY_INC_HINT ${out}) ! FIND_PATH(NUMPY_INCLUDE NAME "numpy/arrayobject.h" PATHS "${NUMPY_INC_HINT}") MESSAGE("NUMPY_INCLUDE ${NUMPY_INCLUDE}") --- 22,29 ---- EXECUTE_PROCESS(COMMAND ${PYTHON} -c "import numpy\nif hasattr(numpy,'get_include'):\n ss=numpy.get_include()\nelse: ss=numpy.get_numpy_include()\nprint ss" OUTPUT_VARIABLE out ERROR_VARIABLE err OUTPUT_STRIP_TRAILING_WHITESPACE) STRING(REGEX REPLACE "[ \t]+" ";" NUMPY_INC_HINT ${out}) ! MESSAGE("NUMPY_INC_HINT ${NUMPY_INC_HINT}") ! IF (NUMPY_INC_HINT) ! FIND_PATH(NUMPY_INCLUDE NAME "numpy/arrayobject.h" NO_DEFAULT_PATH PATHS "${NUMPY_INC_HINT}") ! ENDIF(NUMPY_INC_HINT) MESSAGE("NUMPY_INCLUDE ${NUMPY_INCLUDE}") |
From: Axel R. <ro...@us...> - 2012-09-02 22:24:46
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv24049 Modified Files: CMakeLists.txt Log Message: Removed debug output and fixed determination of numpy include path. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/CMakeLists.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CMakeLists.txt 2 Sep 2012 01:19:03 -0000 1.17 --- CMakeLists.txt 2 Sep 2012 22:24:43 -0000 1.18 *************** *** 21,33 **** EXECUTE_PROCESS(COMMAND ${PYTHON} -c "import numpy\nif hasattr(numpy,'get_include'):\n ss=numpy.get_include()\nelse: ss=numpy.get_numpy_include()\nprint ss" OUTPUT_VARIABLE out ERROR_VARIABLE err OUTPUT_STRIP_TRAILING_WHITESPACE) - MESSAGE("out ${out}") - MESSAGE("err ${err}") STRING(REGEX REPLACE "[ \t]+" ";" NUMPY_INC_HINT ${out}) ! MESSAGE("NUMPY_INC_HINT ${NUMPY_INC_HINT}") ! FIND_PATH(NUMPY_INCLUDE NAME "numpy/arrayobject.h" PATHS "{NUMPY_INC_HINT}") MESSAGE("NUMPY_INCLUDE ${NUMPY_INCLUDE}") IF (NUMPY_INCLUDE) - MESSAGE("NUMPY_INCLUDE ${NUMPY_INCLUDE}") INCLUDE_DIRECTORIES("${NUMPY_INCLUDE}") ENDIF(NUMPY_INCLUDE) --- 21,29 ---- EXECUTE_PROCESS(COMMAND ${PYTHON} -c "import numpy\nif hasattr(numpy,'get_include'):\n ss=numpy.get_include()\nelse: ss=numpy.get_numpy_include()\nprint ss" OUTPUT_VARIABLE out ERROR_VARIABLE err OUTPUT_STRIP_TRAILING_WHITESPACE) STRING(REGEX REPLACE "[ \t]+" ";" NUMPY_INC_HINT ${out}) ! FIND_PATH(NUMPY_INCLUDE NAME "numpy/arrayobject.h" PATHS "${NUMPY_INC_HINT}") MESSAGE("NUMPY_INCLUDE ${NUMPY_INCLUDE}") IF (NUMPY_INCLUDE) INCLUDE_DIRECTORIES("${NUMPY_INCLUDE}") ENDIF(NUMPY_INCLUDE) *************** *** 72,76 **** ${PYTHON} setup2.py build DEPENDS Easdif_static_pic${DEBUGEXT} ! SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/easdif-python.i ${CMAKE_CURRENT_SOURCE_DIR}/numpy.i ${CMAKE_CURRENT_SOURCE_DIR}/sdiftypemap-python.i WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) --- 68,72 ---- ${PYTHON} setup2.py build DEPENDS Easdif_static_pic${DEBUGEXT} ! SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/easdif-python.i ${CMAKE_CURRENT_SOURCE_DIR}/../numpy.i ${CMAKE_CURRENT_SOURCE_DIR}/sdiftypemap-python.i WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) |
From: Axel R. <ro...@us...> - 2012-09-02 22:18:48
|
Update of /cvsroot/sdif/Easdif In directory vz-cvs-3.sog:/tmp/cvs-serv23721 Modified Files: CMakeLists.txt ChangeLog Log Message: Version 1.4.19. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/CMakeLists.txt,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** CMakeLists.txt 19 Aug 2012 18:29:39 -0000 1.76 --- CMakeLists.txt 2 Sep 2012 22:18:45 -0000 1.77 *************** *** 40,44 **** SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 18) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") --- 40,44 ---- SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 19) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") Index: ChangeLog =================================================================== RCS file: /cvsroot/sdif/Easdif/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** ChangeLog 28 Aug 2012 22:09:36 -0000 1.89 --- ChangeLog 2 Sep 2012 22:18:45 -0000 1.90 *************** *** 1,2 **** --- 1,30 ---- + 2012-09-03 Axel Roebel <roebel@m1873.local> + Version 1.4.19 + + * swig/easdif-common-init.i, swig/numpy.i, python/CMakeLists.txt, + * swig/python/easdif-python.i : + Added support for using numpy arrays to Set/Get columns and rows from + matrices. For large matrices this can increase efficiency when accessing + matrix data by factor ~1000! + + * python/CMakeLists.txt : + Added support for using numpy arrays to Set/Get columns and rows from + matrices. For large matrices this can increase efficiency when accessing + matrix data by factor ~1000! + + Fixed linker options for pythonswig build system on mac os x. + + * swig/python/setup2.py.in : + Added support for using numpy arrays to Set/Get columns and rows from + matrices. For large matrices this can increase efficiency when accessing + matrix data by factor ~1000! + + setup2.py.in implements a purely pyhton distutils based pythonswig + build implementation which does, hower nor support intel icl + compiler which is why I stay with the cmake based version + + * easdif/sdif_matrix.hpp: + Fixed confusing argument names. + 2012-08-29 Axel Roebel <roebel@m1873.local> Version 1.4.18 |
From: Axel R. <ro...@us...> - 2012-09-02 01:19:05
|
Update of /cvsroot/sdif/Easdif/swig In directory vz-cvs-3.sog:/tmp/cvs-serv3694/swig Modified Files: easdif-common-init.i Added Files: numpy.i Log Message: Added support for using numpy arrays to Set/Get columns and rows from matrices. For large matrices this can increase efficiency when accessing matrix data by factor ~1000! Index: easdif-common-init.i =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/easdif-common-init.i,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** easdif-common-init.i 5 Jan 2012 11:10:52 -0000 1.5 --- easdif-common-init.i 2 Sep 2012 01:19:03 -0000 1.6 *************** *** 2,6 **** // generate perl module named 'eaSDIF' ! %module(docstring="Easy SDIF wrapper module for reading wrting SDIF files") eaSDIF // module initialisation code --- 2,14 ---- // generate perl module named 'eaSDIF' ! %module(docstring="Easy SDIF wrapper module for reading/writing SDIF files") eaSDIF ! ! #ifdef USE_NUMPY ! %include numpy.i ! ! #define HAVE_NUMPY 1 ! #else ! #define HAVE_NUMPY 0 ! #endif // module initialisation code *************** *** 8,11 **** --- 16,23 ---- %{ EasdifInit(); + #ifdef USE_NUMPY + import_array(); + #endif + %} --- NEW FILE: numpy.i --- /* -*- C -*- (not really, but good for syntax highlighting) */ #ifdef SWIGPYTHON %{ #ifndef SWIG_FILE_WITH_INIT # define NO_IMPORT_ARRAY #endif #include "stdio.h" #include <numpy/arrayobject.h> %} /**********************************************************************/ %fragment("NumPy_Backward_Compatibility", "header") { /* Support older NumPy data type names */ %#if NDARRAY_VERSION < 0x01000000 %#define NPY_BOOL PyArray_BOOL [...1595 lines suppressed...] /* *************************************************************** * On my Mac, I get the following warning for this macro expansion: * 'swig/python detected a memory leak of type 'long double *', no destructor found.' * * %numpy_typemaps(long double, NPY_LONGDOUBLE, int) */ /* *************************************************************** * Swig complains about a syntax error for the following macro * expansions: * * %numpy_typemaps(complex float, NPY_CFLOAT , int) * * %numpy_typemaps(complex double, NPY_CDOUBLE, int) * * %numpy_typemaps(complex long double, NPY_CLONGDOUBLE, int) */ #endif /* SWIGPYTHON */ |
From: Axel R. <ro...@us...> - 2012-09-02 01:10:31
|
Update of /cvsroot/sdif/Easdif/easdif In directory vz-cvs-3.sog:/tmp/cvs-serv3109/easdif Modified Files: sdif_matrix.hpp Log Message: Fixed confusing argument names. Index: sdif_matrix.hpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdif_matrix.hpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sdif_matrix.hpp 28 Aug 2012 22:00:44 -0000 1.9 --- sdif_matrix.hpp 2 Sep 2012 01:10:27 -0000 1.10 *************** *** 37,40 **** --- 37,43 ---- * * $Log$ + * Revision 1.10 2012/09/02 01:10:27 roebel + * Fixed confusing argument names. + * * Revision 1.9 2012/08/28 22:00:44 roebel * Renamed function arguments to avoid compiler warnings in swig python interface. *************** *** 723,728 **** template <class TT> ! void SetRow(const TT* out,int irow) throw (SDIFArrayPosition) { ! mInter->SetRow(out,irow); return; } --- 726,731 ---- template <class TT> ! void SetRow(const TT* in_arr,int irow) throw (SDIFArrayPosition) { ! mInter->SetRow(in_arr,irow); return; } *************** *** 757,762 **** */ template <class TT> ! void SetCol(const TT* out,int icol) throw (SDIFArrayPosition){ ! mInter->SetCol(out,icol); return; } --- 760,765 ---- */ template <class TT> ! void SetCol(const TT* in_arr,int icol) throw (SDIFArrayPosition){ ! mInter->SetCol(in_arr,icol); return; } |
From: Axel R. <ro...@us...> - 2012-08-28 22:09:38
|
Update of /cvsroot/sdif/Easdif In directory vz-cvs-3.sog:/tmp/cvs-serv22158 Modified Files: ChangeLog Log Message: Version 1.4.18. Index: ChangeLog =================================================================== RCS file: /cvsroot/sdif/Easdif/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** ChangeLog 10 Aug 2012 01:07:36 -0000 1.88 --- ChangeLog 28 Aug 2012 22:09:36 -0000 1.89 *************** *** 1,2 **** --- 1,18 ---- + 2012-08-29 Axel Roebel <roebel@m1873.local> + Version 1.4.18 + + * swig/python/easdif-python.i : + Fixed next iterator for sdifentity. + + * easdif/sdifentity.hpp : + Renamed function arguments to avoid compiler warnings in swig python interface. + Enhanced documentation of ReadNextSelectedFrame() + + * easdif/sdifentity.cpp : + Fixed last fix, avoid using frame iterators that point to FrameDirectory.end(). + + * easdif/sdif_matrix.hpp: + Renamed function arguments to avoid compiler warnings in swig python interface. + 2012-08-10 Axel Roebel <roebel@m1873.local> Version 1.4.17 |
From: Axel R. <ro...@us...> - 2012-08-28 22:08:17
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv22004/swig/python Modified Files: easdif-python.i Log Message: Fixed next iterator for sdifentity. Index: easdif-python.i =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/easdif-python.i,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** easdif-python.i 19 Aug 2012 18:28:57 -0000 1.11 --- easdif-python.i 28 Aug 2012 22:08:14 -0000 1.12 *************** *** 6,9 **** --- 6,12 ---- // // $Log$ + // Revision 1.12 2012/08/28 22:08:14 roebel + // Fixed next iterator for sdifentity. + // // Revision 1.11 2012/08/19 18:28:57 roebel // Added copy method to Frame. *************** *** 123,127 **** Easdif::SDIFFrame *localFrame = new(Easdif::SDIFFrame); try { ! $self->ReadNextSelectedFrame(*localFrame); } catch(...) { delete localFrame; --- 126,131 ---- Easdif::SDIFFrame *localFrame = new(Easdif::SDIFFrame); try { ! // force to run into eof exception if unselected frames are located at the end of the file ! while(!$self->ReadNextSelectedFrame(*localFrame)){}; } catch(...) { delete localFrame; |
From: Axel R. <ro...@us...> - 2012-08-28 22:02:41
|
Update of /cvsroot/sdif/Easdif/easdif In directory vz-cvs-3.sog:/tmp/cvs-serv20346/easdif Modified Files: sdifentity.hpp Log Message: Renamed function arguments to avoid compiler warnings in swig python interface. Enhanced documentation of ReadNextSelectedFrame() Index: sdifentity.hpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdifentity.hpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** sdifentity.hpp 10 Aug 2012 01:03:29 -0000 1.26 --- sdifentity.hpp 28 Aug 2012 22:02:39 -0000 1.27 *************** *** 36,39 **** --- 36,43 ---- * * $Log$ + * Revision 1.27 2012/08/28 22:02:39 roebel + * Renamed function arguments to avoid compiler warnings in swig python interface. + * Enhanced documentation of ReadNextSelectedFrame() + * * Revision 1.26 2012/08/10 01:03:29 roebel * Added new function that allows to retrieve easdif version during runtime. *************** *** 807,823 **** * @return true if found */ ! bool LocMatrixExists(SdifSignature in) const { int nn = mFrameHdr.NbMatrix; if(!nn) return false; ! if(nn && mMatrixSig0 == in) return true; ! if(nn>1 && mMatrixSig1 == in) return true; ! if(nn>2 && mMatrixSig2 == in) return true; nn -= 2; while(--nn) ! if(mMatrixN[nn] == in) return true; return false; --- 811,827 ---- * @return true if found */ ! bool LocMatrixExists(SdifSignature inSig) const { int nn = mFrameHdr.NbMatrix; if(!nn) return false; ! if(nn && mMatrixSig0 == inSig) return true; ! if(nn>1 && mMatrixSig1 == inSig) return true; ! if(nn>2 && mMatrixSig2 == inSig) return true; nn -= 2; while(--nn) ! if(mMatrixN[nn] == inSig) return true; return false; *************** *** 831,836 **** * @return true if found */ ! bool LocMatrixExists(const std::string &in) const { ! SdifSignature sig = SdifStringToSignature(const_cast<char*>(in.c_str())); return LocMatrixExists(sig); } --- 835,840 ---- * @return true if found */ ! bool LocMatrixExists(const std::string &inStr) const { ! SdifSignature sig = SdifStringToSignature(const_cast<char*>(inStr.c_str())); return LocMatrixExists(sig); } *************** *** 1870,1878 **** * * read the next selected frame of the file ! * return the number of bytes read * * @param frame to fill * * @return number of data bytes read for selected matrices */ int ReadNextSelectedFrame(SDIFFrame& frame); --- 1874,1886 ---- * * read the next selected frame of the file ! * return the number of bytes read, sets eof if there is no next frame available ! * and throws SDIFEof if called with file already being at eof(). Wil return 0 bytes read only if ! * the last frames in the file are not selected such that eof is reached before a selected frame ! * can be read. * * @param frame to fill * * @return number of data bytes read for selected matrices + * */ int ReadNextSelectedFrame(SDIFFrame& frame); *************** *** 2403,2408 **** SdifFGetSignature(mpEnt->GetFile(), &SizeR); if(SizeR!=sizeof(SdifSignature)){ throw SDIFSeekError(eError, ! "Error in SDIFEntity::FRIterator::GotoPos()!!!error while seeking !!!", 0,eUnknown,__FILE__,__LINE__); } --- 2411,2419 ---- SdifFGetSignature(mpEnt->GetFile(), &SizeR); if(SizeR!=sizeof(SdifSignature)){ + char msg[512]; + sprintf(msg,"Error in SDIFEntity::FRIterator::GotoPos()!!!error while seeking to pos pos %ld !!!\n", + static_cast<long int>(pos)); throw SDIFSeekError(eError, ! msg, 0,eUnknown,__FILE__,__LINE__); } |
From: Axel R. <ro...@us...> - 2012-08-28 22:01:50
|
Update of /cvsroot/sdif/Easdif/easdif In directory vz-cvs-3.sog:/tmp/cvs-serv20207/easdif Modified Files: sdifentity.cpp Log Message: Fixed last fix, avoid using frame iterators that point to FrameDirectory.end(). Index: sdifentity.cpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdifentity.cpp,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** sdifentity.cpp 10 Aug 2012 01:03:29 -0000 1.47 --- sdifentity.cpp 28 Aug 2012 22:01:48 -0000 1.48 *************** *** 36,39 **** --- 36,42 ---- * * $Log$ + * Revision 1.48 2012/08/28 22:01:48 roebel + * Fixed last fix, avoid using frame iterators that point to FrameDirectory.end(). + * * Revision 1.47 2012/08/10 01:03:29 roebel * Added new function that allows to retrieve easdif version during runtime. *************** *** 737,741 **** } ! if (mLastReadPos->LocTime()== time) { frame = *lastRead(); return frame.GetSize(); --- 740,744 ---- } ! if (mLastReadPos != mFrameDirectory.end() && mLastReadPos->LocTime()== time) { frame = *lastRead(); return frame.GetSize(); |
From: Axel R. <ro...@us...> - 2012-08-28 22:00:47
|
Update of /cvsroot/sdif/Easdif/easdif In directory vz-cvs-3.sog:/tmp/cvs-serv20122/easdif Modified Files: sdif_matrix.hpp Log Message: Renamed function arguments to avoid compiler warnings in swig python interface. Index: sdif_matrix.hpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdif_matrix.hpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sdif_matrix.hpp 3 Jan 2012 23:59:25 -0000 1.8 --- sdif_matrix.hpp 28 Aug 2012 22:00:44 -0000 1.9 *************** *** 37,40 **** --- 37,43 ---- * * $Log$ + * Revision 1.9 2012/08/28 22:00:44 roebel + * Renamed function arguments to avoid compiler warnings in swig python interface. + * * Revision 1.8 2012/01/03 23:59:25 roebel * Changed SetRow(std::vector and SetCol(const std::vector into template member functions and add exception if inout vector size *************** *** 735,745 **** template <class VECVAL_T> void ! SetRow(const std::vector<VECVAL_T> &in,int irow) throw (SDIFArrayPosition) { ! if(static_cast<int>(in.size()) != GetNbCols()) throw SDIFArrayPosition(eError, "Error in SDIFMatrix::SetRow!!! vector size of input vector does not match number of columns !!!", 0, eArrayPosition,__FILE__,__LINE__); ! mInter->SetRow(&(in[0]),irow); return; } --- 738,748 ---- template <class VECVAL_T> void ! SetRow(const std::vector<VECVAL_T> &inVec,int irow) throw (SDIFArrayPosition) { ! if(static_cast<int>(inVec.size()) != GetNbCols()) throw SDIFArrayPosition(eError, "Error in SDIFMatrix::SetRow!!! vector size of input vector does not match number of columns !!!", 0, eArrayPosition,__FILE__,__LINE__); ! mInter->SetRow(&(inVec[0]),irow); return; } *************** *** 769,779 **** template <class VECVAL_T> void ! SetCol(const std::vector<VECVAL_T> &in,int icol) throw (SDIFArrayPosition) { ! if(static_cast<int>(in.size()) != GetNbRows()){ throw SDIFArrayPosition(eError, "Error in SDIFMatrix::SetCol:: vector size of input vector does not match number of rows !!!", 0, eArrayPosition,__FILE__,__LINE__); } ! mInter->SetCol(&(in[0]),icol); } }; --- 772,782 ---- template <class VECVAL_T> void ! SetCol(const std::vector<VECVAL_T> &inVec, int icol) throw (SDIFArrayPosition) { ! if(static_cast<int>(inVec.size()) != GetNbRows()){ throw SDIFArrayPosition(eError, "Error in SDIFMatrix::SetCol:: vector size of input vector does not match number of rows !!!", 0, eArrayPosition,__FILE__,__LINE__); } ! mInter->SetCol(&(inVec[0]),icol); } }; |
From: Axel R. <ro...@us...> - 2012-08-19 18:29:41
|
Update of /cvsroot/sdif/Easdif In directory vz-cvs-3.sog:/tmp/cvs-serv1507 Modified Files: CMakeLists.txt Log Message: Upated version 1.4.18, changed only swig python. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/CMakeLists.txt,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** CMakeLists.txt 10 Aug 2012 01:07:36 -0000 1.75 --- CMakeLists.txt 19 Aug 2012 18:29:39 -0000 1.76 *************** *** 40,44 **** SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 17) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") --- 40,44 ---- SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 18) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") |
From: Axel R. <ro...@us...> - 2012-08-19 18:28:59
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv1482 Modified Files: easdif-python.i Log Message: Added copy method to Frame. Index: easdif-python.i =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/easdif-python.i,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** easdif-python.i 5 Jan 2012 11:11:21 -0000 1.10 --- easdif-python.i 19 Aug 2012 18:28:57 -0000 1.11 *************** *** 6,9 **** --- 6,12 ---- // // $Log$ + // Revision 1.11 2012/08/19 18:28:57 roebel + // Added copy method to Frame. + // // Revision 1.10 2012/01/05 11:11:21 roebel // Added documentation and fixed memory leak. *************** *** 42,45 **** --- 45,50 ---- // // include common init + + %include ../easdif-common-init.i %feature("autodoc", "1"); *************** *** 72,78 **** --- 77,85 ---- %} + // include common module directive %include ../easdif-common.i + // include typemap for std::string from SWIG library %include std_set.i *************** *** 139,144 **** } - %newobject Easdif::SDIFFrame::next; %extend Easdif::SDIFFrame { Easdif::SDIFFrame* --- 146,151 ---- } %newobject Easdif::SDIFFrame::next; + %newobject Easdif::SDIFFrame::copy; %extend Easdif::SDIFFrame { Easdif::SDIFFrame* *************** *** 160,163 **** --- 167,176 ---- return pMat; } + + Easdif::SDIFFrame* + copy() { + return new Easdif::SDIFFrame(*$self); + } + } |
From: Axel R. <ro...@us...> - 2012-08-10 01:07:38
|
Update of /cvsroot/sdif/Easdif In directory vz-cvs-3.sog:/tmp/cvs-serv19460 Modified Files: CMakeLists.txt ChangeLog Log Message: Version 1.4.17. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/CMakeLists.txt,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** CMakeLists.txt 11 Jan 2012 20:30:09 -0000 1.74 --- CMakeLists.txt 10 Aug 2012 01:07:36 -0000 1.75 *************** *** 40,44 **** SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 16) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") --- 40,44 ---- SET(EASDIF_VERSION_MAJ 1) SET(EASDIF_VERSION_MIN 4) ! SET(EASDIF_VERSION_RELEASE 17) SET(EASDIF_VERSION "${EASDIF_VERSION_MAJ}.${EASDIF_VERSION_MIN}.${EASDIF_VERSION_RELEASE}") Index: ChangeLog =================================================================== RCS file: /cvsroot/sdif/Easdif/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** ChangeLog 5 Jan 2012 11:14:07 -0000 1.87 --- ChangeLog 10 Aug 2012 01:07:36 -0000 1.88 *************** *** 1,2 **** --- 1,10 ---- + 2012-08-10 Axel Roebel <roebel@m1873.local> + Version 1.4.17 + + * easdif/sdifentity.hpp, easdif/sdifentity.cpp : + Fixed ReadNextSelectedFrame with time argument when reading with + time set equal to or before the time of the first frame. + Added new function to fill the frame directory. + 2012-01-05 Axel Roebel <roebel@m1873.local> Version 1.4.16 |
From: Axel R. <ro...@us...> - 2012-08-10 01:03:32
|
Update of /cvsroot/sdif/Easdif/easdif In directory vz-cvs-3.sog:/tmp/cvs-serv18245/easdif Modified Files: sdifentity.cpp sdifentity.hpp Log Message: Added new function that allows to retrieve easdif version during runtime. Fixed ReadNextSelectFrame when time argument is provided and the time is the same or smaller as the first frame, which would result in oscillating movements of the read frames between first and second frame for repeatedly asking to read the frame with first frames time. Index: sdifentity.hpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdifentity.hpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** sdifentity.hpp 11 Jun 2011 17:05:31 -0000 1.25 --- sdifentity.hpp 10 Aug 2012 01:03:29 -0000 1.26 *************** *** 36,39 **** --- 36,45 ---- * * $Log$ + * Revision 1.26 2012/08/10 01:03:29 roebel + * Added new function that allows to retrieve easdif version during runtime. + * Fixed ReadNextSelectFrame when time argument is provided and the time is the same or smaller as the first frame, + * which would result in oscillating movements of the read frames between first and second frame for repeatedly asking to + * read the frame with first frames time. + * * Revision 1.25 2011/06/11 17:05:31 roebel * Moved some member functions out of class scope to avoid unnecessary inlining *************** *** 320,323 **** --- 326,336 ---- class SDIFEntity; + /** + * \ingroup initialization + * \brief return EaSDIF Version string + * + */ + EASDIF_API + const char* Version(); /** *************** *** 1622,1625 **** --- 1635,1646 ---- */ bool Rewind(); + + /** + * \ingroup file + * \brief skip through to te end of file + * This function is usefull especially for filling the frame directory + * @return true if positioning was successful + */ + bool FillFrameDirAndRewind(); /** *************** *** 1856,1859 **** --- 1877,1893 ---- */ int ReadNextSelectedFrame(SDIFFrame& frame); + + /** + * \brief read previous selected frame from file + * \ingroup rnwentity + * + * read the previous selected frame of the file + * return the number of bytes read, this function will only work if the frame directory is enabled + * + * @param frame to fill + * + * @return number of data bytes read for selected matrices + */ + int ReadPrevSelectedFrame(SDIFFrame& frame); /** *************** *** 1882,1885 **** --- 1916,1920 ---- + /** * \ingroup rnwentity Index: sdifentity.cpp =================================================================== RCS file: /cvsroot/sdif/Easdif/easdif/sdifentity.cpp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** sdifentity.cpp 11 Jun 2011 17:05:31 -0000 1.46 --- sdifentity.cpp 10 Aug 2012 01:03:29 -0000 1.47 *************** *** 36,39 **** --- 36,45 ---- * * $Log$ + * Revision 1.47 2012/08/10 01:03:29 roebel + * Added new function that allows to retrieve easdif version during runtime. + * Fixed ReadNextSelectFrame when time argument is provided and the time is the same or smaller as the first frame, + * which would result in oscillating movements of the read frames between first and second frame for repeatedly asking to + * read the frame with first frames time. + * * Revision 1.46 2011/06/11 17:05:31 roebel * Moved some member functions out of class scope to avoid unnecessary inlining *************** *** 267,270 **** --- 273,277 ---- #include "easdif/easdif_config.hpp" #include "easdif/sdifentity.hpp" + #include "easdif/easdif_version.hpp" // isx indicated as exported but isn't *************** *** 276,279 **** --- 283,290 ---- namespace Easdif { + const char* Version() { + return EASDIF_VERSION_STRING; + } + MatrixType::~MatrixType() {} FrameType::~FrameType() {} *************** *** 552,555 **** --- 563,578 ---- + bool SDIFEntity::FillFrameDirAndRewind() + { + if(!isSeekable() || ! isFrameDirEnabled) + return false; + + iterator it=lastRead(), ite=end(); + while(it != ite) + ++it; + return Rewind(); + } + + SdifFileT* SDIFEntity::GetFile() const { *************** *** 714,720 **** } bool up = false; // attention creation of iterator changes current position ! if(mLastReadPos == mFrameDirectory.begin() ||(mLastReadPos == mFrameDirectory.end() && !mFrameDirectory.empty() &&mFrameDirectory.back().LocTime() < time ) --- 737,748 ---- } + if (mLastReadPos->LocTime()== time) { + frame = *lastRead(); + return frame.GetSize(); + } + bool up = false; // attention creation of iterator changes current position ! if((mLastReadPos == mFrameDirectory.begin() && time > mLastReadPos->LocTime()) ||(mLastReadPos == mFrameDirectory.end() && !mFrameDirectory.empty() &&mFrameDirectory.back().LocTime() < time ) *************** *** 729,733 **** } - // end works in both directions !! iterator it=lastRead(), ite=end(); --- 757,760 ---- *************** *** 745,749 **** --it; } ! ++it; } --- 772,778 ---- --it; } ! // it == ite means in fact begin!! ! if(it==ite || it.mBase->LocTime() < time) ! ++it; } *************** *** 761,764 **** --- 790,826 ---- } + int SDIFEntity::ReadPrevSelectedFrame(SDIFFrame& frame) + { + + if(!isFrameDirEnabled){ + throw SDIFDirError(eError, + "Error in SDIFEntity::ReadNextFrame(SDIFFrame& frame, SdifFloat8 time):: !!! frame directoy not enabled !!!", + 0,eUnknown,0,0); + } + + if(mLastReadPos == mFrameDirectory.begin()) { + // return -1; + throw SDIFEof(eError,"Error in SDIFEntity::ReadNextSelectedFrame -- Bof reached", + efile,eEof,0,0); + } + + iterator it=lastRead(), ite=end(); + + --it; + if(it != ite) { + mEof = false; + frame = *it; + return frame.GetSize(); + } + else { + frame.ClearData(); + mEof = true; + } + + return 0; + } + + + int SDIFEntity::WriteFrame(SDIFFrame& frame) { |
From: Axel R. <ro...@us...> - 2012-07-24 12:57:35
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv11294 Modified Files: CMakeLists.txt Log Message: Added missing python lib for for mac os. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/CMakeLists.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CMakeLists.txt 15 Feb 2012 18:31:49 -0000 1.15 --- CMakeLists.txt 24 Jul 2012 12:57:33 -0000 1.16 *************** *** 34,38 **** # PYTHON LIBRARY seems not to be required because it is in fact part of python executable # linking with libpython.a fails for some compilers on linux 64 bit due to the fact that the librray is not compiled with -fPIC flag. ! SWIG_LINK_LIBRARIES(eaSDIF Easdif_static_pic${DEBUGEXT}) ADD_CUSTOM_TARGET(pythonswig) ADD_DEPENDENCIES(pythonswig ${SWIG_MODULE_eaSDIF_REAL_NAME}) --- 34,44 ---- # PYTHON LIBRARY seems not to be required because it is in fact part of python executable # linking with libpython.a fails for some compilers on linux 64 bit due to the fact that the librray is not compiled with -fPIC flag. ! # as well on mac os x linking with _pic library fails. ! # no idea why. Keep non pic version for now. ! IF(APPLE) ! SWIG_LINK_LIBRARIES(eaSDIF Easdif_static_pic${DEBUGEXT} ${PYTHON_LIBRARY}) ! ELSE(APPLE) ! SWIG_LINK_LIBRARIES(eaSDIF Easdif_static_pic${DEBUGEXT}) ! ENDIF(APPLE) ADD_CUSTOM_TARGET(pythonswig) ADD_DEPENDENCIES(pythonswig ${SWIG_MODULE_eaSDIF_REAL_NAME}) |
From: Diemo S. <di...@us...> - 2012-03-30 11:10:33
|
Update of /cvsroot/sdif/SDIF In directory vz-cvs-3.sog:/tmp/cvs-serv30481 Modified Files: configure.in Log Message: fix configure: error: conditional "am__fastdepCXX" was never defined. Usually this means the macro was only invoked conditionally. this macro must not be in a conditional, according to http://osdir.com/ml/libtool-gnu/2010-05/msg00041.html Index: configure.in =================================================================== RCS file: /cvsroot/sdif/SDIF/configure.in,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** configure.in 19 Dec 2011 17:48:10 -0000 1.82 --- configure.in 30 Mar 2012 11:10:30 -0000 1.83 *************** *** 32,35 **** --- 32,44 ---- dnl $Log$ + dnl Revision 1.83 2012/03/30 11:10:30 diemo + dnl fix + dnl + dnl configure: error: conditional "am__fastdepCXX" was never defined. + dnl Usually this means the macro was only invoked conditionally. + dnl + dnl this macro must not be in a conditional, according to + dnl http://osdir.com/ml/libtool-gnu/2010-05/msg00041.html + dnl dnl Revision 1.82 2011/12/19 17:48:10 roebel dnl Version 3.11.4 *************** *** 541,544 **** --- 550,558 ---- dnl ############################################################ dnl compile with g++ + + dnl this macro must not be in a conditional, according to + dnl http://osdir.com/ml/libtool-gnu/2010-05/msg00041.html + AC_PROG_CXX + cpp_enabled=no; AC_ARG_ENABLE(cpp, *************** *** 548,552 **** if test "$enableval" = "yes"; then dnl ! AC_PROG_CXX CXXFLAGS=$CFLAGS SELLIBCPP="libsdif-cpp.la" --- 562,567 ---- if test "$enableval" = "yes"; then dnl ! dnl moved outside of conditional ! dnl AC_PROG_CXX CXXFLAGS=$CFLAGS SELLIBCPP="libsdif-cpp.la" |
From: Axel R. <ro...@us...> - 2012-02-15 18:31:52
|
Update of /cvsroot/sdif/Easdif/swig/python In directory vz-cvs-3.sog:/tmp/cvs-serv26016/swig/python Modified Files: CMakeLists.txt Log Message: removed explicit linking with python library which produces errors under linux 64bit Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/CMakeLists.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CMakeLists.txt 11 Jan 2012 20:30:10 -0000 1.14 --- CMakeLists.txt 15 Feb 2012 18:31:49 -0000 1.15 *************** *** 31,35 **** SET(CMAKE_SWIG_FLAGS "-I${CMAKE_CURRENT_BINARY_DIR}" "-I${CMAKE_CURRENT_SOURCE_DIR}") SWIG_ADD_MODULE(eaSDIF python ${INTERFACE_SRC} ) ! SWIG_LINK_LIBRARIES(eaSDIF Easdif_static${DEBUGEXT} ${PYTHON_LIBRARY}) ADD_CUSTOM_TARGET(pythonswig) ADD_DEPENDENCIES(pythonswig ${SWIG_MODULE_eaSDIF_REAL_NAME}) --- 31,38 ---- SET(CMAKE_SWIG_FLAGS "-I${CMAKE_CURRENT_BINARY_DIR}" "-I${CMAKE_CURRENT_SOURCE_DIR}") SWIG_ADD_MODULE(eaSDIF python ${INTERFACE_SRC} ) ! # SWIG_LINK_LIBRARIES(eaSDIF Easdif_static_pic${DEBUGEXT} ${PYTHON_LIBRARY}) ! # PYTHON LIBRARY seems not to be required because it is in fact part of python executable ! # linking with libpython.a fails for some compilers on linux 64 bit due to the fact that the librray is not compiled with -fPIC flag. ! SWIG_LINK_LIBRARIES(eaSDIF Easdif_static_pic${DEBUGEXT}) ADD_CUSTOM_TARGET(pythonswig) ADD_DEPENDENCIES(pythonswig ${SWIG_MODULE_eaSDIF_REAL_NAME}) |
From: Axel R. <ro...@us...> - 2012-01-11 20:30:12
|
Update of /cvsroot/sdif/Easdif In directory vz-cvs-3.sog:/tmp/cvs-serv22408 Modified Files: CMakeLists.txt Log Message: Avoid cmake warning due to duplicate targets. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/Easdif/CMakeLists.txt,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** CMakeLists.txt 4 Jan 2012 00:00:32 -0000 1.73 --- CMakeLists.txt 11 Jan 2012 20:30:09 -0000 1.74 *************** *** 78,83 **** --- 78,90 ---- ADD_CUSTOM_TARGET(install_doc) ADD_CUSTOM_TARGET(check) + IF(DOSWIG) + ADD_CUSTOM_TARGET(checkswig) + ENDIF(DOSWIG) ENDIF(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) + IF(DOSWIG) + SET(EASDIF_BUILD_STATIC 1) + ENDIF(DOSWIG) + IF (WIN32) |