[brlcad-commits] SF.net SVN: brlcad:[69050] brlcad/trunk/src/libbu/fgets.c

2016-10-13 Thread starseeker
Revision: 69050 http://sourceforge.net/p/brlcad/code/69050 Author: starseeker Date: 2016-10-13 15:22:49 + (Thu, 13 Oct 2016) Log Message: --- typo Modified Paths: -- brlcad/trunk/src/libbu/fgets.c Modified: brlcad/trunk/src/libbu/fgets.c

[brlcad-commits] SF.net SVN: brlcad:[69048] brlcad/trunk/src/libbu

2016-10-13 Thread starseeker
Revision: 69048 http://sourceforge.net/p/brlcad/code/69048 Author: starseeker Date: 2016-10-13 15:19:38 + (Thu, 13 Oct 2016) Log Message: --- include headers with BU_EXPORT declarations (MSVC isn't happy without this.) Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[69046] brlcad/trunk/CHANGES

2016-10-13 Thread brlcad
Revision: 69046 http://sourceforge.net/p/brlcad/code/69046 Author: brlcad Date: 2016-10-13 15:10:31 + (Thu, 13 Oct 2016) Log Message: --- make sure we capture and conver cases like BU_ASSERT_SIZE_T(3, ==, SOME_MACRO(4, 5)) to BU_ASSERT(3 == SOME_MACRO(4, 5)). bit nuts

[brlcad-commits] SF.net SVN: brlcad:[69047] brlcad/trunk/src

2016-10-13 Thread brlcad
Revision: 69047 http://sourceforge.net/p/brlcad/code/69047 Author: brlcad Date: 2016-10-13 15:15:32 + (Thu, 13 Oct 2016) Log Message: --- less API is better. consolidate all 7 BU_ASSERT*() macros into just one BU_ASSERT(). the others existed so we could pretty-print

[brlcad-commits] SF.net SVN: brlcad:[69049] brlcad/trunk/src/libbu/scan.c

2016-10-13 Thread starseeker
Revision: 69049 http://sourceforge.net/p/brlcad/code/69049 Author: starseeker Date: 2016-10-13 15:21:12 + (Thu, 13 Oct 2016) Log Message: --- another missing include Modified Paths: -- brlcad/trunk/src/libbu/scan.c Modified:

[brlcad-commits] SF.net SVN: brlcad:[69051] brlcad/trunk/include/bu/defines.h

2016-10-13 Thread brlcad
Revision: 69051 http://sourceforge.net/p/brlcad/code/69051 Author: brlcad Date: 2016-10-13 16:55:46 + (Thu, 13 Oct 2016) Log Message: --- remove the other BU_ASSERT_* macros. bomb log should provide values at this point. Modified Paths: --

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

2016-10-13 Thread starseeker
Revision: 69052 http://sourceforge.net/p/brlcad/code/69052 Author: starseeker Date: 2016-10-13 21:11:38 + (Thu, 13 Oct 2016) Log Message: --- Add a dialog for obj-g conversion in Archer. Modified Paths: -- brlcad/trunk/NEWS

[brlcad-commits] SF.net SVN: brlcad:[69053] brlcad/trunk/src/librt/primitives/bspline

2016-10-13 Thread starseeker
Revision: 69053 http://sourceforge.net/p/brlcad/code/69053 Author: starseeker Date: 2016-10-14 00:05:08 + (Fri, 14 Oct 2016) Log Message: --- Start backing down the include headers in the nurbs code. Modified Paths: --

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

2016-10-13 Thread starseeker
Revision: 69054 http://sourceforge.net/p/brlcad/code/69054 Author: starseeker Date: 2016-10-14 00:18:03 + (Fri, 14 Oct 2016) Log Message: --- start pecking away at removing RT_ADD_VLIST from the nmg code. Modified Paths: -- brlcad/trunk/include/rt/nmg.h

[brlcad-commits] SF.net SVN: brlcad:[69056] brlcad/trunk/src/proc-db/tea_nmg.c

2016-10-13 Thread brlcad
Revision: 69056 http://sourceforge.net/p/brlcad/code/69056 Author: brlcad Date: 2016-10-14 00:51:27 + (Fri, 14 Oct 2016) Log Message: --- nmg_m_to_vlist is taking vlfree list too Modified Paths: -- brlcad/trunk/src/proc-db/tea_nmg.c Modified:

[brlcad-commits] SF.net SVN: brlcad:[69055] brlcad/trunk/src

2016-10-13 Thread brlcad
Revision: 69055 http://sourceforge.net/p/brlcad/code/69055 Author: brlcad Date: 2016-10-14 00:45:57 + (Fri, 14 Oct 2016) Log Message: --- nmg_r_to_vlist() apparently needs a vlfree list now. lacking an alternative, passing the global. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[69044] brlcad/trunk/CHANGES

2016-10-13 Thread brlcad
Revision: 69044 http://sourceforge.net/p/brlcad/code/69044 Author: brlcad Date: 2016-10-13 13:46:09 + (Thu, 13 Oct 2016) Log Message: --- unhelpful complexity, consolidate the assert macros back to one Modified Paths: -- brlcad/trunk/CHANGES Modified:

[brlcad-commits] SF.net SVN: brlcad:[69041] brlcad/trunk/src

2016-10-13 Thread brlcad
Revision: 69041 http://sourceforge.net/p/brlcad/code/69041 Author: brlcad Date: 2016-10-13 12:16:50 + (Thu, 13 Oct 2016) Log Message: --- update the places where we only call bu_bomb/bu_exit and need bomb.h instead of log.h Modified Paths: --

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

2016-10-13 Thread brlcad
Revision: 69042 http://sourceforge.net/p/brlcad/code/69042 Author: brlcad Date: 2016-10-13 12:36:54 + (Thu, 13 Oct 2016) Log Message: --- rename the new bomb.h header to exit.h since they're really a collection of api that pertain to exiting an application. Modified

[brlcad-commits] SF.net SVN: brlcad:[69043] brlcad/trunk/include/bu/hook.h

2016-10-13 Thread brlcad
Revision: 69043 http://sourceforge.net/p/brlcad/code/69043 Author: brlcad Date: 2016-10-13 12:41:08 + (Thu, 13 Oct 2016) Log Message: --- example snippet belongs and is still in log.h so remove from here. Modified Paths: --

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

2016-10-13 Thread starseeker
Revision: 69045 http://sourceforge.net/p/brlcad/code/69045 Author: starseeker Date: 2016-10-13 14:05:01 + (Thu, 13 Oct 2016) Log Message: --- Victor found a problem with attr show. There was unsigned math going on in the tab calculations for displaying selected