Hi, I recently got a request to port my node-sdlmixer module to node 0.6 and I was wondering if there is some porting 'howto' for C++ addons from 0.4 to 0.6?
My module currently uses: * ev_async_init * ev_async_start * ev_ref * ev_unref * ev_async_send * ev_invoke * ev_async_stop * EV_DEFAULT_UC_ * eio_custom * eio_req * EIO_PRI_DEFAULT * wscript to build the addon It seems https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6 mostly only talks about the javascript side of things, but I can not find any C++ API changes in there (i.e. the things added through libuv). Best regards, Jeroen Janssen -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
