|
From: Julian S. <js...@ac...> - 2009-12-31 13:06:50
|
On Tuesday 29 December 2009, sv...@va... wrote: > Author: bart > Date: 2009-12-29 14:11:38 +0000 (Tue, 29 Dec 2009) > New Revision: 10970 > > Log: > Changes: > - Made sure that C++ compilers do not complain about the header files > include/pub_tool_libcassert.h and include/pub_tool_basics.h. > - Added the source file none/tests/valgrind_cpp_test.cpp. This source file > is compiled together with the regression tests in order to verify that > Valgrind's public header files compile cleanly with a C++ compiler. > These modifications are based on a patch provided by Konstantin Serebryany. > [...] > Property changes on: trunk/none/tests > ___________________________________________________________________ > Name: svn:ignore > - *.dSYM > *.so > [... lots more files ...] Please could you do such commits separately in future? Updating the ignore list is fine, but it's not logically part of this commit. J |