]> pilppa.org Git - libplpbus.git/log
libplpbus.git
10 years agoinclude unistd for sleep method master
Mika Laitio [Sun, 11 Aug 2013 21:23:51 +0000 (00:23 +0300)]
include unistd for sleep method

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
10 years agofix deprecated AM_CONFIG_HEADER
Mika Laitio [Sun, 11 Aug 2013 21:22:05 +0000 (00:22 +0300)]
fix deprecated AM_CONFIG_HEADER

use AC_CONFIG_HEADERS instead of deprecated function.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agoeclipse project file update
Mika Laitio [Sun, 12 Aug 2012 22:40:06 +0000 (01:40 +0300)]
eclipse project file update

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agoadded error checks to data parse methods
Mika Laitio [Sun, 12 Aug 2012 22:39:21 +0000 (01:39 +0300)]
added error checks to data parse methods

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agomemory leak fix
Mika Laitio [Fri, 3 Aug 2012 15:46:52 +0000 (18:46 +0300)]
memory leak fix

added  call to
orb->destroy() on OrbServerImpl destroctor.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agomemory leak fixes
Mika Laitio [Wed, 25 Jul 2012 13:19:09 +0000 (16:19 +0300)]
memory leak fixes

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agowarning cleanups
Mika Laitio [Mon, 23 Jul 2012 15:21:52 +0000 (18:21 +0300)]
warning cleanups

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agofix building on 64 bit systems
Mika Laitio [Sat, 14 Jul 2012 14:03:42 +0000 (17:03 +0300)]
fix building on 64 bit systems

Install to /usr/local/lib64 on 64 bit systems.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agofix include path in libplpbus.pc.in
Mika Laitio [Sat, 14 Jul 2012 14:03:03 +0000 (17:03 +0300)]
fix include path in libplpbus.pc.in

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
11 years agofix build warnings
Mika Laitio [Sat, 14 Jul 2012 14:02:37 +0000 (17:02 +0300)]
fix build warnings

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
12 years agoget_parameter_count method
Mika Laitio [Fri, 1 Jul 2011 16:07:37 +0000 (19:07 +0300)]
get_parameter_count method

new method: BusMessage::get_parameter_count();

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
12 years agobetter error handling in case where the device specific config file is missing
Mika Laitio [Thu, 16 Jun 2011 18:57:59 +0000 (21:57 +0300)]
better error handling in case where the device specific config file is missing

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
12 years agocleanups
Mika Laitio [Thu, 16 Jun 2011 17:28:33 +0000 (20:28 +0300)]
cleanups

12 years agomore debug for error handling
Mika Laitio [Mon, 23 May 2011 22:48:46 +0000 (01:48 +0300)]
more debug for error handling

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
12 years agomore messages for error cases
Mika Laitio [Mon, 23 May 2011 07:33:45 +0000 (10:33 +0300)]
more messages for error cases

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agomemory leak fixes
Mika Laitio [Thu, 17 Mar 2011 23:20:38 +0000 (01:20 +0200)]
memory leak fixes

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agosmall cleanups for error handling and memory leaks
Mika Laitio [Thu, 17 Mar 2011 22:59:19 +0000 (00:59 +0200)]
small cleanups for error handling and memory leaks

13 years agodependency fixes to libplpbus.pc.in pkgconfig file
Mika Laitio [Mon, 14 Mar 2011 19:51:54 +0000 (21:51 +0200)]
dependency fixes to libplpbus.pc.in pkgconfig file

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoremoved warnings from uninitialized variables.
Mika Laitio [Sun, 13 Mar 2011 19:06:11 +0000 (21:06 +0200)]
removed warnings from uninitialized variables.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoMemory leak fixes.
Mika Laitio [Fri, 11 Mar 2011 16:02:00 +0000 (18:02 +0200)]
Memory leak fixes.

