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
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(6) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
|
|
|
|
|
From: Stephen S. <rad...@gm...> - 2016-02-15 17:21:43
|
On Mon, Feb 15, 2016 at 2:18 PM, John Emmas <jo...@ti...> wrote: > On 15/02/2016 15:15, Stephen Sinclair wrote: >> Can you review the most recent commit? >> >> I decided to just remove the whole "#if 0" thing in all build systems. >> > > Hi Steve, > > Prior to compiling, my build runs a small script. I needed to adapt it > slightly (to take account of the newly added @THREADS_INCLUDE@). But > after doing that, everything still builds okay. Great! I'm considering keeping this change, but I'll leave it on the back-burner for a while and see if it causes any problems.. Steve |
From: John E. <jo...@ti...> - 2016-02-15 17:19:09
|
On 15/02/2016 15:15, Stephen Sinclair wrote: > Can you review the most recent commit? > > I decided to just remove the whole "#if 0" thing in all build systems. > Hi Steve, Prior to compiling, my build runs a small script. I needed to adapt it slightly (to take account of the newly added @THREADS_INCLUDE@). But after doing that, everything still builds okay. John |
From: Stephen S. <rad...@gm...> - 2016-02-15 15:16:07
|
Can you review the most recent commit? I decided to just remove the whole "#if 0" thing in all build systems. Steve On Mon, Feb 15, 2016 at 11:07 AM, John Emmas <jo...@ti...> wrote: > On 15/02/2016 13:34, Stephen Sinclair wrote: >> Basically from what I understand, in the automake build, >> @ENABLE_THREADS@ gets set to 0 or 1, so the #if is fine either way. >> In the CMake build, ENABLE_THREADS gets set to 1, or "", the latter >> case making "#if" be not well-formed. So changing it to "#if +0" >> makes it work. Now, I don't know CMake very well, maybe it would be >> possible to set ENABLE_THREADS=0 instead of "" >> > > Thanks for the quick reply Stephen. To be honest, I don't know CMake > either but I noticed this in 'cmake/CMakeLists.txt':- > > if(THREADING) > set(ENABLE_THREADS 1) > > // Some other stuff > endif() > > Maybe it just needs to look like this? > > if(THREADING) > set(ENABLE_THREADS 1) > > // Some other stuff > else() > set(ENABLE_THREADS 0) > endif() > > flv0 (Patric?) is probably the best person to know... Regards, > > John > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: John E. <jo...@ti...> - 2016-02-15 14:07:53
|
On 15/02/2016 13:34, Stephen Sinclair wrote: > Basically from what I understand, in the automake build, > @ENABLE_THREADS@ gets set to 0 or 1, so the #if is fine either way. > In the CMake build, ENABLE_THREADS gets set to 1, or "", the latter > case making "#if" be not well-formed. So changing it to "#if +0" > makes it work. Now, I don't know CMake very well, maybe it would be > possible to set ENABLE_THREADS=0 instead of "" > Thanks for the quick reply Stephen. To be honest, I don't know CMake either but I noticed this in 'cmake/CMakeLists.txt':- if(THREADING) set(ENABLE_THREADS 1) // Some other stuff endif() Maybe it just needs to look like this? if(THREADING) set(ENABLE_THREADS 1) // Some other stuff else() set(ENABLE_THREADS 0) endif() flv0 (Patric?) is probably the best person to know... Regards, John |
From: Stephen S. <rad...@gm...> - 2016-02-15 13:34:43
|
On Mon, Feb 15, 2016 at 8:26 AM, John Emmas <jo...@ti...> wrote: > I just updated from git master and discovered this puzzling change at > line 34 of 'liblo/lo/lo.h.in':- > > #if @ENABLE_THREADS@+0 > > Previously it just said this:- > > #if @ENABLE_THREADS@ > > where ENABLE_THREADS was typically defined to be either 0 or 1 (I think). > > It doesn't seem to be causing any problems for me (I'm building with > MSVC) but I'm just curious to know why the extra "+0" got added to the > end of the line... Thanks for reviewing! The +0 got added in commit 666517 during flv0's development of the CMake build. It was a concession to allow him to make a change outside the "cmake" directory, but it seemed necessary, and in my estimation, harmless..? Anyways, no better way to test than to put it on master and see if it breaks anything. Basically from what I understand, in the automake build, @ENABLE_THREADS@ gets set to 0 or 1, so the #if is fine either way. In the CMake build, ENABLE_THREADS gets set to 1, or "", the latter case making "#if" be not well-formed. So changing it to "#if +0" makes it work. Now, I don't know CMake very well, maybe it would be possible to set ENABLE_THREADS=0 instead of "" in the case that it is disabled, and therefore this would be an unnecessary change. In any case I wasn't completely sold on the necessity of introducing CMake to the project, but it seemed something that several users wanted, so I said just keep it confined to the "cmake" directory and it should be fine. It's true that this is one change that is maybe not necessary, I'm not sure. Theoretically we could even remove the whole #if conditional around lo_serverthread.h, since defining the function prototypes doesn't hurt actually, even if they aren't compiled into the library. Another possibility, maybe cleaner, would be setting the @ENABLE_THREADS@ replacement to be "#include <lo_serverthread.h>", and simply not have that line at all if it is disabled. Steve |
From: John E. <jo...@ti...> - 2016-02-15 11:27:03
|
I just updated from git master and discovered this puzzling change at line 34 of 'liblo/lo/lo.h.in':- #if @ENABLE_THREADS@+0 Previously it just said this:- #if @ENABLE_THREADS@ where ENABLE_THREADS was typically defined to be either 0 or 1 (I think). It doesn't seem to be causing any problems for me (I'm building with MSVC) but I'm just curious to know why the extra "+0" got added to the end of the line... John |