You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
(2) |
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
(1) |
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Stephen S. <rad...@gm...> - 2010-06-14 20:02:17
|
On Wed, Jun 9, 2010 at 5:18 AM, nico <sl1...@gm...> wrote: > hi, > i'm using liblo for a lighting project called D::Light > (www.nicole-banana.com) > recently while coding my prog crashed... nothing dramatic ;-) > but the osc server previoulsy created was still running, and when i try > to launch it again, it freeze to this step: > if(NULL != (s->st = lo_server_thread_new( port, error ))) Usually when a program crashes, doesn't it take down the entire process? Why would there still be a thread present? > this function never return.... (on osX.6.3) > did you ever heard about that? > is it possible to install a timeout that return null if the server > creation failed ? I have no idea, sorry.. Steve |
From: nico <sl1...@gm...> - 2010-06-09 09:18:21
|
hi, i'm using liblo for a lighting project called D::Light (www.nicole-banana.com) recently while coding my prog crashed... nothing dramatic ;-) but the osc server previoulsy created was still running, and when i try to launch it again, it freeze to this step: if(NULL != (s->st = lo_server_thread_new( port, error ))) this function never return.... (on osX.6.3) did you ever heard about that? is it possible to install a timeout that return null if the server creation failed ? best regards, nicolas |
From: Stephen S. <rad...@gm...> - 2010-06-01 20:22:58
|
On Tue, Jun 1, 2010 at 5:53 AM, <nen...@ma...> wrote: > Dear Steve, > > you rock! :) Glad it worked for you :) >> It looks like the problem is caused by the "-ansi" argument to gcc. > > It seems that this was _exactly_ the problem: After fiddling with > Matlab's mex's ("compiler" and linker) preferences and the command > line switches passed to gcc, the compilation runs faultlessly! > > And so far everything seems to run fine, too (creating a server, > creating a address, sending, receiving, all from inside Matlab). Great! > I was wondering though... > >> although perhaps we can find a way to make it >> ANSI C compliant in the case where it's necessary. > > ...does the problematic inline code maybe just not concern my machine > (I'm _not_ on 64bits here) and will the process of breaking ANSI-C > compliance possibly affect only other machines (which this here > programm will quite possibly run on in the future)? (Or did I just get > something all wrong and the inlined uint64_t lo_swap64 is used by my > 32bit Linux just as well, and thus there's nothing to worry about?) I think being ANSI-C compliant is not too dramatic a requirement. Yes, it would help with wide cross-platform compatibility, but realistically most C compilers support more than just the ANSI standard, and inline is pretty common. In some extreme cases it may be useful to be backward compatible with ANSI, while still having the inline functions if we can detect that it is supported in the configure script for example. Historically the liblo code had a few other GCC-isms in it (in particular variadic macros) that I had to conditionally remove to get things working with Visual Studio for example. Steve |
From: <nen...@ma...> - 2010-06-01 09:54:05
|
Dear Steve, you rock! :) > It looks like the problem is caused by the "-ansi" argument to gcc. It seems that this was _exactly_ the problem: After fiddling with Matlab's mex's ("compiler" and linker) preferences and the command line switches passed to gcc, the compilation runs faultlessly! And so far everything seems to run fine, too (creating a server, creating a address, sending, receiving, all from inside Matlab). I was wondering though... > although perhaps we can find a way to make it > ANSI C compliant in the case where it's necessary. ...does the problematic inline code maybe just not concern my machine (I'm _not_ on 64bits here) and will the process of breaking ANSI-C compliance possibly affect only other machines (which this here programm will quite possibly run on in the future)? (Or did I just get something all wrong and the inlined uint64_t lo_swap64 is used by my 32bit Linux just as well, and thus there's nothing to worry about?) Anyway, thanks really really very much, this has been of tremendous help to me! Matthias |