[Opal-commits] opal/scripts/kdevelop opal.kdevelop,1.3,1.4
Status: Inactive
Brought to you by:
tylerstreeter
From: Olex <ole...@us...> - 2005-12-15 05:09:15
|
Update of /cvsroot/opal/opal/scripts/kdevelop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13249/scripts/kdevelop Modified Files: opal.kdevelop Log Message: Added unit tests for VolumeSensor and Joint. Found a bug with CCylinder+VolumeSensor+MeshSolid. Extra asserts in ODESimulator. Index: opal.kdevelop =================================================================== RCS file: /cvsroot/opal/opal/scripts/kdevelop/opal.kdevelop,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** opal.kdevelop 10 Dec 2005 22:41:06 -0000 1.3 --- opal.kdevelop 15 Dec 2005 05:08:58 -0000 1.4 *************** *** 3,7 **** <general> <author>Oleksandr Lozitskiy</author> ! <email/> <version>0.4.0</version> <projectmanagement>KDevAutoProject</projectmanagement> --- 3,7 ---- <general> <author>Oleksandr Lozitskiy</author> ! <email></email> <version>0.4.0</version> <projectmanagement>KDevAutoProject</projectmanagement> *************** *** 14,18 **** <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description/> <versioncontrol/> </general> --- 14,18 ---- <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description></description> <versioncontrol/> </general> *************** *** 52,63 **** <envvar value="ccache g++" name="CXX" /> </envvars> ! <topsourcedir/> <cppflags>-DOPAL_USE_DOUBLE</cppflags> <ldflags>-lode</ldflags> ! <ccompilerbinary/> ! <cxxcompilerbinary/> ! <f77compilerbinary/> ! <cflags/> ! <f77flags/> </debug> </configurations> --- 52,63 ---- <envvar value="ccache g++" name="CXX" /> </envvars> ! <topsourcedir></topsourcedir> <cppflags>-DOPAL_USE_DOUBLE</cppflags> <ldflags>-lode</ldflags> ! <ccompilerbinary></ccompilerbinary> ! <cxxcompilerbinary></cxxcompilerbinary> ! <f77compilerbinary></f77compilerbinary> ! <cflags></cflags> ! <f77flags></f77flags> </debug> </configurations> *************** *** 174,178 **** </codecompletion> <creategettersetter> ! <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> --- 174,178 ---- </codecompletion> <creategettersetter> ! <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> *************** *** 195,204 **** <kdevdebugger> <general> ! <programargs/> ! <gdbpath/> ! <dbgshell/> ! <configGdbScript/> ! <runShellScript/> ! <runGdbScript/> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> --- 195,204 ---- <kdevdebugger> <general> ! <programargs></programargs> ! <gdbpath></gdbpath> ! <dbgshell></dbgshell> ! <configGdbScript></configGdbScript> ! <runShellScript></runShellScript> ! <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> |