Re: [brlcad-devel] Some thoughts about the NMG primitive

2013-10-24 Thread Clifford Yapp
On Tue, Oct 22, 2013 at 3:22 PM, Christopher Sean Morrison wrote: > We have a GCI patch that breaks nmg back out into a separate library. Anyone > care > to view/apply it, make sure the build isn't busted, make sure NMG references > throughout the code/docs are correct, etc? Working on the ini

Re: [brlcad-devel] crash in exp2cxx on Windows

2013-10-24 Thread Daniel Roßberg
2013/10/24 Christopher Sean Morrison : > > On Oct 24, 2013, at 2:19 PM, Christopher Sean Morrison wrote: > >> On Oct 24, 2013, at 12:39 PM, Daniel Roßberg wrote: >> >>> exp2cxx crashes repeatedly during the BRL-CAD build with MSVC. The >>> cause seems to be a mixing of malloc() and free() between

Re: [brlcad-devel] crash in exp2cxx on Windows

2013-10-24 Thread Daniel Roßberg
> Is there any hint in your CMakeCache.txt? I've scanned the entire hierarchy > and find no manipulation of MD or MT manipulation, so it "should" be CMake's > default (i.e., /MD). This is what I did too (scanning the source directory hierarchy with grep). And, if I remember right, I cleaned th

Re: [brlcad-devel] crash in exp2cxx on Windows

2013-10-24 Thread Christopher Sean Morrison
On Oct 24, 2013, at 2:19 PM, Christopher Sean Morrison wrote: > On Oct 24, 2013, at 12:39 PM, Daniel Roßberg wrote: > >> exp2cxx crashes repeatedly during the BRL-CAD build with MSVC. The >> cause seems to be a mixing of malloc() and free() between the >> different C-runtimes in the .exe and .d

Re: [brlcad-devel] crash in exp2cxx on Windows

2013-10-24 Thread Christopher Sean Morrison
On Oct 24, 2013, at 12:39 PM, Daniel Roßberg wrote: > exp2cxx crashes repeatedly during the BRL-CAD build with MSVC. The > cause seems to be a mixing of malloc() and free() between the > different C-runtimes in the .exe and .dll files. For some reason STEP > is compiled with the /MT flag (i.e.

Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[58283] brlcad/trunk/src/util/bu_arg_parse.cpp

2013-10-24 Thread Tom Browder
On Thu, Oct 24, 2013 at 10:11 AM, wrote: > Revision: 58283 > http://sourceforge.net/p/brlcad/code/58283 > Author: starseeker > Date: 2013-10-24 15:11:20 + (Thu, 24 Oct 2013) > Log Message: > --- > We don't have getppid on Windows - need to ask Tom what would work here

[brlcad-devel] crash in exp2cxx on Windows

2013-10-24 Thread Daniel Roßberg
exp2cxx crashes repeatedly during the BRL-CAD build with MSVC. The cause seems to be a mixing of malloc() and free() between the different C-runtimes in the .exe and .dll files. For some reason STEP is compiled with the /MT flag (i.e. static linked C-runtime). But it should be compiled with the

Re: [brlcad-devel] preparing for GCI

2013-10-24 Thread Gauravjeet Singh
On Wed, Oct 23, 2013 at 7:45 PM, Gauravjeet Singh wrote: > I will do this one. Well I replaced all the mentioned ** with the actual stats. I had one confusion. >From the article "Google Code -In 2012 brought 69 budding new shoots and branches to the mighty BRL-CAD tree" Here I wrote 69, as the n

[brlcad-devel] GCI Branch Needed

2013-10-24 Thread Tom Browder
Ready for the new branch to load into the new VM. -Tom -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and m