msvcrt/tests: Added more RTTI tests.
[wine] / dlls / msvcrt / tests / cpp.c
2012-09-13  Piotr Cabanmsvcrt/tests: Added more RTTI tests.
2012-09-10  Piotr Cabanmsvcrt: Skip RTTI signature==1 tests on platforms that...
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTDynamicCast.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTtypeid function.
2012-08-21  Francois Gougetmsvcrt/tests: Add a trailing '\n' to a win_skip().
2012-08-20  Piotr Cabanmsvcrt/tests: Execute c++ related tests on 64-bit systems.
2011-05-15  Alexandre Julliardmsvcrt: Add support for function namespaces in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for template operators in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for __ptr64 attribute in symbol...
2011-03-31  Piotr Cabanmsvcrt/tests: Fix memory leaks (valgrind).
2010-07-22  Alexandre Julliardmsvcrt: Use the appropriate mangled names for operator...
2010-01-18  AndrĂ© Hentschelmsvcrt/tests: Add some demangle tests.
2009-11-18  Eric Pouechmscvrt: Fix some undname quirks (space at the end of...
2009-11-16  Eric Pouechmsvcrt: In undname functions, no longer use a fixed...
2009-05-23  Alexandre Julliardmsvcrt/tests: Make all msvcrt function pointers cdecl.
2008-08-26  Alexandre Julliardmsvcrt/tests: Add support for some broken demangle...
2008-07-08  Alexandre Julliardmsvcrt/tests: Fix register constraints on thiscall...
2008-05-28  Jon Griffithsmsvcrt: Fix an RTTI test Failure on Vista.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 4 tests that always fail on Vista.
2008-04-29  Eric Pouechmsvcrt: Fixed space in type with double indirection.
2008-04-29  Eric Pouechmsvcrt: undname: correctly handle multi-dimensional...
2008-04-29  Eric Pouechmsvcrt: Fixed symbol unmangling for template-parameter...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2007-10-10  Alexandre Julliardmsvcrt: Fix demangling of function pointers by maintain...
2007-08-15  Paul Vriensmsvcrt/tests: Remove wrong FreeLibrary and fix typo's.
2007-08-14  Alexandre Julliardmsvcrt: Use a valid parameter array when demangling...
2007-04-06  Michael Stefaniucmsvcrt: Demangle a C++ mangled string that is only...
2007-03-23  Andrew Talbotmsvcrt/tests: Replace inline static with static inline.
2006-12-14  Francois Gougetmsvcrt: The tests link with msvcrt(d).dll now, so use...
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Eric Pouechmsvcrt: Some more fixes to name demangling.
2006-02-20  Michael Stefaniucmsvcrt: Add some tests for __unDName().
2006-02-20  Michael Stefaniucmsvcrt: Fix 20 tests from demangle_test() on old Win...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-11-17  Eric PouechProvide a sample of the joy of MSC symbol mangling.
2005-11-14  Uwe BonnesUndname: Allow more then one coded character in demangl...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-20  Vijay Kiran KamujuFix msvcrt symbol demangling for non MS symbols.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.