Author: chug
Date: Mon Oct 17 20:55:17 2011
New Revision: 1185373
URL: http://svn.apache.org/viewvc?rev=1185373&view=rev
Log:
QPID-2323 Add Uuid to variant
This patch adds a const_cast to the Uuid buffer references.
On Solaris the Uuid library calls take non-const args.
See also r881679 for relat
Author: chug
Date: Mon Oct 17 20:01:44 2011
New Revision: 1185350
URL: http://svn.apache.org/viewvc?rev=1185350&view=rev
Log:
QPID-3540 align issues in Solaris
Restore original code. Then:
1. Change new/delete to malloc/free. Malloc guarantees alignment for any struct.
2. Change store from char*
Author: chug
Date: Mon Oct 17 18:02:35 2011
New Revision: 1185312
URL: http://svn.apache.org/viewvc?rev=1185312&view=rev
Log:
QPID-2905 Fixes for mingw cross-compilation (C++)
Restore unreachable code for Solaris builds.
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/alloca.h
Modified: qpid/tru
Author: tross
Date: Mon Oct 17 17:21:09 2011
New Revision: 1185293
URL: http://svn.apache.org/viewvc?rev=1185293&view=rev
Log:
NO-JIRA - Fixed a couple of problems with "make dist".
Modified:
qpid/trunk/qpid/cpp/src/qmf.mk
qpid/trunk/qpid/cpp/src/tests/Makefile.am
Modified: qpid/trunk/qp