<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 27, 2008, at 11:01 PM, Misha Brukman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">2008/12/27 Mark Kromis <span dir="ltr"><<a href="mailto:greybird@mac.com">greybird@mac.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""><div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Ih2E3d"> <div>Is this something your planning as putting in the tree, thus require pulling in changes from google (license allowing), or does user need to have the libraries/headers pre-installed?</div></div></div></blockquote><div class="Ih2E3d"> <div><br>Including it in the tree is the most reasonable thing to do. No point in inconveniencing the user over tiny libraries with liberal licenses.</div></div></div></blockquote><div>I didn't get to look at the license.</div> <div class="Ih2E3d"><div></div></div></div></div></blockquote><div><br><a href="http://code.google.com/p/googletest/">http://code.google.com/p/googletest/</a> -> <a href="http://www.opensource.org/licenses/bsd-license.php">http://www.opensource.org/licenses/bsd-license.php</a> .<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div class="Ih2E3d"><blockquote type="cite"><div class="gmail_quote"> <div>One other nice feature of using gtest is that it integrates with gmock, one of the only really good C++ mocking libraries available. It was just recently released.<br></div></div></blockquote></div></div><div>Just briefly looked at the googlemock site and it sys about needed tr1 library. Third paragraph in System Requirements. It just struck me as amusing that visual c++ people need boost then.</div> </div></blockquote><div><br>This is getting slightly off-topic (we're now talking about mocking libraries, rather than unittesting), but Visual Studio 2008 has a free add-on pack to add TR1 support: <a href="http://msdn.microsoft.com/en-us/visualc/default.aspx">http://msdn.microsoft.com/en-us/visualc/default.aspx</a> (see the downloads section).<br> </div></div><br> _______________________________________________<br>LLVM Developers mailing list<br>LLVMdev@cs.uiuc.edu         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></blockquote></div><br><div>Just wanted to mention that the add-on pack is not applicable to the express editions, nor anything before vc9. So if someone is using the express editions they would need to use boost or something similar. But if you use gcc4 then your set.</div><div><br></div><div>Regards,</div><div>Mark Kromis</div></body></html>