Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / strings / vararg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-17  Vadim ZeitlinAllow passing wxLongLong values directly to wx pseudo...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-05  Vadim ZeitlinFix VarArgTestCase compilation when type traits are...
2010-09-30  Vadim ZeitlinDisable test failing under VC6 only.
2010-07-18  Vadim ZeitlinDon't run printf("%n") tests when _FORTIFY_SOURCE ...
2010-07-12  Vadim ZeitlinBlind VC6 compilation fix for VarArgTestCase.
2010-07-12  Vadim ZeitlinDisable test of format string with "%n" for MSVC 8+.
2010-07-03  Václav SlavíkFix format strings parsing to understand C99 %zu etc.
2010-07-03  Václav SlavíkFix vararg type checking to accept ints for %c.
2010-06-24  Václav SlavíkAdd tests for printf arguments validation code.
2010-06-24  Václav SlavíkFormat strings fixes in test suite.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-07-29  Václav Slavíkadded a test for passing wxCharBufer to wxprintf functions
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-09-14  Vadim Zeitlinfix a couple of harmless warnings in MSVC build
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-05-12  Václav Slavíkadd test for passing c_str() of temporary wxString...
2007-05-02  Václav Slavíkadded test for passing std::string to vararg functions
2007-04-24  Václav Slavíkadded test for a crash when passing wxCStrData construc...
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build: