[vtk-developers] Dashboard

Ken Martin ken.martin at kitware.com
Tue Jan 3 13:55:03 EST 2017


Thanks, maybe more critical though there is a compile failure on bigmac
that is related to the OSX 10.12 changes you made this summer. Specifically
it seems like somehow the aliases you created are not being found.  No clue
what changed recently to cause this to start failing. If anyone else has an
idea jump in.

See https://open.cdash.org/viewBuildError.php?buildid=4706856 for an example

#if (MAC_OS_X_VERSION_MAX_ALLOWED < 101200) &&
!defined(VTK_DONT_MAP_10_12_ENUMS)
  // The 10.12 SDK made a bunch of enum names more logical, map old names
to new names to continue supporting old SDKs.
  #define NSWindowStyleMaskBorderless NSBorderlessWindowMask
  #define NSWindowStyleMaskTitled NSTitledWindowMask
  #define NSWindowStyleMaskClosable NSClosableWindowMask
  #define NSWindowStyleMaskMiniaturizable NSMiniaturizableWindowMask
  #define NSWindowStyleMaskResizable NSResizableWindowMask

  #define NSEventModifierFlagShift NSShiftKeyMask
  #define NSEventModifierFlagControl NSControlKeyMask
  #define NSEventModifierFlagOption NSAlternateKeyMask
  #define NSEventModifierFlagCommand NSCommandKeyMask

  #define NSEventTypeKeyDown NSKeyDown
  #define NSEventTypeKeyUp NSKeyUp
  #define NSEventTypeApplicationDefined NSApplicationDefined
  #define NSEventTypeFlagsChanged NSFlagsChanged
#endif



On Tue, Jan 3, 2017 at 1:47 PM, Sean McBride <sean at rogue-research.com>
wrote:

> On Tue, 3 Jan 2017 13:26:16 -0500, Ken Martin said:
>
> >Given that the dashboard is a bit of a train wreck right now, it is
> >probably best if the only merges are those that fix existing dashboard
> >errors & warnings.
>
> I can fix the warnings from my newer clang builds...
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
>


-- 
Ken Martin PhD
Chairman & CFO
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
518 371 3971

This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee.  Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170103/b6feb1d9/attachment.html>


More information about the vtk-developers mailing list