Import 2017-06-07 23:51:09: master 59dde26e

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-05-15 19:12:19 master f99c9f00
Changeset

COMP: Update BRAINSTools to fix windows build error

// ----------------------------------------------------------------
Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Fri May 15 19:09:32 2015 -0400

COMP: Fix windows build error related to non existing std::isnan function

std::isnan has been introduced in C++11 and Visual Studio 2008 doesn't
support it.

// ----------------------------------------------------------------
Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Fri May 15 18:56:16 2015 -0400

COMP: Fix windows build error due to already defined GetBValue macro

This commit applies as fix similar to InsightSoftwareConsortium/ITK@8ec410c0

It avoids the windows macro &quot;GetBValue&quot; to conflict with the
declaration of DWIMetaDataDictionaryValidator::GetBValue()

On windows, the macro is usually defined in &quot;WinGDI.h&quot; itself included by
&quot;Windows.h&quot;.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24261 3bd1e089-480b-0410-8dfb-8563597acbee

mod - SuperBuild.cmake Diff File