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

2018-08-30 Thread brlcad--- via brlcad-commits
Revision: 71630 http://sourceforge.net/p/brlcad/code/71630 Author: brlcad Date: 2018-08-30 07:19:01 + (Thu, 30 Aug 2018) Log Message: --- fixing a bug introduced by me in r34604 which induced worse behavior from commands that access framebuffers mid-scanline, like fblab

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

2018-08-30 Thread brlcad--- via brlcad-commits
Revision: 71631 http://sourceforge.net/p/brlcad/code/71631 Author: brlcad Date: 2018-08-30 07:42:42 + (Thu, 30 Aug 2018) Log Message: --- note need for stubbing in an alarm-style function, which can just call alarm(2) everywhere except on windows which needs to call Set

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

2018-08-30 Thread starseeker--- via brlcad-commits
Revision: 71632 http://sourceforge.net/p/brlcad/code/71632 Author: starseeker Date: 2018-08-30 11:37:03 + (Thu, 30 Aug 2018) Log Message: --- Back out the timing tolerance - agree with Sean this isn't the right way to approach this, was mostly the quickest way to attemp

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

2018-08-30 Thread brlcad--- via brlcad-commits
Revision: 71633 http://sourceforge.net/p/brlcad/code/71633 Author: brlcad Date: 2018-08-30 13:32:33 + (Thu, 30 Aug 2018) Log Message: --- stub an example thread safe allocator Modified Paths: -- brlcad/trunk/src/libnmg/CMakeLists.txt Added Paths: --

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

2018-08-30 Thread starseeker--- via brlcad-commits
Revision: 71634 http://sourceforge.net/p/brlcad/code/71634 Author: starseeker Date: 2018-08-30 20:53:21 + (Thu, 30 Aug 2018) Log Message: --- Was reading in the hv values directly to the struct, then overwriting them with the zero values in the grid array which was supp

[brlcad-commits] SF.net SVN: brlcad:[71635] brlcad/trunk/src/libnmg/alloc.cpp

2018-08-30 Thread starseeker--- via brlcad-commits
Revision: 71635 http://sourceforge.net/p/brlcad/code/71635 Author: starseeker Date: 2018-08-30 22:15:14 + (Thu, 30 Aug 2018) Log Message: --- Add some headers - based on libbu/thread.cpp will probably need more here for the thread_local bit... Modified Paths: -