Re: Thread safety of Bonjour Cocoa classes? (NSNetService, etc.)

2013-02-14 Thread Sean McBride
the creation of the NSNetService and NSNetServiceBrowser) on my thread. Does that sound kosher? Thanks, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software

Re: Pointer was being free was not allocated

2013-02-13 Thread Sean McBride
of great debug tools to track this kind of thing down. Search for: valgrind, guard malloc, address sanitizer. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: Breaking on nil context

2013-02-12 Thread Sean McBride
? Not sure if it'll work in your case, but I have CGErrorBreakpoint() as a future-break in my ~/.gdbinit. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: [Hdf-forum] Problems installing hdfview 2.9

2013-02-11 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Hdf-forum is for HDF software

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-08 Thread Sean McBride
X questions... you'd have many of the same issues using Xcode directly. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-08 Thread Sean McBride
, -- 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 projects at http

Re: [CMake] Building Mac OSX .apps for Sys 10.6 and 10.8 with Cmake using 10.7.5 on the command line

2013-02-07 Thread Sean McBride
CMAKE_OSX_DEPLOYMENT_TARGET. If you want to support both 32 and 64 bit CPUs, you should also set the architectures, see CMAKE_OSX_ARCHITECTURES. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [CMake] Building CMake 2.8.10.2 -- package created named cmake-2.8.10.2-Darwin-i386.dmg?

2013-02-05 Thread Sean McBride
, -- 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 projects at http

Re: Sandbox Clarification

2013-01-31 Thread Sean McBride
system access. At least then if your app is compromised there is still protection for network, microphone, camera, etc. It's all about limiting the attack surface after all... Cheers, -- Sean McBride, B. Eng s

Re: Sandbox Clarification

2013-01-30 Thread Sean McBride
. (As to what the store allows... I have no idea because I never touch the Walled Garden, but it's orthogonal to what App Sandbox supports.) Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [ft-devel] [PATCH RFC] src/sfnt/ttsbit0.c: fix broken pointer overflow checks

2013-01-25 Thread Sean McBride
here: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation Could be useful to build freetype with that flag and see what it finds... Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue

Re: [ft-devel] [PATCH RFC] src/sfnt/ttsbit0.c: fix broken pointer overflow checks

2013-01-25 Thread Sean McBride
. But oh well. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: Getting mouse loc in flagsChanges method

2013-01-24 Thread Sean McBride
mouseLocationOutsideOfEventStream. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: Issue with Core Data Mapping Model

2013-01-22 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list (Cocoa-dev

Re: Maximum size for NSFileWrapper serialization?

2013-01-18 Thread Sean McBride
of NSFileWrapper but of one of those private classes like NSAKSerializer. I recently learned the hard way that NSKeyedArchiver is also limited to 2 GiB. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: New busy cursor in the Finder

2012-12-20 Thread Sean McBride
/UEGuidelines.html#//apple_ref/doc/uid/TP40002720-SW4 Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal

Re: sandbox method to open my user manual pdf

2012-12-20 Thread Sean McBride
suggest you stay away from path APIs and only use NSURL APIs. Also fileExistsAtPath: is mostly useless, just try to copy the file, if it's there already, you'll get an error, which you can ignore. Cheers, -- Sean McBride, B. Eng

Re: [Hdf-forum] HDF5 view on Mac

2012-12-19 Thread Sean McBride
]: ([0x0-0x12f12f].hdfview_install_macosx_intel32[2585]) Exited with code: 1 Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: Copy problem

2012-12-19 Thread Sean McBride
/#documentation/security/conceptual/SecureCodingGuide/Articles/RaceConditions.html Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [Insight-developers] PhilipsRecImageIO

2012-12-18 Thread Sean McBride
on. I'd like to turn it on on my dashboards, as I use that code. In fact, I had assumed it was on. I have ITK_BUILD_ALL_MODULES=1, but apparently that doesn't mean what I thought... Cheers, -- Sean McBride, B. Eng s

Re: [Insight-developers] PhilipsRecImageIO

2012-12-18 Thread Sean McBride
, It is not on by default. Bill On Tue, Dec 18, 2012 at 11:11 AM, Sean McBride s...@rogue-research.com wrote: On Tue, 18 Dec 2012 15:48:40 +, Williams, Norman K said: I should have caught this but like you I didn't have PHilipsRecImageIO turned on. Is there a good reason not to have

Re: sandbox method to open my user manual pdf

2012-12-18 Thread Sean McBride
sharedWorkspace] openURL:url]; Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: NSOpenPanel runModal on a dispatch

2012-12-17 Thread Sean McBride
a modal open panel. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: NSOpenPanel runModal on a dispatch

2012-12-17 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list (Cocoa-dev

Freshly created .xcmappingmodel seems to have incorrect version hashes

2012-12-17 Thread Sean McBride
the entity hashes. For most, the VersionInfo.plist matches the hashes extracted from the .cdm, but for 2 entities they do not. How can this be?! As I said, the xcmappingmodel is freshly created! Thanks, -- Sean McBride, B. Eng

Re: NSOpenPanel runModal on a dispatch

2012-12-17 Thread Sean McBride
, and in TextEdit they are app-modal. It's Info.list shows LSMinimumSystemVersion=10.8. Not the case for you? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: clarification about document type extensions

2012-12-10 Thread Sean McBride
to read up on 'launch services'. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: NSOperation Efficiency

2012-12-04 Thread Sean McBride
blowing a cache and causing a slowdown when many operations are executed at once? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: FileWrapper iCloud

2012-11-30 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: FileWrapper iCloud

2012-11-30 Thread Sean McBride
. They sometimes do something else, like a big fat mode switch like NSDateFormatterBehavior10_4. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software

Re: FileWrapper iCloud

2012-11-29 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

[cfe-commits] [PATCH] trivial patch for CMake-related build instructions

2012-11-27 Thread Sean McBride
Hi all, Trivial patch to: - add Xcode to the list of project formats CMake can generate - fix spelling: cmake - CMake Cheers, Sean clang-CMake-comments.patch Description: Binary data llvm-CMake-comments.patch Description: Binary data ___

Re: [ft-devel] Unit test environment for FreeType

2012-11-27 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [ft-devel] Unit test environment for FreeType

2012-11-27 Thread Sean McBride
On Tue, 27 Nov 2012 13:44:14 -0500, Alexei Podtelezhnikov said: Glyph rendering quality is in the eye of the beholder. What somebody says is blurry is smooth in the eyes of the other. How do you suggest that we automate that? Yes, that's tricky. But that could be delayed until later. Since

Re: NSFileManager - Incompatible persistent store

2012-11-22 Thread Sean McBride
/#documentation/security/conceptual/SecureCodingGuide/Articles/RaceConditions.html Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: NSFileManager - Incompatible persistent store

2012-11-22 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Dumb question about unit testing

2012-11-19 Thread Sean McBride
the original with the copy. 2) I create files on disk with serialized data, then build new objects from them by deserializing. If/when your format changes, you then have a collection of old formats to test too. Cheers, -- Sean McBride, B. Eng

Re: Getting notified of any change to a specific NSManagedObject?

2012-11-15 Thread Sean McBride
, @age, nil]]; } return set; } Cheers, -- Sean McBride, B. Eng

Re: FileWrapper iCloud

2012-11-10 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list

Re: [Libusbx-devel] Issues #54 #55 have been closed - merged libusb-darwin changes

2012-11-08 Thread Sean McBride
pull from him... vice versa works too. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [Valgrind-users] plain gcc, MPI wrappers activation, Mac OS

2012-11-07 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- LogMeIn

Re: [cfe-commits] [PATCH] WIP: catch CFMakeCollectable(NULL) with static analyzer

2012-11-05 Thread Sean McBride
Jordan, Updated patch attached. Thanks, Sean On Fri, 2 Nov 2012 09:49:37 -0700, Jordan Rose said: Hi, Sean. Thanks for the patch! Most of the tests in retain-release.m are just top-level functions, numbered numerically from lack of imagination. The arguments are fairly arbitrary—'p' is just

Re: This board is slow. Was: OS_OBJECT_USE_OBJC_RETAIN_RELEASE and xpc_release()

2012-11-05 Thread Sean McBride
be fine with me! Ugh. That's would be so horrible. But I fear it will come to pass. :( Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software

Re: [Libusbx-devel] Issues #54 #55 have been closed - merged libusb-darwin changes

2012-11-02 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: CF replacement to FSFindFolder?

2012-11-02 Thread Sean McBride
? As it is, I'm using an absolute path to get to a folder in Application Support in both the local and user libraries. Which is fragile, as you know. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-11-01 Thread Sean McBride
instructions and a place to specify custom values, like this: https://github.com/seanm/libusbx/commit/662e2e4ecb64c206ac4b5239dcf8d00959428ea1 Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

[cfe-commits] [PATCH] WIP: catch CFMakeCollectable(NULL) with static analyzer

2012-11-01 Thread Sean McBride
: 169.28s Expected Passes: 5511 Expected Failures : 24 Unsupported Tests : 5 [100%] Built target check-clang Not sure what output I should see... I guess this indicates nothing got broken? Thanks, -- Sean McBride, B. Eng

Re: App rejection due to app-sandboxing invalid entitlement

2012-11-01 Thread Sean McBride
? are you still able to with App Sandbox? Maybe you can make use of NSSharingService, which does seem to support 3rd party email clients. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Sean McBride
and hard to comment, and settings need to be duplicated between targets. Ludovic, I invite you to sync with mine. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-31 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: createDirectoryAtPath:withIntermediateDirectories:attributes:error: Returns NO when it exists

2012-10-30 Thread Sean McBride
last year about the docs for that method: - 17-May-2011 02:25 PM Sean McBride: The developer documentation for NSFileManager's createDirectoryAtPath:withIntermediateDirectories:attributes:error: says: Parameters path The path at which to create the new directory. The directory

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-29 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: Open untitled file in Document-based app

2012-10-26 Thread Sean McBride
invalidateRestorableState]; } Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec

Re: App rejection due to app-sandboxing invalid entitlement

2012-10-26 Thread Sean McBride
On Thu, 25 Oct 2012 21:23:36 -0700, Seth Willits said: The communication between the MAS staff and developers is absolutely shocking. I would go as far as to say it's the worst I've experienced from Apple since I first had dealings with them in the mid 80s. They come across as arrogant,

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-25 Thread Sean McBride
to me libusb should include it's own files with not . Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal

Re: Security-scoped bookmarks linked to code signing?

2012-10-25 Thread Sean McBride
could explain how such a bug escaped. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec

Re: App rejection due to app-sandboxing invalid entitlement

2012-10-25 Thread Sean McBride
-sensitive... com.apple.mail vs com.apple.Mail Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: Open untitled file in Document-based app

2012-10-24 Thread Sean McBride
it to open an window if there was no window at application exit. That restoring state stuff is new in 10.7, not 10.8. You can test if it is responsible by turning it off in System Preferences General. Cheers, -- Sean McBride, B. Eng

Re: App Sandbox Container or Data Directory

2012-10-23 Thread Sean McBride
in that folder? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [CMake] CMake 2.8.8 Upgrade problem with Xcode on OS X 10.8

2012-10-22 Thread Sean McBride
in 2.8.10rc2 BTW. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered

Re: Associate icon with file ext. / quick look

2012-10-22 Thread Sean McBride
be best if you just use .txt for your human readable text files. QuickLook will then generate previews, and the user's preferred text editor will open the file when double clicked. Cheers, -- Sean McBride, B. Eng s...@rogue

Importance of 'keys' and other options when creating bookmarks with NSURL?

2012-10-22 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list (Cocoa-dev

Re: [Hdf-forum] HDF5 1.8.9 release candidate is available for testing

2012-10-19 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: kFSEventStreamEventFlagItemRenamed is for rename or trash ?

2012-10-19 Thread Sean McBride
API. Also when searching for trash also search for recycle which is used in some API, presumably surviving from NeXTStep, ex: recycleURLs:completionHandler: Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue

Re: [cfe-commits] [PATCH] 3 small static analyzer patches

2012-10-18 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada reallocf-take2.patch Description: Binary data

Re: [Hdf-forum] HDF5 1.8.9 release candidate is available for testing

2012-10-17 Thread Sean McBride
above, Xcode includes multiple compliers, and the default one changes over time, so #2 is best. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac

Re: [Hdf-forum] HDF5 1.8.9 release candidate is available for testing

2012-10-16 Thread Sean McBride
, and not gcc. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-16 Thread Sean McBride
/libusb/.libs' He has hardcoded a path to his own disk in his Xcode project. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [Libusbx-devel] -Wcast-align warnings in public libusb.h

2012-10-16 Thread Sean McBride
On Mon, 15 Oct 2012 22:58:01 -0400, Pete Batard said: On 15 October 2012 12:15, Sean McBride s...@rogue-research.com wrote: 3) Look at how other software that uses -Wcast-align handles the same issue. I'm not exactly sure what you're asking... I was suggesting that, before we do anything, we

Re: [Libusbx-devel] -Wcast-align warnings in public libusb.h

2012-10-16 Thread Sean McBride
is no good. But I didn't even suggest this because it would change public API. Again, for now, I just want the public libusb.h not to cause this warning in my own code that is otherwise -Wcast-align clean. Cheers, -- Sean McBride, B

Re: [Libusbx-devel] usbutils for Mac OS X and Cygwin

2012-10-16 Thread Sean McBride
is a hybrid with the gcc front end and llvm backend, that's the above. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-15 Thread Sean McBride
/8b8545c26ba2246d4589b4115ee175d4a8ce4358 Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [Libusbx-devel] -Wcast-align warnings in public libusb.h

2012-10-15 Thread Sean McBride
On Fri, 12 Oct 2012 23:25:14 +0100, Pete Batard said: On 2012.10.12 22:06, Sean McBride wrote: 3) ??? 3) Look at how other software that uses -Wcast-align handles the same issue. There's probably hardly any piece of significant C code out there that's not going to cast a char* to struct

Re: [Libusbx-devel] -Wcast-align warnings in public libusb.h

2012-10-15 Thread Sean McBride
would be our unpopular friend, the anonymous union for the transfer buffer. Aren't those new in C11? libusbx seems to be mostly C89. Even C99 usage is guarded by #ifs. Cheers, -- Sean McBride, B. Eng s...@rogue

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-15 Thread Sean McBride
implementation-defined behaviour of signed integer truncation. As you say, such a timeout would be so long it hardly matters. I don't much care. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

[Libusbx-devel] Building git code on Mac; CMake support?

2012-10-12 Thread Sean McBride
maintance. Personally I much prefer CMake to autotools, but of course everything has its pros and cons. Is there something CMake doesn't support that libusbx needs? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-12 Thread Sean McBride
. True. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-12 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-12 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Don't let slow site performance

Re: dropping alias file on NSPathControl with App Sandbox

2012-10-10 Thread Sean McBride
related to NSPathControl trying to draw the icons of the file hierarchy, and failing to have access to those icons. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: dropping alias file on NSPathControl with App Sandbox

2012-10-09 Thread Sean McBride
that pathControl:acceptDrop: should pass the resolved alias instead of the original? Or perhaps provide a setResolvesAliases: like NSOpenPanel does? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

dropping alias file on NSPathControl with App Sandbox

2012-10-05 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: Suggestions for handling old document files with file paths in a sandbox environment

2012-10-03 Thread Sean McBride
sandboxed.) Do file a bug, and pray. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: Suggestions for handling old document files with file paths in a sandbox environment

2012-10-03 Thread Sean McBride
Store (I don't), they may not allow this. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

Re: [CMake] CMake passes compiler flags to linker

2012-10-02 Thread Sean McBride
of mine too. You might want to add your scenario here: http://public.kitware.com/Bug/view.php?id=12652 Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac

Re: [Libusbx-devel] libusbx v1.0.14

2012-10-01 Thread Sean McBride
?project=CMake We would contribute nightly builds on 10.5, 10.6, 10.7, 10.8, and Ubuntu 12, using different versions of gcc and clang. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Did 10.7.5 break App Sandbox for anyone?

2012-10-01 Thread Sean McBride
, int, char const**, char const**, char const**) + 1852 13 dyld0x7fff607e5059 _dyld_start + 49 Anyone else seeing this? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue

Re: Compiling GC apps under OS X 10.8

2012-10-01 Thread Sean McBride
is in order... but it's no small task to just totally change an applications's memory model out from underneath it... :( Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue

Re: Did 10.7.5 break App Sandbox for anyone?

2012-10-01 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev

[Libusbx-devel] list_entry() macro null deref

2012-09-30 Thread Sean McBride
-behavior, I triggered this problem. Could list_entry be reworked to use offsetof instead? Thanks, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac

Re: Shared NSNumberFormatters

2012-09-28 Thread Sean McBride
in windowWillLoad or awakeFromNib or whereever. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec

Re: [CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-27 Thread Sean McBride
quite right. It wasn't a false positive from -fcatch-undefined-behavior, but it was an OS X 10.7 bug (fixed in 10.8), not a CMake bug. Sorry for the noise. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue

Re: [CMake] GCOV Coverage Testing. Mac OS X with Clang. Getting gcno files, but no gcna files after execution.

2012-09-24 Thread Sean McBride
, -- 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 projects

Re: [Libusbx-devel] libusbx-1.0.13 has been released

2012-09-24 Thread Sean McBride
On Mon, 24 Sep 2012 11:47:27 -0700, Greg KH said: No, you are forcing me to change my program to have it build with your change, you should do it the other way around. If you want programs to use your library, make it so that they don't have to be changed at all. And if I'm going to be forced

Re: [Libusbx-devel] libusbx-1.0.13 has been released

2012-09-24 Thread Sean McBride
On Mon, 24 Sep 2012 11:47:27 -0700, Greg KH said: No, you are forcing me to change my program to have it build with your change, you should do it the other way around. If you want programs to use your library, make it so that they don't have to be changed at all. And if I'm going to be forced

[CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-22 Thread Sean McBride
, -- 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 projects

Re: [cfe-commits] [PATCH] 3 small static analyzer patches

2012-09-22 Thread Sean McBride
/Analysis/malloc.c which has functions named reallocSizeZero1, reallocSizeZero2, etc. Should I make reallocf() versions of those too? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Re: [cfe-commits] [PATCH] 3 small static analyzer patches

2012-09-21 Thread Sean McBride
looks like a test in tools/clang/test/Analysis/NSString.m I don't get the relation to NSString, but I guess I'll add tests for the others there? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

NSApplicationShowExceptions - useful on main thread only?

2012-09-21 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Cocoa-dev

Re: [CMake] Errors in Info.plist of Mac GUI app for CMake 2.8.9

2012-09-20 Thread Sean McBride
, CFBundleShortVersionString, CFBundleGetInfoString, and NSHumanReadableCopyright. See: http://public.kitware.com/Bug/view.php?id=11694 and sorta related: http://public.kitware.com/Bug/view.php?id=11693 Cheers, -- Sean McBride, B. Eng

<    1   2   3   4   5   6   7   8   9   10   >