|
Linux Supported Platforms
ahead
By
Philip Preston
· #2310
·
|
|
[PATCH] QPID Fix For Missing Method Name
https://github.com/OpenMAMA/OpenMAMA/pull/24
https://github.com/OpenMAMA/OpenMAMA/pull/24
|
By
Philip Preston
· #1605
·
|
|
[PATCH] QPID Fix For Missing Method Name
Can do via pull request. Ok if I add in http://bugs.openmama.org/show_bug.cgi?id=177? Another minor one - local to Darwin.
Can do via pull request. Ok if I add in http://bugs.openmama.org/show_bug.cgi?id=177? Another minor one - local to Darwin.
|
By
Philip Preston
· #1603
·
|
|
[PATCH] QPID Fix For Missing Method Name
Missing method name in transport.c Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ma
Missing method name in transport.c Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ma
|
By
Philip Preston
· #1601
·
|
|
[PATCH] QPID Fixed Compile Error for double const
With the macros for Vector of types, with the const char being passed into the macro, a further const is on the type in the macros, got compiler error in Clang for double const Signed-off-by: Phil Pre
With the macros for Vector of types, with the const char being passed into the macro, a further const is on the type in the macros, got compiler error in Clang for double const Signed-off-by: Phil Pre
|
By
Philip Preston
· #1600
·
|
|
[PATCH 2.3.2rc1] COMMON: Darwin port Update for Yosemite
Mac OSX 10.10 introduces htonll and ntohll macros in system headers, and as such we get redefine errors when compiling. Changed port.h to only define thefunctions if below Mac OSX 10.10. Also added 10
Mac OSX 10.10 introduces htonll and ntohll macros in system headers, and as such we get redefine errors when compiling. Changed port.h to only define thefunctions if below Mac OSX 10.10. Also added 10
|
By
Philip Preston
· #1415
·
|
|
[PATCH] QPID: Moving meta info to application properties
Cool. Will take a look. Thanks Phil
Cool. Will take a look. Thanks Phil
|
By
Philip Preston
· #1355
·
|
|
[PATCH 2/2] TESTTOOL Mac support for mamaproducer/consumer v2
Added support for compiling and running on Mac OS X. Excludes support for setting the scheduler and malloc options which are put behind macros for Mac. Tested on * Mac OS X 10.9.2 x86_64 * Ubuntu 12.0
Added support for compiling and running on Mac OS X. Excludes support for setting the scheduler and malloc options which are put behind macros for Mac. Tested on * Mac OS X 10.9.2 x86_64 * Ubuntu 12.0
|
By
Philip Preston
· #1231
·
|
|
[PATCH 1/2] COMMON: clock_gettime for Mac OS X
Mac OS X does not support the clock_gettime function that is used in a number of the performance testing applications, but does have equivalient fucntions. This change wraps the time functions from th
Mac OS X does not support the clock_gettime function that is used in a number of the performance testing applications, but does have equivalient fucntions. This change wraps the time functions from th
|
By
Philip Preston
· #1230
·
|
|
[PATCH] QPID: Moving meta info to application properties
Currently we add a number of custom properties to the properties section of the AMQP message (e.g. MsgType, Inbox Name). The properties section of the message is used for a defined set of standard pro
Currently we add a number of custom properties to the properties section of the AMQP message (e.g. MsgType, Inbox Name). The properties section of the message is used for a defined set of standard pro
|
By
Philip Preston
· #1228
·
|
|
[PATCH] QPID: Logging bug
Fix for some error logging which is being truncated Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/queue.c | 16 ++++++++-------- 1 file changed, 8 insertions(+),
Fix for some error logging which is being truncated Signed-off-by: Phil Preston <philippreston@...> --- mama/c_cpp/src/c/bridge/qpid/queue.c | 16 ++++++++-------- 1 file changed, 8 insertions(+),
|
By
Philip Preston
· #1229
·
|
|
[PATCH] MAMDA: Ant build file changes
Changes to set default target to dist Updated clean to also clean down the MamdaLock Signed-off-by: Phil Preston <philippreston@...> --- mamda/java/build.xml | 4 ++-- 1 file changed, 2 insertions(
Changes to set default target to dist Updated clean to also clean down the MamdaLock Signed-off-by: Phil Preston <philippreston@...> --- mamda/java/build.xml | 4 ++-- 1 file changed, 2 insertions(
|
By
Philip Preston
· #1167
·
|
|
[PATCH 2/2] MAMDA: LLVM 5.1 Fixes - redeclared structs
XCode 5.1 update includes LLVM/CLang 5.1 (CLang 3.4) which now fires a number of build errors. struct FieldUpdateTradeId struct FieldUpdateOrigTradeId each are declared twice in MamdaTradeListener cla
XCode 5.1 update includes LLVM/CLang 5.1 (CLang 3.4) which now fires a number of build errors. struct FieldUpdateTradeId struct FieldUpdateOrigTradeId each are declared twice in MamdaTradeListener cla
|
By
Philip Preston
· #1166
·
|
|
[PATCH 1/2] MAMDA: LLVM 5.1 Fixes - pointer dereference
XCode 5.1 update includes LLVM 5.1 (CLang 3.4) which now fires a number of build errors. Number of files dealing with partid on multi participant feeds do not dereference the pointer to the last dot c
XCode 5.1 update includes LLVM 5.1 (CLang 3.4) which now fires a number of build errors. Number of files dealing with partid on multi participant feeds do not dereference the pointer to the last dot c
|
By
Philip Preston
· #1165
·
|
|
[PATCH] COMMON Darwin Semaphore Bug
Fix in Darwin Semaphore. Count variable was not being checked before decrementing, which was causing issues in managing the queue size, when running high loads. Further change is to use Barrier versio
Fix in Darwin Semaphore. Count variable was not being checked before decrementing, which was causing issues in managing the queue size, when running high loads. Further change is to use Barrier versio
|
By
Philip Preston
· #1096
·
|
|
[PATCH] SCONS: Support for Mac OS X
Thank Damian. Fresh checkout builds fine now. Thanks Phil
Thank Damian. Fresh checkout builds fine now. Thanks Phil
|
By
Philip Preston
· #1080
·
|
|
[PATCH] SCONS: Support for Mac OS X
Hey The darwin.py file was missed from the commit up to the feature-osx branch. Cheers Phil
Hey The darwin.py file was missed from the commit up to the feature-osx branch. Cheers Phil
|
By
Philip Preston
· #1078
·
|
|
Feature Branch - Clang/OSX
Hey Just a quick note, now the commits are up in the feature branch and available to test. The test tools isn't fully building at the minute. There are a few areas that use clock_gettime which is not
Hey Just a quick note, now the commits are up in the feature branch and available to test. The test tools isn't fully building at the minute. There are a few areas that use clock_gettime which is not
|
By
Philip Preston
· #1075
·
|
|
[PATCH] SCONS: Support for Mac OS X
For feature-osx Update scons build environment to build on Mac OS X. Changes include: - Addition of Darwin tool - Updated to Clang Tools - Update of JNI tools to Support Oracle and Apple Java releases
For feature-osx Update scons build environment to build on Mac OS X. Changes include: - Addition of Darwin tool - Updated to Clang Tools - Update of JNI tools to Support Oracle and Apple Java releases
|
By
Philip Preston
· #1064
·
|
|
[PATCH] COMMON: Adding support for MAC OS X
For feature-osx Added port.h specific for the Darwin kernel. Added Semaphore implementation using dispatch semaphores, as the POSIX implementation on MAC OS X isn't fully implementated and does not su
For feature-osx Added port.h specific for the Darwin kernel. Added Semaphore implementation using dispatch semaphores, as the POSIX implementation on MAC OS X isn't fully implementated and does not su
|
By
Philip Preston
· #1063
·
|