[Opal-commits] opal/kdevelop opal.kdevelop,1.4,1.5
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-02 05:47:29
|
Update of /cvsroot/opal/opal/kdevelop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26719/kdevelop Modified Files: opal.kdevelop Log Message: Fixes in ServoMotor, Vec3r to handle float point errors. Updated unit test framework. Index: opal.kdevelop =================================================================== RCS file: /cvsroot/opal/opal/kdevelop/opal.kdevelop,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** opal.kdevelop 1 Dec 2005 23:55:21 -0000 1.4 --- opal.kdevelop 2 Dec 2005 05:47:20 -0000 1.5 *************** *** 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></cppflags> <ldflags>-lode</ldflags> ! <ccompilerbinary></ccompilerbinary> ! <cxxcompilerbinary></cxxcompilerbinary> ! <f77compilerbinary></f77compilerbinary> ! <cflags></cflags> ! <f77flags></f77flags> </debug> </configurations> *************** *** 173,177 **** </codecompletion> <creategettersetter> ! <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> --- 173,177 ---- </codecompletion> <creategettersetter> ! <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> *************** *** 194,203 **** <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> |