Added also a workaround for passing the string items
in BusMessage. (Inside CORBA:Any parameter there were sometimes leaks)
Added also a new test_bus_msg test for testing the bus messages.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agomemory leak fix
Mika Laitio [Thu, 10 Mar 2011 17:57:29 +0000 (19:57 +0200)]
memory leak fix

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoFixed the transfer of double and float parameters in busmessage.
Mika Laitio [Tue, 8 Mar 2011 23:44:22 +0000 (01:44 +0200)]
Fixed the transfer of double and float parameters in busmessage.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoCrash fix for unhandled msg request case in server.
Mika Laitio [Sun, 6 Mar 2011 08:42:52 +0000 (10:42 +0200)]
Crash fix for unhandled msg request case in server.

Fixed the bus msg response crash in case when the server did not handle the
message and returned null.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoFixed send_message_and_wait_response(BusMessage *msg_req_param,
Mika Laitio [Sun, 6 Mar 2011 08:27:20 +0000 (10:27 +0200)]
Fixed send_message_and_wait_response(BusMessage *msg_req_param,
BusMessage **msg_rsp_param)

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoeclipse project file fix
Mika Laitio [Sun, 6 Mar 2011 07:57:15 +0000 (09:57 +0200)]
eclipse project file fix

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoMethods for reading data from the BusMessage datatype.
Mika Laitio [Sat, 5 Mar 2011 20:51:34 +0000 (22:51 +0200)]
Methods for reading data from the BusMessage datatype.

BusMessage datatype is used for passing data between client and server
by using plpbus(corba)... Earlier it was only possible to add data to
datatype but not actually to read it.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoAdded methods for querying paramerer values from the message parameter
Mika Laitio [Wed, 2 Mar 2011 21:00:55 +0000 (23:00 +0200)]
Added methods for querying paramerer values from the message parameter
by using parameter name as a key.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoForce to add type_id identifier for messages. Receiver can then use the
Mika Laitio [Wed, 2 Mar 2011 19:33:06 +0000 (21:33 +0200)]
Force to add type_id identifier for messages. Receiver can then use the
type-id for identifying the messages from each others.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agocleaned up public headers available for bus client and server
Mika Laitio [Tue, 1 Mar 2011 23:35:09 +0000 (01:35 +0200)]
cleaned up public headers available for bus client and server
implementators.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoMore header cleanups.
Mika Laitio [Mon, 28 Feb 2011 23:07:15 +0000 (01:07 +0200)]
More header cleanups.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoMore interface cleanings
Mika Laitio [Mon, 28 Feb 2011 22:44:50 +0000 (00:44 +0200)]
More interface cleanings

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoStarted cleaning up public headers from the private headers that are not
Mika Laitio [Mon, 28 Feb 2011 22:42:05 +0000 (00:42 +0200)]
Started cleaning up public headers from the private headers that are not
wanted to install.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoAdded linkage dependency fix to pkg-config file.
Mika Laitio [Tue, 21 Dec 2010 23:29:16 +0000 (01:29 +0200)]
Added linkage dependency fix to pkg-config file.

Enabled also the debug build options for c++ code.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
13 years agoversion 0.1.0
Mika Laitio [Thu, 28 Oct 2010 21:36:35 +0000 (00:36 +0300)]
version 0.1.0

13 years agoupdated test application names
Mika Laitio [Thu, 7 Oct 2010 23:54:25 +0000 (02:54 +0300)]
updated test application names

13 years ago[http://pilppa.org/home/issues/4] Fix the service creation on new name server instances
Mika Laitio [Thu, 7 Oct 2010 18:53:18 +0000 (21:53 +0300)]
[http://pilppa.org/home/issues/4] Fix the service creation on new name server instances

13 years agodropped duplicate version from the RequestResponseBus* sources generated in src/idl...
Mika Laitio [Mon, 4 Oct 2010 14:07:51 +0000 (17:07 +0300)]
dropped duplicate version from the RequestResponseBus* sources generated in src/idl directory.

13 years agocopy headers with make install command
Mika Laitio [Mon, 4 Oct 2010 06:24:34 +0000 (09:24 +0300)]
copy headers with make install command

13 years agoadded .gitignore and started converting to use libplp for debug
Mika Laitio [Sun, 3 Oct 2010 22:09:17 +0000 (01:09 +0300)]
added .gitignore and started converting to use libplp for debug

13 years agoinitial version
Mika Laitio [Sat, 2 Oct 2010 10:49:53 +0000 (13:49 +0300)]
initial version