Skip to content
Snippets Groups Projects
Commit 77458c0b authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3-pocolibs] Update to genom3-pocolibs-1.4

Changes since 1.3:
. Fix compatibility with genom3-2.99.20 for async codels
. Delete genom_pocolibs interface and the genom_pocolibs::error exception
. Fix error detection in connect_port() and connect_remote() services
. Delete obsolete file
. Do not hardcode a mangled type name
. Update exception handling during replies reception in clienþc
. Implement new "result" function in clienþc
. Add extern "C" in the generated c/client.h
. Fix the scheduling of exec tasks according to the permanent activities codels
. Add a 'Requires' field in the .pc files for the genom C client protocol
  number
. De-constify clients json_error() return value
. Fix a few memory leaks in the C client implementation
. Must explicitly mention clienþc -uninstalled.pc in BUILT_SOURCE
. Replace local client.h API / .pc files by genom3 common template source
. Fix "void" exceptions decoding in C client
parent 08150b15
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Created: Anthony Mallet on Sun, 28 Jan 2007
#
DISTNAME= genom3-pocolibs-1.3
DISTNAME= genom3-pocolibs-1.4
CATEGORIES= architecture
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-pocolibs/}
MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genom3-pocolibs
......
@comment Mon May 13 15:27:39 CEST 2013
@comment Fri Jul 26 18:38:27 CEST 2013
lib/libpocolibs-client.la
lib/pkgconfig/genom3-pocolibs.pc
share/genom/site-templates/pocolibs/client/c/c-client-uninstalled.pc.in
share/genom/site-templates/pocolibs/client/c/c-client.pc.in
share/genom/site-templates/pocolibs/client/c/client.Makefile.am
share/genom/site-templates/pocolibs/client/c/client.c
share/genom/site-templates/pocolibs/client/c/client.configure.ac
share/genom/site-templates/pocolibs/client/c/client.h
share/genom/site-templates/pocolibs/client/c/docutil.tcl
share/genom/site-templates/pocolibs/client/c/init.c
share/genom/site-templates/pocolibs/client/c/json.c
......@@ -18,7 +15,6 @@ share/genom/site-templates/pocolibs/client/c/template.tcl
share/genom/site-templates/pocolibs/common/autoconf/ax_pthread.m4
share/genom/site-templates/pocolibs/common/exception.c
share/genom/site-templates/pocolibs/common/msglib.h
share/genom/site-templates/pocolibs/common/pocolibs.gen
share/genom/site-templates/pocolibs/common/serialize.h
share/genom/site-templates/pocolibs/common/typecopy.h
share/genom/site-templates/pocolibs/server/activity.c
......
SHA1 (genom3-pocolibs-1.3.tar.gz) = f95c2b20277a29c0c1cb7ab739d5a6512317a147
RMD160 (genom3-pocolibs-1.3.tar.gz) = 97978430b18a8c36cb241713e22d04d7361d208c
Size (genom3-pocolibs-1.3.tar.gz) = 328764 bytes
SHA1 (genom3-pocolibs-1.4.tar.gz) = ce739073fc08d6605b4014f20c32db4677601b4c
RMD160 (genom3-pocolibs-1.4.tar.gz) = 0a55b639f800f1061fd01981f6ef2b528f0a8b88
Size (genom3-pocolibs-1.4.tar.gz) = 327772 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment