| Date |
Developer |
Files |
Checkin comment |
| 2004/01/21 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
Revert to use of AAFCreateAAFFileOnRawStorage() on Mipirix. |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTest.pl |
Add support for file kind iteration (i.e. structured storage implementations). |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/MultiGenCommon.cpp |
Disable the PrintWideString code. It can be enabled as required for debug. |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
remove errant debug code that slipped in |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
Use quotes to include AAFSDKBuild.h |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/MultiGenCommon.cpp |
Add PrintWideString function. Intended for use within a debugger only, hence, there is no declaration in MultiGenCommon.h. |
| 2004/01/20 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
Temporary, hopefully, MipsIrix conditional code to use the old AAFFileOpenNewModify, etc, interfaces if the kind is MSSBinary. This is in lieu of using AAFCreateAAFFileOnRawStorage which is not working as of this version date. |
| 2004/01/20 |
jptrainor |
ref-impl/src/OM/OMStream.cpp |
Fix MipsIrix build errors: use fseek64 and ftell64 on MipsIrix in lieu of fseeko64 and ftello64 |
| 2004/01/19 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
Get it to compile with V101. |
| 2004/01/17 |
jptrainor |
test/com/MultiGenTest/MultiGenTests/FileOp.cpp |
Add argument to identify the file kind to use, and associated modifications. |
| 2004/01/17 |
jptrainor |
test/com/MultiGenTest/MultiGenTest.pl |
Support for variable structured store implementations. |
| 2004/01/17 |
jptrainor |
test/com/MultiGenTest/MultiGenTest.cpp |
Insert endl before exception messages to avoid messages dangling at the end of lines. |