|
Re: Architecture for binary distributions.
Hi Carlos,
The binary release of OpenMAMA 2.2.1.1 was created on a different build machine than previously. Both 32 and 64 bit binary releases may now be found at
Hi Carlos,
The binary release of OpenMAMA 2.2.1.1 was created on a different build machine than previously. Both 32 and 64 bit binary releases may now be found at
|
By
Matthew Mulhern <MMulhern@...>
·
#378
·
|
|
Architecture for binary distributions.
Hi guys,
I noticed some differences on the 2.2.11 binary versions for download, for example
openmama-2.2.1.1
libmamaavisimpl.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not
Hi guys,
I noticed some differences on the 2.2.11 binary versions for download, for example
openmama-2.2.1.1
libmamaavisimpl.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not
|
By
Carlos J. Hernandez
·
#377
·
|
|
[PATCH] [MAMAC] Unittest tidyup
From 643a657ca36e573bb4081824fc879e1450cc5f09 Mon Sep 17 00:00:00 2001
From: Ian Bell <ibell@...>
Date: Fri, 14 Dec 2012 09:14:05 +0000
Subject: [PATCH 2/2] [MAMAC] Unittest tidyup
Removed some
From 643a657ca36e573bb4081824fc879e1450cc5f09 Mon Sep 17 00:00:00 2001
From: Ian Bell <ibell@...>
Date: Fri, 14 Dec 2012 09:14:05 +0000
Subject: [PATCH 2/2] [MAMAC] Unittest tidyup
Removed some
|
By
Ian Bell <IBell@...>
·
#376
·
|
|
[PATCH] [MAMAC] Handle TIMEOUT Message
From 3ff2ca0c7485937659f41f7a1908d55abe6d3882 Mon Sep 17 00:00:00 2001
From: Ian Bell <ibell@...>
Date: Wed, 12 Dec 2012 21:21:30 +0000
Subject: [PATCH] [MAMAC] Handle TIMEOUT Message
Messages
From 3ff2ca0c7485937659f41f7a1908d55abe6d3882 Mon Sep 17 00:00:00 2001
From: Ian Bell <ibell@...>
Date: Wed, 12 Dec 2012 21:21:30 +0000
Subject: [PATCH] [MAMAC] Handle TIMEOUT Message
Messages
|
By
Ian Bell <IBell@...>
·
#375
·
|
|
[PATCH] [MAMAC] Fix to mamaMsgField_updateU8
From 950eb5d54e55845b7431b4a7cdd91263f7ccd463 Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:49:16 +0000
Subject: [PATCH] [MAMAC] Fix to mamaMsgField_updateU8
From 950eb5d54e55845b7431b4a7cdd91263f7ccd463 Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:49:16 +0000
Subject: [PATCH] [MAMAC] Fix to mamaMsgField_updateU8
|
By
Gary Molloy <GMolloy@...>
·
#374
·
|
|
[PATCH] [MAMAC] Fix to mamaMsg_updateI64
From f090db866498316381eb6d5f1add7840fb78bd33 Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:58:06 +0000
Subject: [PATCH] [MAMAC] Fix to mamaMsg_updateI64
A
From f090db866498316381eb6d5f1add7840fb78bd33 Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:58:06 +0000
Subject: [PATCH] [MAMAC] Fix to mamaMsg_updateI64
A
|
By
Gary Molloy <GMolloy@...>
·
#373
·
|
|
[PATCH] [MAMDA] Initialising Bid Price Field State
From 1856d2fe95b4a5f9aa37acc2f6cfc95e8b64826c Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:34:45 +0000
Subject: [PATCH] [MAMDA] Initialising Bid Price Field
From 1856d2fe95b4a5f9aa37acc2f6cfc95e8b64826c Mon Sep 17 00:00:00 2001
From: Gary Molloy <gmolloy@...>
Date: Thu, 13 Dec 2012 15:34:45 +0000
Subject: [PATCH] [MAMDA] Initialising Bid Price Field
|
By
Gary Molloy <GMolloy@...>
·
#372
·
|
|
Maven for Java implementation
Hi folks:
Does anyone have experience with or know of Maven artifacts for OpenMama? we are creating a distribution for an open mama application with Maven and getting to install OpenMama using it is
Hi folks:
Does anyone have experience with or know of Maven artifacts for OpenMama? we are creating a distribution for an open mama application with Maven and getting to install OpenMama using it is
|
By
Carlos J. Hernandez
·
#371
·
|
|
Re: Throwing exceptions in destructors
Thanks!
I’m probably misreading the code, but won’t the MamaQueue destructor throw if there are any open events? This seems like a potentially common situation if there’s a stack unwind
Thanks!
I’m probably misreading the code, but won’t the MamaQueue destructor throw if there are any open events? This seems like a potentially common situation if there’s a stack unwind
|
By
richard.furse@...
·
#370
·
|
|
Re: Throwing exceptions in destructors
Hi Richard,
Yes, this is the right place for those kind of questions.
As a rule the mamaTry macro is called in the C++ wrapper before every call to the C layer, to translate the C return code to an
Hi Richard,
Yes, this is the right place for those kind of questions.
As a rule the mamaTry macro is called in the C++ wrapper before every call to the C layer, to translate the C return code to an
|
By
Glenn McClements <gmcclements@...>
·
#369
·
|
|
Maven infrastructure for OpenMama
Hi folks:
I'm packing a development we did in Java with Open Mama and we feel that Maven greatly facilitates the job of distributing source and binaries, but I haven't found any repositories that
Hi folks:
I'm packing a development we did in Java with Open Mama and we feel that Maven greatly facilitates the job of distributing source and binaries, but I haven't found any repositories that
|
By
Carlos Hernández <carlos3.14@...>
·
#368
·
|
|
Throwing exceptions in destructors
Hi there – I’m just taking a look through some of the OpenMAMA code and have a question. Is this the right place it?
The code I have (OpenMAMA 2.2.1.1) contains the following:
Hi there – I’m just taking a look through some of the OpenMAMA code and have a question. Is this the right place it?
The code I have (OpenMAMA 2.2.1.1) contains the following:
|
By
richard.furse@...
·
#367
·
|
|
Re: Tick42 blp bridge source release
Hi
We should add that although this initial release is aimed at Windows, the code is intended to run on Linux as well. Producing build scripts and testing on Linux is planned.
Best regards
Hi
We should add that although this initial release is aimed at Windows, the code is intended to run on Linux as well. Producing build scripts and testing on Linux is planned.
Best regards
|
By
Tom Doust
·
#366
·
|
|
Tick42 blp bridge source release
Hi
This is finally uploaded to http://git.openmama.org in the repositoryopenmama-tick42.git
Details of how to build are in docs\Tick42 BLP Bridge Development environment.pdf. Note that this
Hi
This is finally uploaded to http://git.openmama.org in the repositoryopenmama-tick42.git
Details of how to build are in docs\Tick42 BLP Bridge Development environment.pdf. Note that this
|
By
Tom Doust
·
#365
·
|
|
[PATCH] Fix entitlement version logging
From c9bf1a81a4476ef46dfe99e36821ca48fc62eea7 Mon Sep 17 00:00:00 2001
From: Ian Bell <IBell@...>
Date: Mon, 29 Oct 2012 20:31:08 +0000
Subject: [PATCH] Fix entitlement version logging
Fixed a
From c9bf1a81a4476ef46dfe99e36821ca48fc62eea7 Mon Sep 17 00:00:00 2001
From: Ian Bell <IBell@...>
Date: Mon, 29 Oct 2012 20:31:08 +0000
Subject: [PATCH] Fix entitlement version logging
Fixed a
|
By
Ian Bell <IBell@...>
·
#364
·
|
|
[PATCH] Fix x64 prebuild event
From e0c6ce9b198a7b3c8d2745e14761a811df29413a Mon Sep 17 00:00:00 2001
From: Ian Bell <IBell@...>
Date: Mon, 29 Oct 2012 20:01:01 +0000
Subject: [PATCH] Fix x64 prebuild event
Fixed the build
From e0c6ce9b198a7b3c8d2745e14761a811df29413a Mon Sep 17 00:00:00 2001
From: Ian Bell <IBell@...>
Date: Mon, 29 Oct 2012 20:01:01 +0000
Subject: [PATCH] Fix x64 prebuild event
Fixed the build
|
By
Ian Bell <IBell@...>
·
#363
·
|
|
[PATCH] Fix version generation on 64bit
From e8f7232736c744aefd28c9601bd26311a27103f8 Mon Sep 17 00:00:00 2001
Message-Id: <e8f7232736c744aefd28c9601bd26311a27103f8.1351259988.git.ibell@...>
From: Ian Bell <ibell@...>
Date: Fri, 26 Oct
From e8f7232736c744aefd28c9601bd26311a27103f8 Mon Sep 17 00:00:00 2001
Message-Id: <e8f7232736c744aefd28c9601bd26311a27103f8.1351259988.git.ibell@...>
From: Ian Bell <ibell@...>
Date: Fri, 26 Oct
|
By
Ian Bell <IBell@...>
·
#362
·
|
|
[PATCH 10/10] Updated Solution file
From f27c8050613f70997fe1b4d0a96dedc283c77611 Mon Sep 17 00:00:00 2001
Message-Id: <f27c8050613f70997fe1b4d0a96dedc283c77611.1351159826.git.ibell@...>
In-Reply-To:
From f27c8050613f70997fe1b4d0a96dedc283c77611 Mon Sep 17 00:00:00 2001
Message-Id: <f27c8050613f70997fe1b4d0a96dedc283c77611.1351159826.git.ibell@...>
In-Reply-To:
|
By
Ian Bell <IBell@...>
·
#361
·
|
|
[PATCH 09/10] Replace build project files
From ebae523d5eb7e863a62d454bfdbb9933f9ded209 Mon Sep 17 00:00:00 2001
Message-Id: <ebae523d5eb7e863a62d454bfdbb9933f9ded209.1351159826.git.ibell@...>
In-Reply-To:
From ebae523d5eb7e863a62d454bfdbb9933f9ded209 Mon Sep 17 00:00:00 2001
Message-Id: <ebae523d5eb7e863a62d454bfdbb9933f9ded209.1351159826.git.ibell@...>
In-Reply-To:
|
By
Ian Bell <IBell@...>
·
#360
·
|
|
[PATCH 08/10] Replace Exmaple project files
From 3248f4906878574932f2d9f44b00ea330740ff01 Mon Sep 17 00:00:00 2001
Message-Id: <3248f4906878574932f2d9f44b00ea330740ff01.1351159826.git.ibell@...>
In-Reply-To:
From 3248f4906878574932f2d9f44b00ea330740ff01 Mon Sep 17 00:00:00 2001
Message-Id: <3248f4906878574932f2d9f44b00ea330740ff01.1351159826.git.ibell@...>
In-Reply-To:
|
By
Ian Bell <IBell@...>
·
#359
·
|