Re: [libuv] [ANN] Welcome Bartosz Sosnowski (@bzoz) as a core maintainer!

2017-05-29 Thread Tim Caswell
Welcome and thanks for keeping windows support in top shape. On Mon, May 29, 2017 at 2:23 PM, Saúl Ibarra Corretgé wrote: > Hi all, > > On behalf of the libuv core team, it is my pleasure to welcome Bartosz > Sosnowski (@bzoz) to the core team! > > Bartosz has made significant

Re: [libuv][ANN} Planning libuv v2

2016-09-21 Thread Tim Caswell
What would a champion for serial port need to do? I care a lot about this, but don't have the technical expertise to implement it myself. On Sep 20, 2016 4:53 PM, "Roger Light" wrote: > Hi, > > Looks good. I'm particularly in favour of the thread and SSL > enhancements, it's

Re: [libuv] Welcome Imran Iqbal as a new libuv core maintainer!

2016-06-02 Thread Tim Caswell
Awesome work and congrats! On Mon, May 30, 2016 at 3:13 PM, Imran Iqbal wrote: > Hi Guys, > > Good to be here! > > > On Monday, May 30, 2016 at 11:32:24 AM UTC-4, Saúl Ibarra Corretgé wrote: >> >> Hi all, >> >> On this nice and sunny monday it's my pleasure to welcome

Re: [libuv][ANN] libuv 1.9.0 released!

2016-04-07 Thread Tim Caswell
Awesome, I've been waiting for this one! On Apr 7, 2016 6:18 AM, "Iñaki Baz Castillo" wrote: > KUDOS team, just upgraded my app from 1.8 to 1.9 in 30 seconds. No issues. > > 2016-04-07 12:34 GMT+02:00 Saúl Ibarra Corretgé : > > Hi all! > > > > On behalf of the

Re: [libuv] Cross-compiling libuv v1.8.0 for mipsel arch

2016-04-06 Thread Tim Caswell
I've been helping Francisco on this. He's using an SDK provided by the hardware provider and so can't update gcc. It's based on cygwin. On Wed, Apr 6, 2016 at 4:33 AM, Ben Noordhuis wrote: > On Sat, Apr 2, 2016 at 7:14 PM, Francisco D' Agostino >

Re: [libuv] Can libuv run in (mobile) game client's main loop?

2016-03-03 Thread Tim Caswell
Using UV_RUN_ONCE will block your loop if there are no libuv events, but the nowait option could work. Also there is a way to integrate file descriptors into libuv's event loop I believe. It depends on the nature of your existing loop. Assuming you don't block while waiting for events,

Re: [libuv] CMake build for libuv

2015-07-27 Thread Tim Caswell
We also use cmake for luvit and luv. https://github.com/luvit/luv/blob/master/deps/uv.cmake On Mon, Jul 27, 2015 at 5:00 PM, Saúl Ibarra Corretgé sag...@gmail.com wrote: I added it to the wiki here: https://github.com/libuv/libuv/wiki/Projects-that-use-libuv#other Thanks for sharing! On