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
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
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
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
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
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
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
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