|
[PATCH 2/2] README: Updating version number in README file, and change log. 2 messages
From 9aad11a890cae3307ee12bcd85eba3f3b22b5627 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 11:28:39 +0000 Subject: [PATCH 2/2] README: Updating version number in
From 9aad11a890cae3307ee12bcd85eba3f3b22b5627 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 11:28:39 +0000 Subject: [PATCH 2/2] README: Updating version number in
|
By
Damian Maguire
·
|
|
[PATCH 1/2] VERSION: Updating Version details for MAMA and MAMDA
From 5c772ab1f28ffbabb941a53ac768e9904554ccc7 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 11:27:47 +0000 Subject: [PATCH 1/2] VERSION: Updating Version details
From 5c772ab1f28ffbabb941a53ac768e9904554ccc7 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 11:27:47 +0000 Subject: [PATCH 1/2] VERSION: Updating Version details
|
By
Damian Maguire
·
|
|
[PATCH] README: Updates to the README file for OpenMAMA 2.3.0 release.
From 419ff2dc3d37bff03f43ab0c9ad0f222d0759113 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 09:25:50 +0000 Subject: [PATCH] README: Updates to the README file for
From 419ff2dc3d37bff03f43ab0c9ad0f222d0759113 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Mon, 20 Jan 2014 09:25:50 +0000 Subject: [PATCH] README: Updates to the README file for
|
By
Damian Maguire
·
|
|
[PATCH] SCONS: Fixed Support for Non-Default Avis paths
Avismsg doesn't currently honour avis_home. This only causes a problem if avis is not installed to the default install directory. This patch resolves this issue. Signed-off-by: Frank Quinn <fquinn@...
Avismsg doesn't currently honour avis_home. This only causes a problem if avis is not installed to the default install directory. This patch resolves this issue. Signed-off-by: Frank Quinn <fquinn@...
|
By
Frank Quinn
·
|
|
OpenMAMA 2.3.0 RC 2
Evening all, I'm sure most of you have noticed the patches bouncing around over the past few weeks – we've been working hard cleaning up various issues around the Windows build, as well as chasing dow
Evening all, I'm sure most of you have noticed the patches bouncing around over the past few weeks – we've been working hard cleaning up various issues around the Windows build, as well as chasing dow
|
By
Damian Maguire
·
|
|
[PATCH] SCONS: Enable building Capture Replay example applications on Windows 2 messages
From a383c52cbe0d0efc6bfb5a7a3d4d2a4785cc079b Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 17 Jan 2014 16:53:19 +0000 Subject: [PATCH] SCONS: Enable building Capture Replay
From a383c52cbe0d0efc6bfb5a7a3d4d2a4785cc079b Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 17 Jan 2014 16:53:19 +0000 Subject: [PATCH] SCONS: Enable building Capture Replay
|
By
Damian Maguire
·
|
|
[PATCH] SCONS: Updated qpid builds to use default directories
Build scripts previously assumed a particular directory structure for qpid proton. It now assumes the default is in place where "Debug" and "Release" directories are used on windows. Signed-off-by: Fr
Build scripts previously assumed a particular directory structure for qpid proton. It now assumes the default is in place where "Debug" and "Release" directories are used on windows. Signed-off-by: Fr
|
By
Frank Quinn
·
|
|
[PATCH] SCONS: Changes to enable arch specific builds on Windows 2 messages
From 5aeec75b8095d4e1a28a6a04ace88b6a129d4fe5 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 17 Jan 2014 11:28:43 +0000 Subject: [PATCH] SCONS: Changes to enable arch specific
From 5aeec75b8095d4e1a28a6a04ace88b6a129d4fe5 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Fri, 17 Jan 2014 11:28:43 +0000 Subject: [PATCH] SCONS: Changes to enable arch specific
|
By
Damian Maguire
·
|
|
[PATCH 10/10] SCONS: Resolve MS VS Issue with TMP dir. 2 messages
From 9aa44fca73b166c3405aa54b738545c6def26b4c Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:32:46 +0000 Subject: [PATCH 10/10] SCONS: Resolve MS VS Issue with
From 9aa44fca73b166c3405aa54b738545c6def26b4c Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:32:46 +0000 Subject: [PATCH 10/10] SCONS: Resolve MS VS Issue with
|
By
Damian Maguire
·
|
|
[PATCH] UNITTEST: Fixed timing issue which causes TestCopyDate to fail
setToNow was being called twice in quick succession so although the microsecond timestamp was usually the same, every now and again it wasn't, causing this test to fail. Test now modified to take a ti
setToNow was being called twice in quick succession so although the microsecond timestamp was usually the same, every now and again it wasn't, causing this test to fail. Test now modified to take a ti
|
By
Frank Quinn
·
|
|
[PATCH 3/3] MAMAPLAYBACK: Modified replay tools to be portable
Hi Damian, I developed and tested this on windows then tested it on Linux last night with mamalistenc / capturereplay. During an overnight run though I found a typo which caused a core on rewind which
Hi Damian, I developed and tested this on windows then tested it on Linux last night with mamalistenc / capturereplay. During an overnight run though I found a typo which caused a core on rewind which
|
By
Frank Quinn
·
|
|
[PATCH 2/2] MAMAPLAYBACK: Modified replay tools to be portable 2 messages
To get these applications running on windows, function prototypes needed changed otherwise the MAMA application would run into access violation troubles. Signed-off-by: Frank Quinn <fquinn@...> --- ..
To get these applications running on windows, function prototypes needed changed otherwise the MAMA application would run into access violation troubles. Signed-off-by: Frank Quinn <fquinn@...> --- ..
|
By
Frank Quinn
·
|
|
[PATCH] MSVC: Modified Visual Studio Files to Include Qpid and Replay Tools
Also did some general cleanup and added x64 to where it was previously overlooked. Signed-off-by: Frank Quinn <fquinn@...> --- OpenMama.sln | 3195 ++++++++++---------- OpenMama.suo | Bin 525312 -> 525
Also did some general cleanup and added x64 to where it was previously overlooked. Signed-off-by: Frank Quinn <fquinn@...> --- OpenMama.sln | 3195 ++++++++++---------- OpenMama.suo | Bin 525312 -> 525
|
By
Frank Quinn
·
|
|
[PATCH 1/2] MAMAPLAYBACK: Added support for windows to Playback Parser
To enable windows support for the playback parser, new code has been added to avoid the need for using mmap which is natively unavailable on windows. Linux users may also enable this mode by compiling
To enable windows support for the playback parser, new code has been added to avoid the need for using mmap which is natively unavailable on windows. Linux users may also enable this mode by compiling
|
By
Frank Quinn
·
|
|
[PATCH 09/10] SCONS: Update Windows checks for QPID paths.
From 4ca57c1a0cd0d77831de42f50f766ebcb6da25bc Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:30:30 +0000 Subject: [PATCH 09/10] SCONS: Update Windows checks for
From 4ca57c1a0cd0d77831de42f50f766ebcb6da25bc Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:30:30 +0000 Subject: [PATCH 09/10] SCONS: Update Windows checks for
|
By
Damian Maguire
·
|
|
[PATCH 08/10] SCONS: Add libevent_home command line parameter
From 9f474e64a8ba658b7aae69f143b1303db4813dba Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:26:33 +0000 Subject: [PATCH 08/10] SCONS: Add libevent_home command
From 9f474e64a8ba658b7aae69f143b1303db4813dba Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:26:33 +0000 Subject: [PATCH 08/10] SCONS: Add libevent_home command
|
By
Damian Maguire
·
|
|
[PATCH 07/10] MAMDA: Iterator bug in MamdaOptionChain.cpp
From 830a71fed4fa3da266eca9ca7337635ef6a08e95 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:23:39 +0000 Subject: [PATCH 07/10] MAMDA: Iterator bug in MamdaOpti
From 830a71fed4fa3da266eca9ca7337635ef6a08e95 Mon Sep 17 00:00:00 2001 From: Damian Maguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:23:39 +0000 Subject: [PATCH 07/10] MAMDA: Iterator bug in MamdaOpti
|
By
Damian Maguire
·
|
|
[PATCH 06/10] SCONS: Fix issues with MAMDA version.h
From 3be5f48c7a61d74858822d462a2c07c79d0b0d4f Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:17:50 +0000 Subject: [PATCH 06/10] SCONS: Fix issues with MAMDA ver
From 3be5f48c7a61d74858822d462a2c07c79d0b0d4f Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:17:50 +0000 Subject: [PATCH 06/10] SCONS: Fix issues with MAMDA ver
|
By
Damian Maguire
·
|
|
[PATCH 05/10] SCONS: Add check to Windows JNI SConscript for JNI
From ebff1fc79fcee55c3824a558052d3ba38477995d Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:13:48 +0000 Subject: [PATCH 05/10] SCONS: Add check to Windows JNI
From ebff1fc79fcee55c3824a558052d3ba38477995d Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:13:48 +0000 Subject: [PATCH 05/10] SCONS: Add check to Windows JNI
|
By
Damian Maguire
·
|
|
[PATCH 04/10] SCONS: Resolve small Python problem with unknown
From 77501dca8df096e4bf519db5e9bcce4a60ad8755 Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:12:20 +0000 Subject: [PATCH 04/10] SCONS: Resolve small Python prob
From 77501dca8df096e4bf519db5e9bcce4a60ad8755 Mon Sep 17 00:00:00 2001 From: Damian MAguire <dmaguire@...> Date: Wed, 15 Jan 2014 22:12:20 +0000 Subject: [PATCH 04/10] SCONS: Resolve small Python prob
|
By
Damian Maguire
·
|