From: <nsm...@us...> - 2008-06-22 19:02:59
|
Revision: 2245 http://csp.svn.sourceforge.net/csp/?rev=2245&view=rev Author: nsmoooose Date: 2008-06-22 12:02:50 -0700 (Sun, 22 Jun 2008) Log Message: ----------- The following fixes has been made. * env.Copy() method used with scons is deprecated. Replaced this method call with env.Clone() * Several gcc (4.3) warnings occured when a typedef was named the same as a class name. * Some other gcc warnings as well. Modified Paths: -------------- trunk/csp/csplib/SConscript trunk/csp/csplib/data/Matrix3.h trunk/csp/csplib/data/Vector3.h trunk/csp/csplib/thread/Thread.h trunk/csp/csplib/util/FileUtility.cpp trunk/csp/csplib/util/LogStream.cpp trunk/csp/csplib/util/StringTools.h trunk/csp/csplib/util/SynchronousUpdate.cpp trunk/csp/csplib/util/SynchronousUpdate.h trunk/csp/csplib/util/Verify.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/DoubleChannelMirror.cpp trunk/csp/cspsim/Exception.cpp trunk/csp/cspsim/SConscript trunk/csp/cspsim/f16/DataEntry.h trunk/csp/cspsim/hud/Display.cpp trunk/csp/cspsim/sound/SoundModel.cpp trunk/csp/cspsim/theater/FeatureGroup.h trunk/csp/cspsim/wf/ControlGeometryBuilder.h trunk/csp/dist/win/devpack/build/SConscript.libvorbis trunk/csp/dist/win/devpack/build/SConscript.openscenegraph trunk/csp/dist/win/devpack/build/SConscript.sdl trunk/csp/dist/win/devpack/build/devpack.py trunk/csp/modules/chunklod/SConscript trunk/csp/modules/demeter/SConscript trunk/csp/tools/build/libconf.py trunk/csp/tools/build/registry.py trunk/csp/tools/build/rules.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |