search for: nsrunalertpanel

Displaying 4 results from an estimated 4 matches for "nsrunalertpanel".

2011 Jun 02
0
[LLVMdev] Thinking about "whacky" backends
...mary concern. Even using a cross-platform game library like Irrlicht or Ogre, there can be problems with using the same bitcode for each platform. Especially in cases where you may have to implement system-specific code to cover cases not provided for by such libraries (wrappers for MessageBox/NSRunAlertPanel, Clipboard/Pasteboard, etc) > * Convert all preprocessor conditionals to regular conditionals so that both the #ifdef parts and the #else parts make it into the bitcode. Don't worry about bloat since the installer will be able to run constant folding and dead-code elimination to get rid of...
2011 Jun 02
4
[LLVMdev] Thinking about "whacky" backends
Hi Nate, I've successfully ported one bitcode from Linux to Mac to Windows.  All were x86 and the program was text-based, but I'd say my LLVM Wrapper would be worth some effort in the future if I could just get some help.  Currently it just wraps StdIO.h with its own functions. Here's some of what it would take to make portable bitcodes in C or LLVM Assembly: * Convert all
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...__glXDisp_RenderLarge Jeremy Huddleston Sequoia (9):       XQuartz: GLX: Use __glXEnableExtension to build extensions list       XQuartz: Silence -Wpointer-bool-conversion       XQuartz: Silence -Wunused-variable       XQuartz: Silence -Wunused-function       XQuartz: Silence -Wformat-security for NSRunAlertPanel       XQuartz: Relax App Transport Security for communicating with the update server       XQuartz: Remove InfoPlist.strings       XQuartz: Make sure that darwin_all_modifier_mask_additions is 0-terminated       XQuartz: Cleanup formatting of DarwinEQInit that was butchered by automation a few year...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...valuatorless devices Jeremy Huddleston Sequoia (5): XQuartz: GLX: Use __glXEnableExtension to build extensions list XQuartz: Silence -Wpointer-bool-conversion XQuartz: Silence -Wunused-variable XQuartz: Silence -Wunused-function XQuartz: Silence -Wformat-security for NSRunAlertPanel Jon TURNEY (35): ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor' os: XDMCP options like -query etc. should imply -listen tcp os: Teach vpnprintf() how to handle "%*.*s" hw/xwin/glx: Refactor parsing of the <proto> XML element hw/xwin/glx:...