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
(1) |
15
|
16
|
17
|
18
|
19
|
20
|
21
(6) |
22
|
23
|
24
|
25
|
26
|
27
(1) |
28
|
29
|
30
|
31
|
|
From: Stephen S. <rad...@gm...> - 2014-01-27 18:00:49
|
We are pleased to present stable release 0.28 of LibLo, the lightweight, easy to use implementation of the Open Sound Control protocol. It can be downloaded from: https://downloads.sourceforge.net/project/liblo/liblo/0.28/liblo-0.28.tar.gz The project home page can be found at: http://liblo.sf.net Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is designed for use over modern network transports. Changes since the 0.28rc release candidate include: - Fixed build for Windows (MingW, MSVC) and Android platforms - Fixed an implicit cast issue in C++ bindings for lo::ServerThread - Documentation, small fixes - Added a function to get library version information (lo_version) Additionally, since the last release candidate included the following improvements over version 0.27: Important bug fixes: - Fixed checking of vararg markers on 64-bit systems - Fixed hang in TCP blocking test - Several potential bugs prevented through static analysis Additional changes: - Add function lo_bundle_get_timestamp() - Add C++11 wrapper, `lo_cpp.h', and test program - Support for a few more build tools: clang/clang++, ccache Enjoy, and please report any issues to the liblo mailing list. thank you, Steve Sinclair (liblo maintainer) |
From: Stephen S. <rad...@gm...> - 2014-01-21 13:53:48
|
Great! Yes, if maintainer-mode is not enabled then changes in Makefile.am and configure.ac will not be autodetected by make. Thanks for the report. cheers, Steve On Tue, Jan 21, 2014 at 2:48 PM, Felipe Sateler <fsa...@gm...> wrote: > On Tue, Jan 21, 2014 at 10:25 AM, Stephen Sinclair <rad...@gm...> wrote: >> Did you re-run configure, or autogen.sh? I added this function, >> lo_version, in d302f29. There should be a file, src/version.c, where >> it is defined. > > Ah, yes. configure is not enough, autogen.sh is needed. Thanks. > > BTW, doxygen emits a warning: > Warning: Tag `SYMBOL_CACHE_SIZE' at line 336 of file reference.doxygen > has become obsolete. > > Testlo is running correctly here. > > > -- > > Saludos, > Felipe Sateler > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: Felipe S. <fsa...@gm...> - 2014-01-21 13:49:12
|
On Tue, Jan 21, 2014 at 10:25 AM, Stephen Sinclair <rad...@gm...> wrote: > Did you re-run configure, or autogen.sh? I added this function, > lo_version, in d302f29. There should be a file, src/version.c, where > it is defined. Ah, yes. configure is not enough, autogen.sh is needed. Thanks. BTW, doxygen emits a warning: Warning: Tag `SYMBOL_CACHE_SIZE' at line 336 of file reference.doxygen has become obsolete. Testlo is running correctly here. -- Saludos, Felipe Sateler |
From: Stephen S. <rad...@gm...> - 2014-01-21 13:25:39
|
Did you re-run configure, or autogen.sh? I added this function, lo_version, in d302f29. There should be a file, src/version.c, where it is defined. Actually, this is a version I've been meaning to add for some time, if anyone has comments on the prototype or implementation please feel free. Steve On Tue, Jan 21, 2014 at 2:13 PM, Felipe Sateler <fsa...@gm...> wrote: > I'm getting a build failure: > > /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 > -o testlo testlo-testlo.o liblo.la -lpthread -lm > libtool: link: gcc -Wall -I.. -g -O2 -o .libs/testlo testlo-testlo.o > ./.libs/liblo.so -lpthread -lm > testlo-testlo.o: In function `test_version': > /home/felipe/src/deb/liblo/upstream/src/testlo.c:1046: undefined > reference to `lo_version' > collect2: error: ld returned 1 exit status > > > This is debian 64bit > > > On Tue, Jan 21, 2014 at 9:42 AM, Stephen Sinclair <rad...@gm...> wrote: >> Hi Camille, >> >> Thanks for checking up. Yes, I think it's looking pretty good now. >> Most of my fixes lately have been getting it working on Windows. >> >> Steve >> >> >> On Tue, Jan 21, 2014 at 9:18 AM, Camille Troillard >> <ca...@os...> wrote: >>> I have tested the latest commit on OS X, so far so good. >>> Thanks Stephen! >>> >>> >>>> On 14 janv. 2014, at 17:11, Stephen Sinclair <rad...@gm...> wrote: >>>> >>>> I think enough time has passed and we have fixed and reported many >>>> bugs since 0.28rc. I've tested on Linux 32/64-bit, Mac, and WIndows. >>>> >>>> Finally got testlo to pass on Windows. (Albeit a very old Windows XP >>>> machine, 32-bit tested only.) The main issue was that it was not >>>> executing subtest properly, I replaced the 'system' call with 'spawnl' >>>> on Windows which seemed to work, as long as it gets the absolute path >>>> to subtest.exe. >>>> >>>> So I am more confident now that any show stoppers are ironed out, and >>>> I will prepare 0.28 for release very soon. Please report any >>>> last-minute issues. >>> >>> ------------------------------------------------------------------------------ >>> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >>> Learn Why More Businesses Are Choosing CenturyLink Cloud For >>> Critical Workloads, Development Environments & Everything In Between. >>> Get a Quote or Start a Free Trial Today. >>> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> liblo-devel mailing list >>> lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel > > > > -- > > Saludos, > Felipe Sateler > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: Felipe S. <fsa...@gm...> - 2014-01-21 13:14:20
|
I'm getting a build failure: /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o testlo testlo-testlo.o liblo.la -lpthread -lm libtool: link: gcc -Wall -I.. -g -O2 -o .libs/testlo testlo-testlo.o ./.libs/liblo.so -lpthread -lm testlo-testlo.o: In function `test_version': /home/felipe/src/deb/liblo/upstream/src/testlo.c:1046: undefined reference to `lo_version' collect2: error: ld returned 1 exit status This is debian 64bit On Tue, Jan 21, 2014 at 9:42 AM, Stephen Sinclair <rad...@gm...> wrote: > Hi Camille, > > Thanks for checking up. Yes, I think it's looking pretty good now. > Most of my fixes lately have been getting it working on Windows. > > Steve > > > On Tue, Jan 21, 2014 at 9:18 AM, Camille Troillard > <ca...@os...> wrote: >> I have tested the latest commit on OS X, so far so good. >> Thanks Stephen! >> >> >>> On 14 janv. 2014, at 17:11, Stephen Sinclair <rad...@gm...> wrote: >>> >>> I think enough time has passed and we have fixed and reported many >>> bugs since 0.28rc. I've tested on Linux 32/64-bit, Mac, and WIndows. >>> >>> Finally got testlo to pass on Windows. (Albeit a very old Windows XP >>> machine, 32-bit tested only.) The main issue was that it was not >>> executing subtest properly, I replaced the 'system' call with 'spawnl' >>> on Windows which seemed to work, as long as it gets the absolute path >>> to subtest.exe. >>> >>> So I am more confident now that any show stoppers are ironed out, and >>> I will prepare 0.28 for release very soon. Please report any >>> last-minute issues. >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel -- Saludos, Felipe Sateler |
From: Stephen S. <rad...@gm...> - 2014-01-21 12:42:46
|
Hi Camille, Thanks for checking up. Yes, I think it's looking pretty good now. Most of my fixes lately have been getting it working on Windows. Steve On Tue, Jan 21, 2014 at 9:18 AM, Camille Troillard <ca...@os...> wrote: > I have tested the latest commit on OS X, so far so good. > Thanks Stephen! > > >> On 14 janv. 2014, at 17:11, Stephen Sinclair <rad...@gm...> wrote: >> >> I think enough time has passed and we have fixed and reported many >> bugs since 0.28rc. I've tested on Linux 32/64-bit, Mac, and WIndows. >> >> Finally got testlo to pass on Windows. (Albeit a very old Windows XP >> machine, 32-bit tested only.) The main issue was that it was not >> executing subtest properly, I replaced the 'system' call with 'spawnl' >> on Windows which seemed to work, as long as it gets the absolute path >> to subtest.exe. >> >> So I am more confident now that any show stoppers are ironed out, and >> I will prepare 0.28 for release very soon. Please report any >> last-minute issues. > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: Camille T. <ca...@os...> - 2014-01-21 08:33:24
|
I have tested the latest commit on OS X, so far so good. Thanks Stephen! > On 14 janv. 2014, at 17:11, Stephen Sinclair <rad...@gm...> wrote: > > I think enough time has passed and we have fixed and reported many > bugs since 0.28rc. I've tested on Linux 32/64-bit, Mac, and WIndows. > > Finally got testlo to pass on Windows. (Albeit a very old Windows XP > machine, 32-bit tested only.) The main issue was that it was not > executing subtest properly, I replaced the 'system' call with 'spawnl' > on Windows which seemed to work, as long as it gets the absolute path > to subtest.exe. > > So I am more confident now that any show stoppers are ironed out, and > I will prepare 0.28 for release very soon. Please report any > last-minute issues. |
From: Stephen S. <rad...@gm...> - 2014-01-14 16:11:19
|
Hello folks, I think enough time has passed and we have fixed and reported many bugs since 0.28rc. I've tested on Linux 32/64-bit, Mac, and WIndows. Finally got testlo to pass on Windows. (Albeit a very old Windows XP machine, 32-bit tested only.) The main issue was that it was not executing subtest properly, I replaced the 'system' call with 'spawnl' on Windows which seemed to work, as long as it gets the absolute path to subtest.exe. So I am more confident now that any show stoppers are ironed out, and I will prepare 0.28 for release very soon. Please report any last-minute issues. cheers, Steve |