2010-07-18 |
Vadim Zeitlin | Don't run printf("%n") tests when _FORTIFY_SOURCE ... |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Blind VC6 compilation fix for VarArgTestCase. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Disable test of format string with "%n" for MSVC 8+. |
tree | commitdiff |
2010-07-03 |
Václav Slavík | Fix format strings parsing to understand C99 %zu etc. |
tree | commitdiff |
2010-07-03 |
Václav Slavík | Fix vararg type checking to accept ints for %c. |
tree | commitdiff |
2010-06-24 |
Václav Slavík | Add tests for printf arguments validation code. |
tree | commitdiff |
2010-06-24 |
Václav Slavík | Format strings fixes in test suite. |
tree | commitdiff |
2010-06-02 |
Francesco Montorsi | fix StringTestCase::FromDouble: newer MSVC versions... |
tree | commitdiff |
2010-06-02 |
Francesco Montorsi | Move some wxPrintf() tests (taken from glibc) to Vsnpri... |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Add wxString::FromDouble() and FromCDouble(). |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | No real changes, just avoid an unnecessary heap allocat... |
tree | commitdiff |
2010-05-23 |
Vadim Zeitlin | Remove non-working or semi-working tests added from... |
tree | commitdiff |
2010-05-16 |
Francesco Montorsi | move TestUtf8() and TestEncodingConverter() functions... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
tree | commitdiff |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring(). |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | No changes, just convert file to UTF-8. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | fix support for using asterisks in the format string... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | revert r60023 and really fixed compilation problems... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | compilation fix after r60017 |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix the test for !wxUSE_UNICODE_UTF8 builds: don't... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix VsnprintfTestCase::P() for mingw32 which may use... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
tree | commitdiff |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | put wxSetLocale() call in setUp() as VC6 still fails... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | fix typo; use C locale for VsnprintfTestCase |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | comment-out tests provoking a low-level assert from... |
tree | commitdiff |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make the testcase more readable; add a few checks to... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | fixed test failures under wxMSW when using our wxVsnpri... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | calling wcsnlen(NULL) does crash (under Debian and... |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | provide our own implementation of wxStrnlen if it's... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | don't use \u in strings, VC6 doesn't support this |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | minor icc warning fixes |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | really fix VC6 compilation of all testsi (without break... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | explicitly cast wxUniCharRef to char inside CPPUNIT_ASS... |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
tree | commitdiff |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
tree | commitdiff |
2008-08-09 |
Vadim Zeitlin | added test for Replace(whatever, "") |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
tree | commitdiff |
2008-07-29 |
Václav Slavík | added a test for passing wxCharBufer to wxprintf functions |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
tree | commitdiff |
2008-07-18 |
Vadim Zeitlin | get rid of special WX_ASSERT_FOO_EQUAL macros by defini... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | make test failures easier to debug by using more inform... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | don't run the tests which can't succeed in ANSI build... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | initialize wxStringBuffer with the original contents... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | removed the test which never works: Lower/Upper() don... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | include wx/crt.h to get wxUSE_WXVSNPRINTF |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | don't run vsnprintf() test if we're using the system... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | don't compile the test in the build configurations... |
tree | commitdiff |
2008-02-20 |
Michael Wetherell | Compile fixes. |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | compilation fixes for VC6 |
tree | commitdiff |
2008-01-12 |
Vadim Zeitlin | added tests for FromAscii/Unicode() (length parameter... |
tree | commitdiff |
2008-01-02 |
Michael Wetherell | Missing header. |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | added a trivial test for wxString stream insertion... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix a couple of harmless warnings in MSVC build |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT... |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | fix resize() when it's used for truncating a string... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | fixed variadic templates in the case when char value... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | Vadim's new test broke subsequent asserts, fixed |
tree | commitdiff |
2007-08-20 |
Vadim Zeitlin | added tests demonstrating a bug in wxString::assign... |
tree | commitdiff |
2007-07-23 |
Vadim Zeitlin | harmless warning fix |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | compilation fix for ANSI build (added #if wxUSE_UNICODE) |
tree | commitdiff |
2007-06-29 |
Václav Slavík | test wxVsnprintf() printing to both wchar_t* and char... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | 1. added default constructors for wxString iterators |
tree | commitdiff |
2007-06-28 |
Václav Slavík | use same names for test suites as the ones in ./test -l |
tree | commitdiff |
2007-06-20 |
Václav Slavík | remove implicit conversion to C strings from wxString... |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | overload wxStrpbrk() for more types and add tests for it |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT... |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | strWC used in the tests was supposed to be a wide strin... |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | Unicode compilation fix: wxStrlocale() doesn't take... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
tree | commitdiff |
2007-05-31 |
Václav Slavík | test if wxString(NULL) ctor creates empty string |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fixed non-const wxString iterators to work when a chara... |
tree | commitdiff |
2007-05-12 |
Václav Slavík | add test for passing c_str() of temporary wxString... |
tree | commitdiff |
2007-05-10 |
Václav Slavík | test wxString::Mid() with non-ASCII strings |
tree | commitdiff |
2007-05-02 |
Václav Slavík | added test for passing std::string to vararg functions |
tree | commitdiff |
2007-04-24 |
Václav Slavík | added test for a crash when passing wxCStrData construc... |
tree | commitdiff |
2007-04-24 |
Václav Slavík | fixed broken wxCStrData and operator?: check |
tree | commitdiff |
2007-04-19 |
Václav Slavík | added tests for wxCStrData::operator* and operator[] |
tree | commitdiff |
2007-04-17 |
Václav Slavík | added conversion to and from std::string and std::wstri... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | fix another warning about unused variable in DoCStrData... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | fix warning about unused variable in DoCStrDataTernaryO... |
tree | commitdiff |
2007-04-02 |
Václav Slavík | some more operator?! tests |
tree | commitdiff |
next |