Author: fast Date: 2012-06-08 11:26:25 -0700 (Fri, 08 Jun 2012) New Revision: 254 - (https://trac.ict.usc.edu/vh_public/changeset/254) Log: vhcl - merging changes from VH repository r11554, r11564, r11582, r11601, r11603
r11554 vhcl - fix for vhcl::Replace() when find and replace were of different lengths. VH-424 r11564 vhcl - 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. r11582 vhcl - release build config setting changes for consistency. Set Omit Frame Pointers to No (/Oy-) see VH-438 r11601 vhcl - fixed private copy ctor r11603 vhcl - vhcl_socket now works on mac. Also, interface has new socket_t type for cookie instead of (void *) Modified: trunk/lib/vhcl/include/vhcl_socket.h trunk/lib/vhcl/include/vhcl_timer.h trunk/lib/vhcl/src/vhcl_socket.cpp trunk/lib/vhcl/src/vhcl_string.cpp trunk/lib/vhcl/test/test.cpp trunk/lib/vhcl/test/test.vcxproj trunk/lib/vhcl/vhcl.vcxproj ------------------------------------------------------------------------------ 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
