You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(128) |
Dec
(65) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(48) |
Feb
(132) |
Mar
(95) |
Apr
(47) |
May
(54) |
Jun
(2) |
Jul
(57) |
Aug
(109) |
Sep
(131) |
Oct
(186) |
Nov
(105) |
Dec
(78) |
2007 |
Jan
(125) |
Feb
(105) |
Mar
(52) |
Apr
(104) |
May
(63) |
Jun
(116) |
Jul
(76) |
Aug
|
Sep
(18) |
Oct
(93) |
Nov
(110) |
Dec
(169) |
2008 |
Jan
(90) |
Feb
(64) |
Mar
(41) |
Apr
(23) |
May
(6) |
Jun
(18) |
Jul
(10) |
Aug
(61) |
Sep
(139) |
Oct
(50) |
Nov
(55) |
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
(62) |
Apr
(22) |
May
(17) |
Jun
(19) |
Jul
(40) |
Aug
(21) |
Sep
|
Oct
(40) |
Nov
(23) |
Dec
|
2010 |
Jan
(14) |
Feb
(40) |
Mar
(9) |
Apr
(11) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(22) |
Sep
(15) |
Oct
|
Nov
(2) |
Dec
|
2011 |
Jan
(13) |
Feb
(10) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(33) |
May
(20) |
Jun
|
Jul
(8) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Braden M. <br...@us...> - 2006-02-12 03:15:48
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/src/libopenvrml/openvrml Modified Files: browser.cpp node_impl_util.h Log Message: Build with Microsoft Visual C++ 8.0. Index: node_impl_util.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/node_impl_util.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** node_impl_util.h 19 Dec 2005 07:33:39 -0000 1.7 --- node_impl_util.h 12 Feb 2006 03:15:40 -0000 1.8 *************** *** 449,453 **** --- 449,457 ---- openvrml::node & node, const typename FieldValue::value_type & value = + # if defined(_MSC_VER) && (_MSC_VER == 1400) + FieldValue::value_type()); + # else typename FieldValue::value_type()); + # endif exposedfield(const exposedfield<FieldValue> & obj) throw (); virtual ~exposedfield() throw (); Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** browser.cpp 10 Feb 2006 09:12:57 -0000 1.124 --- browser.cpp 12 Feb 2006 03:15:40 -0000 1.125 *************** *** 2904,2908 **** escaped = '%' >> xdigit_p >> xdigit_p ! ; } --- 2904,2908 ---- escaped = '%' >> xdigit_p >> xdigit_p ! ; } *************** *** 7268,7272 **** # ifdef _WIN32 _timeb timebuffer; ! _ftime(&timebuffer); currentTime = double(timebuffer.time) + 1.0e-3 * double(timebuffer.millitm); # else --- 7268,7273 ---- # ifdef _WIN32 _timeb timebuffer; ! const errno_t err = _ftime_s(&timebuffer); ! assert(err == 0); currentTime = double(timebuffer.time) + 1.0e-3 * double(timebuffer.millitm); # else |
From: Braden M. <br...@us...> - 2006-02-12 03:15:48
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/antlr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects/Windows/VisualC8_0/OpenVRML/antlr Added Files: antlr.vcproj Log Message: Build with Microsoft Visual C++ 8.0. --- NEW FILE: antlr.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="antlr" ProjectGUID="{ED407BF6-F8A1-4C7E-9952-E5454896AC63}" RootNamespace="antlr" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4231;4355" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" PreprocessorDefinitions="NDEBUG" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4231;4355" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" PreprocessorDefinitions="NDEBUG" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" > <File RelativePath="..\..\..\..\..\lib\antlr\src\ANTLRUtil.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\ASTFactory.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\ASTNULLType.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\ASTRefCount.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\BaseAST.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\BitSet.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CharBuffer.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CharScanner.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CommonAST.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CommonASTWithHiddenTokens.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CommonHiddenStreamToken.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\CommonToken.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\InputBuffer.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\LLkParser.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\MismatchedCharException.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\MismatchedTokenException.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\NoViableAltException.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\NoViableAltForCharException.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\Parser.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\RecognitionException.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\String.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\Token.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\TokenBuffer.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\TokenStreamBasicFilter.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\TokenStreamHiddenTokenFilter.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\TokenStreamSelector.cpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\src\TreeParser.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc" > <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ANTLRException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ANTLRUtil.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\AST.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ASTArray.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ASTFactory.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ASTNULLType.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ASTPair.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ASTRefCount.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\BaseAST.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\BitSet.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CharBuffer.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CharInputBuffer.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CharScanner.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CharStreamException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CharStreamIOException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CircularQueue.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CommonAST.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CommonASTWithHiddenTokens.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CommonHiddenStreamToken.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\CommonToken.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\config.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\InputBuffer.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\IOException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\LexerSharedInputState.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\LLkParser.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\MismatchedCharException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\MismatchedTokenException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\NoViableAltException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\NoViableAltForCharException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\Parser.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\ParserSharedInputState.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\RecognitionException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\RefCount.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\SemanticException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\String.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\Token.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenBuffer.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStream.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamBasicFilter.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamHiddenTokenFilter.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamIOException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamRecognitionException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamRetryException.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TokenStreamSelector.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TreeParser.hpp" > </File> <File RelativePath="..\..\..\..\..\lib\antlr\antlr\TreeParserSharedInputState.hpp" > </File> </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> |
From: Braden M. <br...@us...> - 2006-02-12 03:15:48
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Added Files: openvrml-config.h openvrml.vcproj Log Message: Build with Microsoft Visual C++ 8.0. --- NEW FILE: openvrml.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="openvrml" ProjectGUID="{E5287CD2-4BAC-4341-AF28-A1F9C0F5949C}" RootNamespace="openvrml" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm400" Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_LIB;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="C:\cygwin\home\bmcdaniel\src\openvrml\openvrml\src\openvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm400" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_LIB;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="C:\cygwin\home\bmcdaniel\src\openvrml\openvrml\src\openvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm400" Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_LIB;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="C:\cygwin\home\bmcdaniel\src\openvrml\openvrml\src\openvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/Zm400" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_DLL;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="C:\cygwin\home\bmcdaniel\src\openvrml\openvrml\src\openvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" > <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\basetypes.cpp" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4996" /> </FileConfiguration> <FileConfiguration Name="Debug DLL|Win32" > <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4996" /> </FileConfiguration> </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\bounding_volume.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\browser.cpp" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4355" /> </FileConfiguration> <FileConfiguration Name="Debug DLL|Win32" > <Tool Name="VCCLCompilerTool" DisableSpecificWarnings="4355" /> </FileConfiguration> </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\event.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\exposedfield.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\field_value.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\frustum.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\node.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\node_impl_util.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\rendering_context.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\scope.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\script.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\ScriptJDK.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\viewer.cpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\vrml97node.cpp" > <FileConfiguration Name="Debug|Win32" > <Tool Name="VCCLCompilerTool" AdditionalOptions="/bigobj" MinimalRebuild="false" DebugInformationFormat="1" /> </FileConfiguration> <FileConfiguration Name="Release|Win32" > <Tool Name="VCCLCompilerTool" Optimization="0" EnableFunctionLevelLinking="false" /> </FileConfiguration> <FileConfiguration Name="Debug DLL|Win32" > <Tool Name="VCCLCompilerTool" AdditionalOptions="/bigobj" MinimalRebuild="false" DebugInformationFormat="1" /> </FileConfiguration> <FileConfiguration Name="Release DLL|Win32" > <Tool Name="VCCLCompilerTool" Optimization="0" EnableFunctionLevelLinking="false" /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc" > <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\basetypes.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\bounding_volume.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\browser.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\common.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\event.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\exposedfield.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\field_value.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\frustum.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\node.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\node_impl_util.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml-common.h" > </File> <File RelativePath=".\openvrml-config.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\private.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\rendering_context.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\scope.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\script.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\ScriptJDK.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\viewer.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\vrml97node.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\Vrml97Parser.hpp" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\Vrml97ParserTokenTypes.hpp" > </File> </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > <File RelativePath="..\..\..\..\..\src\libopenvrml\openvrml\Vrml97Parser.g" > </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE: openvrml-config.h --- // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 4; -*- // // OpenVRML // // Copyright 2005 Braden McDaniel // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // # ifndef OPENVRML_CONFIG_H # define OPENVRML_CONFIG_H # if defined(OPENVRML_BUILD_DLL) # define OPENVRML_API __declspec(dllexport) # elif defined(OPENVRML_USE_DLL) # define OPENVRML_API __declspec(dllimport) # elif defined(OPENVRML_BUILD_LIB) # define OPENVRML_API # elif defined(OPENVRML_USE_LIB) # define OPENVRML_API # else # error Must define one of OPENVRML_BUILD_DLL, OPENVRML_USE_DLL, OPENVRML_BUILD_LIB, or OPENVRML_USE_LIB. # endif # define OPENVRML_LOCAL # endif // ifndef OPENVRML_CONFIG_H |
From: Braden M. <br...@us...> - 2006-02-12 03:15:47
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer Added Files: sdl-viewer.vcproj Log Message: Build with Microsoft Visual C++ 8.0. --- NEW FILE: sdl-viewer.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="sdl-viewer" ProjectGUID="{2DD5D192-3E85-4E64-854B-DF7A1FF06B76}" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="Debug" IntermediateDirectory="Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\openvrml;..\..\..\..\..\src\libopenvrml;"..\openvrml-gl";"..\..\..\..\..\src\libopenvrml-gl"" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;OPENVRML_USE_LIB;OPENVRML_GL_USE_LIB" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4250;4290;4355" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib opengl32.lib glu32.lib SDLmain.lib SDL.lib" OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="2" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/sdl-viewer.pdb" SubSystem="2" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="Release" IntermediateDirectory="Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\..\..\src\libopenvrml;"..\..\..\..\..\src\libopenvrml-gl";..\openvrml;"..\openvrml-gl"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;OPENVRML_USE_LIB;OPENVRML_GL_USE_LIB" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\openvrml;..\..\..\..\..\src\libopenvrml;"..\openvrml-gl";"..\..\..\..\..\src\libopenvrml-gl"" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;OPENVRML_USE_LIB;OPENVRML_GL_USE_LIB" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4250;4290;4355" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib opengl32.lib glu32.lib SDLmain.lib SDL.lib" OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="2" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/sdl-viewer.pdb" SubSystem="2" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\..\..\src\libopenvrml;"..\..\..\..\..\src\libopenvrml-gl";..\openvrml;"..\openvrml-gl"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;OPENVRML_USE_DLL;OPENVRML_GL_USE_DLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File RelativePath="..\..\..\..\..\examples\sdl_viewer.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> |
From: Braden M. <br...@us...> - 2006-02-12 03:15:47
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl Added Files: openvrml-gl-config.h openvrml-gl.vcproj Log Message: Build with Microsoft Visual C++ 8.0. --- NEW FILE: openvrml-gl-config.h --- // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 4; -*- // // OpenVRML // // Copyright 2005 Braden McDaniel // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // # ifndef OPENVRML_GL_CONFIG_H # define OPENVRML_GL_CONFIG_H # if defined(OPENVRML_GL_BUILD_DLL) # define OPENVRML_GL_API __declspec(dllexport) # elif defined(OPENVRML_GL_USE_DLL) # define OPENVRML_GL_API __declspec(dllimport) # elif defined(OPENVRML_GL_BUILD_LIB) # define OPENVRML_GL_API # elif defined(OPENVRML_GL_USE_LIB) # define OPENVRML_GL_API # else # error Must define one of OPENVRML_GL_BUILD_DLL, OPENVRML_GL_USE_DLL, OPENVRML_GL_BUILD_LIB, or OPENVRML_GL_USE_LIB. # endif # define OPENVRML_GL_LOCAL # endif // ifndef OPENVRML_GL_CONFIG_H --- NEW FILE: openvrml-gl.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="openvrml-gl" ProjectGUID="{141F90C2-6630-4D7A-834F-D5D57C6CFC24}" RootNamespace="openvrml-gl" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;"..\..\..\..\..\src\libopenvrml-gl";..\openvrml;..\..\..\..\..\src\libopenvrml" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_WINDOWS_H;OPENVRML_USE_LIB;OPENVRML_GL_BUILD_LIB" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4099;4250;4290;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="..\..\..\..\..\src\libopenvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(OutDir)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories=""..\..\..\..\..\src\libopenvrml-gl";..\..\..\..\..\src\libopenvrml;..\openvrml;." PreprocessorDefinitions="WIN32;NDEBUG;HAVE_WINDOWS_H;OPENVRML_GL_BUILD_LIB;OPENVRML_USE_LIB" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4099;4250;4290;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;"..\..\..\..\..\src\libopenvrml-gl";..\openvrml;..\..\..\..\..\src\libopenvrml" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_WINDOWS_H;OPENVRML_USE_LIB;OPENVRML_GL_BUILD_LIB" MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" DisableSpecificWarnings="4099;4250;4290;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" AdditionalIncludeDirectories="..\..\..\..\..\src\libopenvrml" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release DLL|Win32" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="true" AdditionalIncludeDirectories=""..\..\..\..\..\src\libopenvrml-gl";..\..\..\..\..\src\libopenvrml;..\openvrml;." PreprocessorDefinitions="WIN32;NDEBUG;HAVE_WINDOWS_H;OPENVRML_GL_BUILD_DLL;OPENVRML_USE_DLL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4099;4250;4290;4800" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" > <File RelativePath="..\..\..\..\..\src\libopenvrml-gl\openvrml\gl\viewer.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc" > <File RelativePath="..\..\..\..\..\src\libopenvrml-gl\openvrml-gl-common.h" > </File> <File RelativePath=".\openvrml-gl-config.h" > </File> <File RelativePath="..\..\..\..\..\src\libopenvrml-gl\openvrml\gl\viewer.h" > </File> </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > </Filter> </Files> <Globals> </Globals> </VisualStudioProject> |
From: Braden M. <br...@us...> - 2006-02-12 03:15:47
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects Modified Files: Makefile.am Log Message: Build with Microsoft Visual C++ 8.0. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 10 Feb 2006 08:09:31 -0000 1.9 --- Makefile.am 12 Feb 2006 03:15:39 -0000 1.10 *************** *** 6,8 **** Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj ! EXTRA_DIST = $(VISUALC7_1_FILES) --- 6,15 ---- Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj ! VISUALC8_0_FILES = \ ! Windows/VisualC8_0/OpenVRML/OpenVRML.sln \ ! Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj \ ! Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj \ ! Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj \ ! Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj ! ! EXTRA_DIST = $(VISUALC7_1_FILES) $(VISUALC8_0_FILES) |
From: Braden M. <br...@us...> - 2006-02-12 03:15:46
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983 Modified Files: ChangeLog Log Message: Build with Microsoft Visual C++ 8.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1131 retrieving revision 1.1132 diff -C2 -d -r1.1131 -r1.1132 *** ChangeLog 10 Feb 2006 09:12:57 -0000 1.1131 --- ChangeLog 12 Feb 2006 03:15:38 -0000 1.1132 *************** *** 1,2 **** --- 1,27 ---- + 2006-02-11 Braden McDaniel <br...@en...> + + Build with Microsoft Visual C++ 8.0. + + * ide-projects/Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj: + Added file. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml-config.h: + Added file. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Added file. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl-config.h: + Added file. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj: + Added file. + * ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj: + Added file. + * ide-projects/Makefile.am: Added Visual C++ 8.0 project files. + * src/libopenvrml/openvrml/browser.cpp + (openvrml::browser::current_time()): Use _ftime_s instead of + _ftime; the latter is deprecated by Microsoft cl 14.0. + * src/libopenvrml/openvrml/node_impl_util.h + (openvrml::node_impl_util::exposedfield<FieldValue>::exposedfield(openvrml::node&, + const typename FieldValue::value_type &)): Removed "typename" from + default value for Microsoft cl 14.0. + 2006-02-10 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-02-12 02:45:36
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11284/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer added to the repository |
From: Braden M. <br...@us...> - 2006-02-12 02:45:36
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11284/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl added to the repository |
From: Braden M. <br...@us...> - 2006-02-12 02:45:35
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11284/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml added to the repository |
From: Braden M. <br...@us...> - 2006-02-12 02:45:35
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/antlr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11284/ide-projects/Windows/VisualC8_0/OpenVRML/antlr Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/antlr added to the repository |
From: Braden M. <br...@us...> - 2006-02-12 02:44:28
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11000/ide-projects/Windows/VisualC8_0/OpenVRML Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML added to the repository |
From: Braden M. <br...@us...> - 2006-02-12 02:43:06
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10585/ide-projects/Windows/VisualC8_0 Log Message: Directory /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0 added to the repository |
From: Braden M. <br...@us...> - 2006-02-10 09:13:08
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26966/src/libopenvrml/openvrml Modified Files: browser.cpp node.h Log Message: It is not desirable for arbitrary clients of openvrml::node to be able to share ownership of the scope. Changed openvrml::node::scope() to return a reference rather than a boost::shared_ptr. Index: node.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/node.h,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** node.h 8 Dec 2005 06:50:14 -0000 1.46 --- node.h 10 Feb 2006 09:12:57 -0000 1.47 *************** *** 299,302 **** --- 299,303 ---- class OPENVRML_API node : boost::noncopyable { friend class proto_node; + friend class externproto_node; friend std::ostream & operator<<(std::ostream & out, const node & n); *************** *** 422,426 **** void id(const std::string & node_id) throw (std::bad_alloc); ! const boost::shared_ptr<openvrml::scope> & scope() const throw (); openvrml::scene * scene() const throw (); --- 423,427 ---- void id(const std::string & node_id) throw (std::bad_alloc); ! openvrml::scope & scope() const throw (); openvrml::scene * scene() const throw (); *************** *** 540,546 **** } ! inline const boost::shared_ptr<scope> & node::scope() const throw () { ! return this->scope_; } --- 541,548 ---- } ! inline scope & node::scope() const throw () { ! assert(this->scope_); ! return *this->scope_; } Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** browser.cpp 21 Jan 2006 20:32:03 -0000 1.123 --- browser.cpp 10 Feb 2006 09:12:57 -0000 1.124 *************** *** 403,412 **** } // namespace openvrml - namespace { - class externproto_node; - } - namespace openvrml { /** * @internal [...1162 lines suppressed...] ! */ ! openvrml::viewpoint_node * openvrml::externproto_node::to_viewpoint() throw () ! { ! return node_cast<viewpoint_node *>(this->proto_node_.get()); ! } *************** *** 7907,7911 **** const intrusive_ptr<node> & n = this->scene_->nodes().front(); if (n) { ! node * const vp = n->scope()->find_node(viewpoint_node_id); initial_viewpoint = dynamic_cast<viewpoint_node *>(vp); } --- 7890,7894 ---- const intrusive_ptr<node> & n = this->scene_->nodes().front(); if (n) { ! node * const vp = n->scope().find_node(viewpoint_node_id); initial_viewpoint = dynamic_cast<viewpoint_node *>(vp); } |
From: Braden M. <br...@us...> - 2006-02-10 09:13:06
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26966 Modified Files: ChangeLog Log Message: It is not desirable for arbitrary clients of openvrml::node to be able to share ownership of the scope. Changed openvrml::node::scope() to return a reference rather than a boost::shared_ptr. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1130 retrieving revision 1.1131 diff -C2 -d -r1.1130 -r1.1131 *** ChangeLog 10 Feb 2006 08:09:31 -0000 1.1130 --- ChangeLog 10 Feb 2006 09:12:57 -0000 1.1131 *************** *** 1,4 **** --- 1,23 ---- 2006-02-10 Braden McDaniel <br...@en...> + It is not desirable for arbitrary clients of openvrml::node to be + able to share ownership of the scope. Changed + openvrml::node::scope() to return a reference rather than a + boost::shared_ptr. + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::externproto_node): Moved externproto_node to the + openvrml namespace from the anonymous namespace. + (openvrml::externproto_node(proto_node_type &)): Access + openvrml::node::scope_ directly since we need to transmit shared + ownership. + * src/libopenvrml/openvrml/node.h (openvrml::node): Made + openvrml::externproto_node a friend. + (openvrml::node::scope() const): Changed to return an + openvrml::scope& rathern than a const + boost::shared_ptr<openvrml::scope>. + + 2006-02-10 Braden McDaniel <br...@en...> + * ide-projects/Makefile.am (VISUALC7_1_FILES): Added missing line continuation. |
From: Braden M. <br...@us...> - 2006-02-10 08:09:42
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3826/ide-projects Modified Files: Makefile.am Log Message: Added missing line continuation. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 10 Feb 2006 00:23:28 -0000 1.8 --- Makefile.am 10 Feb 2006 08:09:31 -0000 1.9 *************** *** 3,7 **** Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \ ! Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj --- 3,7 ---- Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \ ! Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj \ Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj |
From: Braden M. <br...@us...> - 2006-02-10 08:09:41
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3826 Modified Files: ChangeLog Log Message: Added missing line continuation. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1129 retrieving revision 1.1130 diff -C2 -d -r1.1129 -r1.1130 *** ChangeLog 10 Feb 2006 00:23:25 -0000 1.1129 --- ChangeLog 10 Feb 2006 08:09:31 -0000 1.1130 *************** *** 1,2 **** --- 1,7 ---- + 2006-02-10 Braden McDaniel <br...@en...> + + * ide-projects/Makefile.am (VISUALC7_1_FILES): Added missing line + continuation. + 2006-02-09 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-02-10 00:23:36
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724 Modified Files: ChangeLog Log Message: Updated to include sdl-viewer project file instead of the old lookat one. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1128 retrieving revision 1.1129 diff -C2 -d -r1.1128 -r1.1129 *** ChangeLog 6 Feb 2006 02:53:18 -0000 1.1128 --- ChangeLog 10 Feb 2006 00:23:25 -0000 1.1129 *************** *** 1,2 **** --- 1,7 ---- + 2006-02-09 Braden McDaniel <br...@en...> + + * ide-projects/Makefile.am (VISUALC7_1_FILES): Updated to include + sdl-viewer project file instead of the old lookat one. + 2006-02-05 Braden McDaniel <br...@en...> *************** *** 618,622 **** (test_browser::do_get_resource(const std::string &): Changed file_resource_istream to override the private virtual functions of ! openvrml::resource_istream. 2005-12-20 Braden McDaniel <br...@en...> --- 623,627 ---- (test_browser::do_get_resource(const std::string &): Changed file_resource_istream to override the private virtual functions of ! openvrml::resource_istream. 2005-12-20 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-02-10 00:23:36
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3724/ide-projects Modified Files: Makefile.am Log Message: Updated to include sdl-viewer project file instead of the old lookat one. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 26 Nov 2004 04:22:20 -0000 1.7 --- Makefile.am 10 Feb 2006 00:23:28 -0000 1.8 *************** *** 2,8 **** Windows/VisualC7_1/OpenVRML/OpenVRML.sln \ Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \ - Windows/VisualC7_1/OpenVRML/lookat/lookat.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj EXTRA_DIST = $(VISUALC7_1_FILES) --- 2,8 ---- Windows/VisualC7_1/OpenVRML/OpenVRML.sln \ Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \ Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj + Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj EXTRA_DIST = $(VISUALC7_1_FILES) |
From: Braden M. <br...@us...> - 2006-02-06 02:53:37
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1571/src/libopenvrml-gl/openvrml/gl Modified Files: viewer.cpp Log Message: Removed unused functions. Index: viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** viewer.cpp 6 Feb 2006 01:17:23 -0000 1.40 --- viewer.cpp 6 Feb 2006 02:53:18 -0000 1.41 *************** *** 106,122 **** }; - OPENVRML_GL_LOCAL inline double length(const float vec[3]) { - return sqrt(vec[0] * vec[0] + vec[1] * vec[1] + vec[2] * vec[2]); - } - - OPENVRML_GL_LOCAL inline void normalize(float vec[3]) { - const float len = float(length(vec)); - if (!fequal<float>()(len, 0.0f)) { - vec[0] /= len; - vec[1] /= len; - vec[2] /= len; - } - } - class OPENVRML_GL_LOCAL gl_capabilities { public: --- 106,109 ---- *************** *** 1526,1532 **** const double radius, const int numFacets, ! float c[][3], ! float tc[][3], ! int faces[]) { double angle, x, y; --- 1513,1519 ---- const double radius, const int numFacets, ! float (*c)[3], ! float (*tc)[3], ! int * faces) { double angle, x, y; *************** *** 2579,2585 **** } ! OPENVRML_GL_LOCAL void texGenParams(float bounds[], // xmin,xmax, ymin,ymax, zmin,zmax ! int axes[2], // s, t ! float params[4]) // s0, 1/sSize, t0, 1/tSize { axes[0] = 0; --- 2566,2572 ---- } ! OPENVRML_GL_LOCAL void texGenParams(float (&bounds)[6], // xmin,xmax, ymin,ymax, zmin,zmax ! int (&axes)[2], // s, t ! float (¶ms)[4]) // s0, 1/sSize, t0, 1/tSize { axes[0] = 0; *************** *** 2945,2950 **** OPENVRML_GL_LOCAL void computeSphere(const double radius, const int numLatLong, ! float c[][3], ! float tc[][3], int *faces) { --- 2932,2937 ---- OPENVRML_GL_LOCAL void computeSphere(const double radius, const int numLatLong, ! float (*c)[3], ! float (*tc)[3], int *faces) { |
From: Braden M. <br...@us...> - 2006-02-06 02:53:37
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1571 Modified Files: ChangeLog Log Message: Removed unused functions. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1127 retrieving revision 1.1128 diff -C2 -d -r1.1127 -r1.1128 *** ChangeLog 6 Feb 2006 01:17:23 -0000 1.1127 --- ChangeLog 6 Feb 2006 02:53:18 -0000 1.1128 *************** *** 1,4 **** --- 1,12 ---- 2006-02-05 Braden McDaniel <br...@en...> + Removed unused functions. + + * src/libopenvrml-gl/openvrml/gl/viewer.cpp + (length(const float[3])): Removed. + (normalize(float[3])): Removed. + + 2006-02-05 Braden McDaniel <br...@en...> + * src/libopenvrml-gl/openvrml/gl/viewer.cpp (indexFaceNormal(size_t, size_t, size_t, const |
From: Braden M. <br...@us...> - 2006-02-06 01:17:32
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32654 Modified Files: ChangeLog Log Message: Normalize the vec3f returned from indexFaceNormal. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1126 retrieving revision 1.1127 diff -C2 -d -r1.1126 -r1.1127 *** ChangeLog 6 Feb 2006 00:55:48 -0000 1.1126 --- ChangeLog 6 Feb 2006 01:17:23 -0000 1.1127 *************** *** 2,5 **** --- 2,11 ---- * src/libopenvrml-gl/openvrml/gl/viewer.cpp + (indexFaceNormal(size_t, size_t, size_t, const + std::vector<openvrml::vec3f> &)): Normalize the returned vec3f. + + 2006-02-05 Braden McDaniel <br...@en...> + + * src/libopenvrml-gl/openvrml/gl/viewer.cpp (shell_tess_begin(GLenum, void *)): Fixed use of glColor3fv where glNormal3fv should be used. |
From: Braden M. <br...@us...> - 2006-02-06 01:17:32
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32654/src/libopenvrml-gl/openvrml/gl Modified Files: viewer.cpp Log Message: Normalize the vec3f returned from indexFaceNormal. Index: viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** viewer.cpp 6 Feb 2006 00:55:48 -0000 1.39 --- viewer.cpp 6 Feb 2006 01:17:23 -0000 1.40 *************** *** 262,266 **** const vec3f v1 = points[i2] - points[i3]; const vec3f v2 = points[i2] - points[i1]; ! return v1 * v2; } } --- 262,266 ---- const vec3f v1 = points[i2] - points[i3]; const vec3f v2 = points[i2] - points[i1]; ! return (v1 * v2).normalize(); } } |
From: Braden M. <br...@us...> - 2006-02-06 00:55:56
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23461/src/libopenvrml-gl/openvrml/gl Modified Files: viewer.cpp Log Message: Fixed use of glColor3fv where glNormal3fv should be used. Index: viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** viewer.cpp 6 Feb 2006 00:50:36 -0000 1.38 --- viewer.cpp 6 Feb 2006 00:55:48 -0000 1.39 *************** *** 292,296 **** : user_data_.face_index; if (normal_index < user_data_.face_normal->size()) { ! glColor3fv(&(*user_data_.face_normal)[normal_index][0]); } } --- 292,296 ---- : user_data_.face_index; if (normal_index < user_data_.face_normal->size()) { ! glNormal3fv(&(*user_data_.face_normal)[normal_index][0]); } } |
From: Braden M. <br...@us...> - 2006-02-06 00:55:56
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23461 Modified Files: ChangeLog Log Message: Fixed use of glColor3fv where glNormal3fv should be used. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1125 retrieving revision 1.1126 diff -C2 -d -r1.1125 -r1.1126 *** ChangeLog 6 Feb 2006 00:50:35 -0000 1.1125 --- ChangeLog 6 Feb 2006 00:55:48 -0000 1.1126 *************** *** 1,4 **** --- 1,10 ---- 2006-02-05 Braden McDaniel <br...@en...> + * src/libopenvrml-gl/openvrml/gl/viewer.cpp + (shell_tess_begin(GLenum, void *)): Fixed use of glColor3fv where + glNormal3fv should be used. + + 2006-02-05 Braden McDaniel <br...@en...> + Added missing instances of OPENVRML_GL_LOCAL. |