Re: [cmake-developers] CMake 3.5.2 conflates OSX SDK version with target deployment

2016-05-25 Thread Sean McBride
ce they no longer provider older SDKs. Of course, finding the "newest" SDK will be a bit fragile, since they get moved/renamed all the time, but I guess that's something CMake always has to deal with anyway. Cheers, -- __

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-18 Thread Sean McBride
at only reproduces on 10.6, what then? The nicest is to build & debug on 10.6 so you can debug it. This means being able to use the (newest) Xcode that supports that OS. Again, I don't care about 10.6 per se, but substitute 10.x for whatever the oldest you care about is, and the abo

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
he newest OSes, one needs an older Xcode to test/debug on older OSes. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Develope

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
2.5 years ago and can run on OS X 10.8. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and ch

Re: [cmake-developers] malware?

2015-07-24 Thread Sean McBride
hasum -a 256 /Users/sean/Downloads/cmake-3.3.0-Darwin-x86_64.dmg 0282d6f139f5292c2bb9b3d600df6b7db242d8f53c4ab8d1e6ddff76402e0eab /Users/sean/Downloads/cmake-3.3.0-Darwin-x86_64.dmg Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

[cmake-developers] Fragile OS X version checks failing against 10.10

2014-12-12 Thread Sean McBride
ke 10.1 there. 2) a regex: if(OSX_VERSION MATCHES "^10\\.[0123]" OR OSX_VERSION MATCHES "ProductVersion:\t10\\.[0123]") message(STATUS "Forcing CTEST_TEST_CPACK=OFF on OSX < 10.4") Cheers, -- _________

Re: [cmake-developers] [TEST REQUEST] CPack IFW generator on OSX

2014-10-23 Thread Sean McBride
ers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Please keep messages on-topic and check the CMake

Re: [cmake-developers] fix-OSX-bundle-rpaths-and-Qt5 topic

2014-10-22 Thread Sean McBride
over 2 years ago now... <http://public.kitware.com/Bug/view.php?id=13532> Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Deve

Re: [cmake-developers] scan-build of CMake

2014-07-31 Thread Sean McBride
oking forward to turning that on some of our dashboards. For those that don't know, when Bill refers to 'scan-build' he's talking about the clang static analyzer: <http://clang-analyzer.llvm.org> Cheers, -- ________ Sean

Re: [cmake-developers] Objective-C support

2014-02-14 Thread Sean McBride
th a different compiler/standard library combination. (Harder than with say C.) That's the case on any platform. I was only trying to point out that 10.9 Mavericks is not special in this regard. Cheers, -- ____ Sean McBride, B. Eng

Re: [cmake-developers] Objective-C support

2014-02-14 Thread Sean McBride
r C99 or C++03 or C++11. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-source pro

Re: [cmake-developers] Objective-C support

2014-02-14 Thread Sean McBride
ce: <http://public.kitware.com/Bug/view.php?id=4756> Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal,

Re: [cmake-developers] Change default standard library implementation before used by compiler ?

2014-01-14 Thread Sean McBride
+ was not too much work, I imagine it would not be hard to get Slicer and SimpleITK compiling if they are not already. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-

Re: [cmake-developers] Roadmap to CMake 3.0

2013-10-11 Thread Sean McBride
d also be revisited? The current one is quite slow. bug #12381. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Dev

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-11 Thread Sean McBride
, it served the purpose of being a transition between gcc and clang. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com V

Re: [cmake-developers] CMake*.app/Contents/Info.plist version information

2013-09-26 Thread Sean McBride
ShortVersionString > > CFBundleVersion > FYI I have filed a bug about that a couple of years ago: <http://public.kitware.com/Bug/view.php?id=11694> Cheers, -- ____ Sean McBride, B. Eng s...@

Re: [cmake-developers] Patches for some clang warnings

2013-09-19 Thread Sean McBride
On Thu, 19 Sep 2013 13:53:54 -0400, Brad King said: >On 09/19/2013 01:22 PM, Sean McBride wrote: >> Attached are some patches to fix some warnings. > >Applied, thanks. Here is the merge to 'next': > > http://cmake.org/gitweb?p=cmake.git;a=commit;h=3964de62 Tha

[cmake-developers] Patches for some clang warnings

2013-09-19 Thread Sean McBride
warning: empty paragraph passed to '@pre' command [-Wdocumentation] * @pre @ref toplevel has been filled-in ^ Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread Sean McBride
ally call them 'malloc debug environment variables'. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.co

Re: [cmake-developers] How submit CMake dashboard to a different CDash server?

2013-08-21 Thread Sean McBride
ard... any idea why? Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware o

[cmake-developers] How submit CMake dashboard to a different CDash server?

2013-08-16 Thread Sean McBride
P_LOCATION "/submit.php?project=FooBar") but it still showed up here: <http://open.cdash.org/viewNotes.php?buildid=3000889> Any suggestions? Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogu

Re: [cmake-developers] Suspicious Clang versions

2013-08-15 Thread Sean McBride
OS and Xcode, I believe the default C++ library is libstdc++, not libc++; and it's a gcc 4.2 era libstd++, with limited C++11 support. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [cmake-developers] Suspicious Clang versions

2013-08-05 Thread Sean McBride
the output of 'clang --version' includes the string 'Apple', it's "AppleClang" and not "clang". But I think it may be a good idea to ask on cfe-dev or xcode-users mailing lists too... Cheers, --

Re: [cmake-developers] Suspicious Clang versions

2013-08-05 Thread Sean McBride
n number. Instead, they have a mechanism called 'Feature Checking Macros' described here: <http://clang.llvm.org/docs/LanguageExtensions.html#feature-checking-macros> Cheers, -- Sean McBride, B. Eng

[cmake-developers] clang now warns: 'register' storage class specifier is deprecated

2013-06-28 Thread Sean McBride
cifier is deprecated [-Wdeprecated-register] register const char* scan; ^ I can make a patch to remove the 'register' keyword, if you will accept it. Anyone have a philosophical objection? If so, I will suppress the warning. Cheers, -- ___

Re: [cmake-developers] Test fails with Xcode

2013-06-27 Thread Sean McBride
cessfully. I feel I'm missing something here :) Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powere

Re: [cmake-developers] Test fails with Xcode

2013-06-26 Thread Sean McBride
m in your >local build tree. I'm short of time this week, but today I just updated from Xcode 4.6.2 to 4.6.3 and deleted the CMake binary folders for a cleaner build tomorrow. Let's see if that changes something... Cheers, -- _

Re: [cmake-developers] Rogue7 dashboards and clang undefined behaviour

2013-06-07 Thread Sean McBride
e bug is in the OS header macro because the "1<<" >should be "1u<<". Agreed. I'll suppress both these tests and unsuppress them when the libarchive and Apple people fix their respective bugs. Cheers, -- __

[cmake-developers] Rogue7 dashboards and clang undefined behaviour

2013-06-04 Thread Sean McBride
; } where right right-hand side of the << is apparently 31. __DARWIN_NFDBITS is 32. Alas, gdb refuses to give me a backtrace. But there are only 9 FD_ISSET() in CMake, anyone familiar with this test/code? Cheers, -- ____ Sean McBri