Re: [brlcad-devel] preparing for GCI

2013-10-25 Thread Christopher Sean Morrison
On Oct 24, 2013, at 12:17 PM, Gauravjeet Singh wrote: > 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 sho

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

2013-10-25 Thread Daniel Roßberg
2013/10/25 Christopher Sean Morrison : > Daniel, > > I just refactored the logic around so that our apps/libs should now be > compiling with the same defaults as the src/other targets (which means they > should be MT or MD but not both). Would you re-test and make sure it works? Sure, on Monday

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

2013-10-25 Thread Daniel Roßberg
2013/10/25 Christopher Sean Morrison : > That said, it's still concerning that /MT doesn't work, though, since that > should just cause a static C runtime to get linked... It should work. For me it wasn't a big surprise. The C library implements malloc() and free(). Usually these functions don

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

2013-10-25 Thread Christopher Sean Morrison
Daniel, I just refactored the logic around so that our apps/libs should now be compiling with the same defaults as the src/other targets (which means they should be MT or MD but not both). Would you re-test and make sure it works? > However, I think I just figured out what is going on. We wi

[brlcad-devel] Bug spotted in g-step

2013-10-25 Thread Rob McDonald
All, Thanks for your work on BRL-CAD and STEPcode. I've been studying some of BRL-CAD's step export capability to learn to use STEPcode to do the same. In that studying, I found a subtle bug that probably won't bite anybody, but just to be sure, I wanted to report it here. The units set up in t

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

2013-10-25 Thread Christopher Sean Morrison
On Oct 25, 2013, at 5:12 AM, Daniel Roßberg wrote: > 2013/10/24 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 t

Re: [brlcad-devel] style change

2013-10-25 Thread Christopher Sean Morrison
On Oct 23, 2013, at 6:37 AM, Daniel Roßberg wrote: > I would like to have a CMake variable to switch it off. I'm afraid > MSVC needs another day to compile with this check because of slow file > operations. Thanks to Cliff, a style validation option now exists. It would be good to know exactl

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

2013-10-25 Thread Daniel Roßberg
2013/10/24 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). An