wxWidgets/tests/strings
Vadim Zeitlin 853a8ef76f Avoid warnings about narrowing casts in the long long tests.
Recent g++ versions give -Wnarrowing warning when a value outside of the type
range is used to initialize a variable of this type in { }. Avoid it in the
long long tests using explicit casts as we already cast between long long and
unsigned long long values here anyhow.
2015-06-21 15:56:06 +02:00
..
crt.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
iostream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
numformatter.cpp Fix several problems with number formatting in wxNumberFormatter. 2014-01-05 21:10:52 +00:00
stdstrings.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
strings.cpp Avoid warnings about narrowing casts in the long long tests. 2015-06-21 15:56:06 +02:00
tokenizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unichar.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unicode.cpp Avoid reading one char beyond the buffer end in UnicodeTestCase. 2015-06-19 20:22:11 +02:00
vararg.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
vsnprintf.cpp Add more wxString::Format() positional parameters tests. 2015-05-28 14:12:48 +02:00