Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / strvararg.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-02  Vadim ZeitlinAvoid using "do { ... } while ( wxFalse )" pseudo-loop.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-17  Vadim ZeitlinAllow passing wxLongLong values directly to wx pseudo...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-07-22  Vadim ZeitlinFix harmless unused parameter warnings in wxDEBUG_LEVEL...
2010-07-03  Václav SlavíkFix vararg type checking to accept ints for %c.
2010-07-03  Václav SlavíkSimply varargs type checking by adding subtypes to...
2010-07-01  Václav SlavíkFix printf arguments validation code for ANSI build.
2010-07-01  Václav SlavíkDon't assume size_t is either int- or long-sized.
2010-06-24  Václav SlavíkCompilation fix for compilers that don't have native...
2010-06-24  Václav SlavíkCheck wxPrintf etc. arguments types.
2010-06-24  Václav SlavíkAdd correct wxArgNormalizer code for signed char.
2009-03-28  Václav Slavíkvariadic macros need specializations for both wxCharBuf...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-16  Václav Slavíksilence gcc warnings in "vararg" functions such as...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-29  Václav Slavíkoptimize wxFormatStringArgumentFinder<T> for strings...
2007-12-20  Vadim Zeitlinno need to reenable VC warning 4251 now as it's globall...
2007-09-21  Paul Cornettallow copying wxFormatString for compiler-generated...
2007-08-22  Václav SlavíkVC6 compilation fix for _WX_VARARG_FORMAT_STRING macro
2007-08-22  Václav SlavíkWatcom compilation fix
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-15  Václav Slavíkremoved outdated comment
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-02  Václav Slavíkpartially fixed passing wxUniChar as vararg argument...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-04  Václav Slavíkcompilation fix for --enable-utf8 --disable-utf8only...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed passing raw unconverted strings through wxArgNorm...
2007-05-03  Václav Slavíkdon't do char*->wchar_t*>char* roundtrip in wxArgNormal...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-29  Václav Slavíkadded support for passing std::[w]string to 'vararg...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build: