Log of changes made between V101_RC1 and V101_RC2

Date Developer Files Checkin comment
2002/03/29 tbingham ref-impl/src/OM/OMDictionary.cpp Implement remove().
2002/03/29 tbingham ref-impl/include/OM/OMDictionary.h, ref-impl/src/OM/OMDictionary.cpp Add stubbed remove().
2002/03/29 tbingham ref-impl/src/OM/OMMSStructuredStorage.h As the default, turn off dynamic loading of both the COM and Structured Storage Libraries.
2002/03/27 jptrainor test/com/MultiGenTest/samples/sample_cfg.pl more minor comment edits
2002/03/27 jptrainor test/com/MultiGenTest/ReadMe.html cripes... entered the wrong year in the initial document revision history entry.
2002/03/26 tbingham ref-impl/src/impl/ImplAAFFile.cpp Enable modification of foreign files via AAFCreateAAFFileOnRawStorage().
2002/03/26 jptrainor test/com/MultiGenTest/MultiGenTests/GNUmakefile Added MODULE_PLATFORM_CLFAGS that were missed prior to V101_RC2 tag - darn.
2002/03/25 jptrainor AAFWinSDK/Test/com/MultiGenTest/MultiGenTest.dsp fix release build error
2002/03/25 jptrainor test/com/GNUmakefile Added MultGenTest.
2002/03/25 jptrainor test/com/MultiGenTest/samples/sample_cfg.pl, test/com/MultiGenTest/samples/sample_test_log.txt.gz Initial sample files
2002/03/25 jptrainor test/com/MultiGenTest/ReadMe.html Initial documentation.
2002/03/25 jptrainor test/com/MultiGenTest/MultiGenTest.pl Initial version of MultiGenTest Perl script.
2002/03/25 jptrainor AAFWinSDK/AAFWinSDK.dsw, AAFWinSDK/Test/com/MultiGenTest/MultiGenTest.dsp Add MultiGenTest dependencies.
2002/03/25 jptrainor ref-impl/src/impl/ImplAAFFile.cpp Remove code that disables support for OpenExistingModify when file and host byte order differ.
2002/03/25 jptrainor test/com/MultiGenTest/MultiGenTests/FileOp.cpp Throw proper HRESULT exception on error.
2002/03/24 jptrainor test/com/MultiGenTest/MultiGenTest.cpp report exist status on stdout
2002/03/24 jptrainor test/com/MultiGenTest/MultiGenTests/AddMasterMob.cpp, test/com/MultiGenTest/MultiGenTests/FileOp.cpp, test/com/MultiGenTest/MultiGenTests/FindMasterMob.cpp use new HRESULT exception
2002/03/24 jptrainor test/com/MultiGenTest/MultiGenTests/LoadLib.cpp load/unload com library test module
2002/03/24 jptrainor test/com/MultiGenTest/MultiGenTest.h, test/com/MultiGenTest/MultiGenTest.cpp new exception, new State method
2002/03/20 tbingham dodo/enchiridion.txt Clean up formatting.
2002/03/20 tbingham dodo/enchiridion.txt Add some Windows details.
2002/03/20 tbingham dodo/enchiridion.txt primer on how to run dodo.
2002/03/19 tbingham AAFMacSDK/include/AAF.h Resynchronize generated file - Add AAFFileOpenNewModifyEx() and AAFRawStorageIsAAFFile().
2002/03/19 tbingham AAFMacSDK/dodo/tool/dodo, AAFMacSDK/dodo/tool/dodo.5.mcp, AAFMacSDK/dodo/tool/dodo.6.mcp, dodo/tool/TextStream.cpp Make sure that line endings are being mapped properly.
2002/03/19 tbingham AAFWinSDK/include/AAF.idl Resynchronize generated file - add AAFFileOpenNewModifyEx() and AAFRawStorageIsAAFFile()
2002/03/19 tbingham AAFWinSDK/include/AAF.h, AAFWinSDK/include/AAFPluginTypes.h Resynchronize generated file - add AAFFileOpenNewModifyEx() and AAFRawStorageIsAAFFile()
2002/03/19 tbingham dodo/maketargets.mak Use rm -f to avoid hard errors trying to remove files that are already gone.
2002/03/19 tbingham ref-impl/include/com-api/AAF.h Resynchronize generated file - add AAFFileOpenNewModifyEx() and AAFRawStorageIsAAFFile()
2002/03/19 tbingham ref-impl/include/com-api/AAFPluginTypes.h Resynchronize generated file.
2002/03/19 gmsb ref-impl/src/impl/ImplAAFDictionary.cpp Typo in ImplAAFDictionary::PvtIsPropertyDefDuplicate(...)
2002/03/18 tbingham ref-impl/aaflib/aaflib.cpp Don't map the HRESULT when calling AAFRawStorageIsAAFFile() on a DLL for which this entry point is not implemented - just return AAFRESULT_DLL_SYMBOL_NOT_FOUND
2002/03/18 tbingham AAFi686LinuxSDK/g++/include/AAF.h, dodo/AAFModule.dod, ref-impl/aaflib/aaflib.cpp, ref-impl/aaflib/aaflib.h, ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h, ref-impl/src/com-api/CAAFModule.cpp, ref-impl/src/impl/ImplAAFModule.cpp, ref-impl/src/impl/ImplAAFModule.h Add (stubbed) AAFFileOpenNewModifyEx()
2002/03/18 tbingham AAFi686LinuxSDK/g++/include/AAF.h, dodo/AAFModule.dod, ref-impl/include/com-api/AAF.idl, ref-impl/include/ref-api/AAF.h, ref-impl/src/com-api/CAAFModule.cpp Add AAFRawStorageIsAAFFile().
2002/03/18 tbingham ref-impl/aaflib/aaflibsgi.cpp Print messages to stderr only if _DEBUG is defined.
2002/03/15 tbingham ref-impl/aaflib/aaflib.cpp, ref-impl/aaflib/aaflib.h Add stubbed AAFRawStorageIsAAFFile().
2002/03/15 tbingham ref-impl/src/impl/ImplAAFModule.cpp, ref-impl/src/impl/ImplAAFModule.h Add stubbed AAFRawStorageIsAAFFile().
2002/03/14 jptrainor examples2/axLib/AxTypes.cpp, examples2/axLib/AxUtil.cpp move from snprintf to ordinary sprintf
2002/03/14 jptrainor examples2/axLib/AxDictionary.h, examples2/axMasterMobEx/axMasterMobEx.cpp MSVC doesn't like the new version of AxCreateInstance
2002/03/14 jptrainor test/com/MultiGenTest/GNUmakefile MIPSPro 7.3.1.3m support
2002/03/14 jptrainor build/pdefs-MipsIrix.mk Added new MODULE_PLATFORM_CFLAGS so that makefiles can add custom platform CFLAGS.
2002/03/14 jptrainor examples2/axexamplerules.mk, examples2/axExample/axCompCreate.cpp, examples2/axExample/axEssenceCreate.cpp, examples2/axLib/AxHeader.h, examples2/axLib/AxHrMap.cpp, examples2/axLib/AxIterator.cpp, examples2/axLib/AxProperty.h, examples2/axLib/AxPropertyValueDump.cpp, examples2/axLib/AxTypes.cpp, examples2/axLib/AxUtil.cpp, examples2/axLib/GNUmakefile MipsPro 7.3.1.3m support
2002/03/14 jptrainor examples2/axMasterMobEx/axMasterMobEx.cpp Use new AxCreateInstance template to fix introduced by recent axLib changes.
2002/03/14 jptrainor examples2/axLib/AxDictionary.h Added new AxCreateInstance template that allows differing object, and interface types.

Key

ColorComponent
  Documentation
  Reference-Implementation
  Tests-and-Examples
  Utilities
  Object-Manager
  Build
  Project-and-Makefiles
  API
index

Valid HTML 4.01!