[brlcad-commits] SF.net SVN: brlcad:[44236] geomcore/trunk/include/ByteArray.h

2011-04-06 Thread davidloman
Revision: 44236 http://brlcad.svn.sourceforge.net/brlcad/?rev=44236view=rev Author: davidloman Date: 2011-04-06 12:17:16 + (Wed, 06 Apr 2011) Log Message: --- Fix typo! Modified Paths: -- geomcore/trunk/include/ByteArray.h Modified:

[brlcad-commits] SF.net SVN: brlcad:[44237] brlcad/trunk/src/tclscripts/mged/openw.tcl

2011-04-06 Thread bob1961
Revision: 44237 http://brlcad.svn.sourceforge.net/brlcad/?rev=44237view=rev Author: bob1961 Date: 2011-04-06 15:02:38 + (Wed, 06 Apr 2011) Log Message: --- Added a wrapper for the call to dbupgrade from the Tools menu. This catches the call and prints the results to

[brlcad-commits] SF.net SVN: brlcad:[44239] brlcad/trunk/src/librt/primitives/bot/ g_bot_include.c

2011-04-06 Thread indianlarry
Revision: 44239 http://brlcad.svn.sourceforge.net/brlcad/?rev=44239view=rev Author: indianlarry Date: 2011-04-06 16:34:42 + (Wed, 06 Apr 2011) Log Message: --- Having issues with 'size_t' declaration of some variables within function rt_bot_makesegs_(). Variables need

[brlcad-commits] SF.net SVN: brlcad:[44241] brlcad/trunk/src/librt/opennurbs_ext.h

2011-04-06 Thread erikgreenwald
Revision: 44241 http://brlcad.svn.sourceforge.net/brlcad/?rev=44241view=rev Author: erikgreenwald Date: 2011-04-06 18:13:03 + (Wed, 06 Apr 2011) Log Message: --- remove inline calls that cause gcc3.4.6 to fail (needs review) Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[44240] geomcore/trunk/src/libgvm

2011-04-06 Thread starseeker
Revision: 44240 http://brlcad.svn.sourceforge.net/brlcad/?rev=44240view=rev Author: starseeker Date: 2011-04-06 18:07:06 + (Wed, 06 Apr 2011) Log Message: --- This function should be returning the bu_external - let the calling function decide how to package it or use

[brlcad-commits] SF.net SVN: brlcad:[44242] geomcore/trunk/src/libgvm

2011-04-06 Thread starseeker
Revision: 44242 http://brlcad.svn.sourceforge.net/brlcad/?rev=44242view=rev Author: starseeker Date: 2011-04-06 19:58:38 + (Wed, 06 Apr 2011) Log Message: --- (untested) check to see if an object is present in the repository Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[44243] geomcore/trunk/src/libgvm

2011-04-06 Thread starseeker
Revision: 44243 http://brlcad.svn.sourceforge.net/brlcad/?rev=44243view=rev Author: starseeker Date: 2011-04-06 21:33:54 + (Wed, 06 Apr 2011) Log Message: --- Completely untested (the add and delete logic is untested even in svntest) but start working on the commit

[brlcad-commits] SF.net SVN: brlcad:[44244] brlcad/branches/STABLE/src/librt/primitives/bot/ g_bot_include.c

2011-04-06 Thread starseeker
Revision: 44244 http://brlcad.svn.sourceforge.net/brlcad/?rev=44244view=rev Author: starseeker Date: 2011-04-06 21:48:56 + (Wed, 06 Apr 2011) Log Message: --- sync STABLE to trunk r44240 Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[44245] brlcad/trunk/include

2011-04-06 Thread brlcad
Revision: 44245 http://brlcad.svn.sourceforge.net/brlcad/?rev=44245view=rev Author: brlcad Date: 2011-04-07 01:17:00 + (Thu, 07 Apr 2011) Log Message: --- add __BU_ATTR_ALWAYS_INLINE with a protection for gcc 3.4 and earlier where the always_inline attribute wasn't

[brlcad-commits] SF.net SVN: brlcad:[44246] brlcad/trunk/src/librt/opennurbs_ext.h

2011-04-06 Thread brlcad
Revision: 44246 http://brlcad.svn.sourceforge.net/brlcad/?rev=44246view=rev Author: brlcad Date: 2011-04-07 01:19:13 + (Thu, 07 Apr 2011) Log Message: --- use the new __BU_ATTR_ALWAYS_INLINE define so that we get forced inline behavior for newer gcc or forced off if