|
[PATCH 28/50] [mama] Minor Header Adjustments
From: Mike Schonberg <mschonberg@...> Moved #includes outside of #extern "C" in types.h to avoid issues on Windows where standard headers may contain C++ templates. Include port.h from middleware.c. S
From: Mike Schonberg <mschonberg@...> Moved #includes outside of #extern "C" in types.h to avoid issues on Windows where standard headers may contain C++ templates. Include port.h from middleware.c. S
|
By
Michael Schonberg
·
|
|
[PATCH 29/50] [avis] Use Platform Independent UUID from Common
From: Mike Schonberg <mschonberg@...> Windows does not support libuuid (DCE Compatible Universally Unique Identifier Library). The OpenMAMA common library provides a compatibility layer. Signed-off-by
From: Mike Schonberg <mschonberg@...> Windows does not support libuuid (DCE Compatible Universally Unique Identifier Library). The OpenMAMA common library provides a compatibility layer. Signed-off-by
|
By
Michael Schonberg
·
|
|
[PATCH 30/50] [avis] Fixed Compiler Warnings
From: Mike Schonberg <mschonberg@...> Moved variable declarations to the beginning of blocks as intermingling decarations and code is not allowed pre-C99. Also fixed a few other minor warnings. Signed
From: Mike Schonberg <mschonberg@...> Moved variable declarations to the beginning of blocks as intermingling decarations and code is not allowed pre-C99. Also fixed a few other minor warnings. Signed
|
By
Michael Schonberg
·
|
|
[PATCH 31/50] [avis] Windows Changes
From: Mike Schonberg <mschonberg@...> Callbacks must be declared with the correct calling convention for Windows. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/bridge/avis/msg.c
From: Mike Schonberg <mschonberg@...> Callbacks must be declared with the correct calling convention for Windows. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/bridge/avis/msg.c
|
By
Michael Schonberg
·
|
|
[PATCH 32/50] [avis-payload] Fixed compiler warnings
From: Mike Schonberg <mschonberg@...> Primarily moved declarations to beginning of scope for non-C99 compliant compilers Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/payload/avi
From: Mike Schonberg <mschonberg@...> Primarily moved declarations to beginning of scope for non-C99 compliant compilers Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/payload/avi
|
By
Michael Schonberg
·
|
|
[PATCH 33/50] [examples] Changes for Windows
From: Mike Schonberg <mschonberg@...> Use correct calling convention for callbacks and a few other minor changes. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/examples/c/mamaftmem
From: Mike Schonberg <mschonberg@...> Use correct calling convention for callbacks and a few other minor changes. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/examples/c/mamaftmem
|
By
Michael Schonberg
·
|
|
[PATCH 34/50] [examples] Put C examples in .../examples/c
From: Mike Schonberg <mschonberg@...> For consistency with the source tree and to keep the examples for different languages separate. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/
From: Mike Schonberg <mschonberg@...> For consistency with the source tree and to keep the examples for different languages separate. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/
|
By
Michael Schonberg
·
|
|
[PATCH 35/50] [examples] Remove Properietary Property Entries
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/examples/mama.properties | 107 ++++++++++++------------------- 1 files changed, 41 insertions(+)
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/examples/mama.properties | 107 ++++++++++++------------------- 1 files changed, 41 insertions(+)
|
By
Michael Schonberg
·
|
|
[PATCH 36/50] [mama] Renamed Methods in ft.c for Consistency
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/ft.c | 25 ++++++++++--------------- 1 files changed, 10 insertions(+), 15 deletions(-) diff --
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/ft.c | 25 ++++++++++--------------- 1 files changed, 10 insertions(+), 15 deletions(-) diff --
|
By
Michael Schonberg
·
|
|
[PATCH 37/50] [testtools] Calling Convention for Windows Callbacks
From: Mike Schonberg <mschonberg@...> Use MAMACALLTYPE for callbacks in mamachurn and mamaconsumer in the test tools directory. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/testto
From: Mike Schonberg <mschonberg@...> Use MAMACALLTYPE for callbacks in mamachurn and mamaconsumer in the test tools directory. Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/testto
|
By
Michael Schonberg
·
|
|
[PATCH 38/50] [common] Change uuid to char* from int for Windows
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/windows/wombat/wUuid.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/windows/wombat/wUuid.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/
|
By
Michael Schonberg
·
|
|
[PATCH 39/50] [avis-payload] Correct Calling Convention for Windows
From: Mike Schonberg <mschonberg@...> The avis payload headers need the correct calling convention to export functions from the dynamic libraries. Signed-off-by: Mike Schonberg <mschonberg@...> --- co
From: Mike Schonberg <mschonberg@...> The avis payload headers need the correct calling convention to export functions from the dynamic libraries. Signed-off-by: Mike Schonberg <mschonberg@...> --- co
|
By
Michael Schonberg
·
|
|
[PATCH 40/50] [common] Added Missing LGPL Headers
From: Mike Schonberg <mschonberg@...> Also shortened the "#define VCx 1" macros shortened to "#define VC_X". Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/linux/wUuid.h | 20 ++
From: Mike Schonberg <mschonberg@...> Also shortened the "#define VCx 1" macros shortened to "#define VC_X". Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/linux/wUuid.h | 20 ++
|
By
Michael Schonberg
·
|
|
[PATCH 41/50] [common] Windows int MIN and MAX Definititions
From: Mike Schonberg <mschonberg@...> Also moved 8 byte integer typedefs to wombat/strutils with the other similiar typedefs. Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/linu
From: Mike Schonberg <mschonberg@...> Also moved 8 byte integer typedefs to wombat/strutils with the other similiar typedefs. Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/linu
|
By
Michael Schonberg
·
|
|
[PATCH 42/50] [common] C Linkage for Detroy Handle
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/destroyHandle.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/com
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/destroyHandle.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/com
|
By
Michael Schonberg
·
|
|
[PATCH 43/50] [mama] GCC 4.6.2 Support
From: Mike Schonberg <mschonberg@...> GCC 4.6.2 requires -ldl and -lrt. Signed-off-by: Mike Schonberg <mschonberg@...> --- .../src/testtools/capturereplay/c/Makefile.am | 2 +- mama/c_cpp/src/testtools
From: Mike Schonberg <mschonberg@...> GCC 4.6.2 requires -ldl and -lrt. Signed-off-by: Mike Schonberg <mschonberg@...> --- .../src/testtools/capturereplay/c/Makefile.am | 2 +- mama/c_cpp/src/testtools
|
By
Michael Schonberg
·
|
|
[PATCH 44/50] [testtools] Renamed shutdown() method in executables
From: Mike Schonberg <mschonberg@...> Renamed shutdown() to xxxShutdown() to avoid namespace conflicts with Windows system libraries. Signed-off-by: Mike Schonberg <mschonberg@...> --- .../src/testtoo
From: Mike Schonberg <mschonberg@...> Renamed shutdown() to xxxShutdown() to avoid namespace conflicts with Windows system libraries. Signed-off-by: Mike Schonberg <mschonberg@...> --- .../src/testtoo
|
By
Michael Schonberg
·
|
|
[PATCH 45/50] [mama] Remove msgFieldPayload from mamaMsg
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/msg.c | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff -
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/c/msg.c | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff -
|
By
Michael Schonberg
·
|
|
[PATCH 46/50] [unit tests] Fixed unit tests build
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/gunittest/c/Makefile.am | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git
From: Mike Schonberg <mschonberg@...> Signed-off-by: Mike Schonberg <mschonberg@...> --- mama/c_cpp/src/gunittest/c/Makefile.am | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git
|
By
Michael Schonberg
·
|
|
[PATCH 47/50] [common] Moved windows/port.h to windows/wombat/port.h
From: Mike Schonberg <mschonberg@...> This addresses some build issues. Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/windows/port.h | 293 ------------------------------ common
From: Mike Schonberg <mschonberg@...> This addresses some build issues. Signed-off-by: Mike Schonberg <mschonberg@...> --- common/c_cpp/src/c/windows/port.h | 293 ------------------------------ common
|
By
Michael Schonberg
·
|