[Opal-commits] opal/kdevelop opal.kdevelop,1.2,1.3
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-01 02:05:03
|
Update of /cvsroot/opal/opal/kdevelop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9152/kdevelop Modified Files: opal.kdevelop Log Message: Implemented Solid::setMass, added unit tests to test it. Added missing Point3r implementation file. Index: opal.kdevelop =================================================================== RCS file: /cvsroot/opal/opal/kdevelop/opal.kdevelop,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opal.kdevelop 13 Nov 2005 18:51:20 -0000 1.2 --- opal.kdevelop 1 Dec 2005 02:04:54 -0000 1.3 *************** *** 14,18 **** <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description/> <versioncontrol/> </general> --- 14,18 ---- <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description></description> <versioncontrol/> </general> *************** *** 48,52 **** <cxxcompiler>kdevgppoptions</cxxcompiler> <f77compiler>kdevg77options</f77compiler> ! <cxxflags>-O0 -g3</cxxflags> <envvars> <envvar value="ccache g++" name="CXX" /> --- 48,52 ---- <cxxcompiler>kdevgppoptions</cxxcompiler> <f77compiler>kdevg77options</f77compiler> ! <cxxflags>-O0 -g3 -Wall</cxxflags> <envvars> <envvar value="ccache g++" name="CXX" /> *************** *** 159,170 **** </substmap> <kdevcppsupport> ! <references> ! <pcs>STL</pcs> ! <pcs>ODE physics engine</pcs> ! <pcs>RakNet</pcs> ! <pcs>TrueAxis</pcs> ! <pcs>TinyXML</pcs> ! <pcs>OGRE 3D engine</pcs> ! </references> <codecompletion> <includeGlobalFunctions>true</includeGlobalFunctions> --- 159,163 ---- </substmap> <kdevcppsupport> ! <references/> <codecompletion> <includeGlobalFunctions>true</includeGlobalFunctions> *************** *** 180,184 **** </codecompletion> <creategettersetter> ! <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> --- 173,177 ---- </codecompletion> <creategettersetter> ! <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> *************** *** 187,190 **** --- 180,188 ---- <inlineSet>true</inlineSet> </creategettersetter> + <qt> + <used>false</used> + <version>3</version> + <root>/usr/qt/3</root> + </qt> </kdevcppsupport> <cppsupportpart> *************** *** 196,205 **** <kdevdebugger> <general> ! <programargs/> ! <gdbpath/> ! <dbgshell/> ! <configGdbScript/> ! <runShellScript/> ! <runGdbScript/> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> --- 194,203 ---- <kdevdebugger> <general> ! <programargs></programargs> ! <gdbpath></gdbpath> ! <dbgshell></dbgshell> ! <configGdbScript></configGdbScript> ! <runShellScript></runShellScript> ! <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> *************** *** 213,218 **** </kdevdebugger> <ctagspart> ! <customArguments/> ! <customTagfilePath/> </ctagspart> </kdevelop> --- 211,216 ---- </kdevdebugger> <ctagspart> ! <customArguments></customArguments> ! <customTagfilePath></customTagfilePath> </ctagspart> </kdevelop> |