Author: fast Date: 2012-06-08 11:24:16 -0700 (Fri, 08 Jun 2012) New Revision: 253 - (https://trac.ict.usc.edu/vh_public/changeset/253) Log: vhmsg - merging changes from VH repository r11553, r11565, r11583, r11600
r11553 vhmsg - fix for VH-419. If you subscribe to '*' as well as other message types, you will no longer get duplicate messages. Fixed for C/C++, C#, and Java clients. r11565 vhmsg - copy msvc*100.dll to the .exe folder. Visual Studio 2010 now allows this form of redist for the runtime (like it did in the good ol days). This makes it so the vs2010 runtime installer is no longer needed to run our apps. See VH-377 See http://msdn.microsoft.com/en-us/library/ms235316.aspx We do this only for the Release builds. We are not allowed to redist the debug dlls (msvc*100d.dll). You must either have Visual Studio 2010 installed, or manually copy the debug dlls over (from the NoRedist folder). This has always been the case, this is just a reminder. r11583 vhmsg - release build config setting changes for consistency. Set Omit Frame Pointers to No (/Oy-) see VH-438 r11600 vhmsg - updated mac/linux activemq version to 3.4.2 Modified: trunk/lib/vhmsg/samples/elbench/cpp/elbench.vcxproj trunk/lib/vhmsg/samples/elbench/cs/elbenchcs.cs trunk/lib/vhmsg/samples/elbench/cs/elbenchcs.sln trunk/lib/vhmsg/vhmsg-c/CMakeLists.txt trunk/lib/vhmsg/vhmsg-c/src/vhmsg.cpp trunk/lib/vhmsg/vhmsg-c/vhmsg.vcxproj trunk/lib/vhmsg/vhmsg-java/src/edu/usc/ict/vhmsg/VHMsg.java trunk/lib/vhmsg/vhmsg-net/vhmsg.cs ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Smartbody-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartbody-svn
