projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
We don't use the old GtkCombo widget any more
[wxWidgets.git]
/
tests
/
strings
/
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
2007-03-30
Václav Slavík
added char_str() and wchar_str() methods to wxString...
tree
|
commitdiff
2007-03-29
Václav Slavík
more wxString::append() tests
tree
|
commitdiff
2007-03-28
Václav Slavík
allow passing wx[W]CharBuffer to wx vararg templates
tree
|
commitdiff
2007-03-28
Václav Slavík
added test for operator?: and wxCStrData
tree
|
commitdiff
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
tree
|
commitdiff
2007-03-07
Václav Slavík
deprecated wxString::GetWriteBuf() and friends in favou...
tree
|
commitdiff
2007-02-20
Václav Slavík
allow creating wxString from char*, assigning to it...
tree
|
commitdiff
2007-02-20
Václav Slavík
compilation fix
tree
|
commitdiff
2007-02-12
Vadim Zeitlin
suppress gcc warnings about invalid format strings
tree
|
commitdiff
2007-02-12
Vadim Zeitlin
don't run WrongFormatStrings test with system printf...
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
added test for %c and other minor changes (patch 1643843)
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
compilation fix for 64 bit platforms (where size_t...
tree
|
commitdiff
2007-01-19
Vadim Zeitlin
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
tree
|
commitdiff
2007-01-18
Vadim Zeitlin
added wxCSConv::IsOk() (patch 1637944)
tree
|
commitdiff
2007-01-07
Vadim Zeitlin
added support and enable long long support when wxLong...
tree
|
commitdiff
2007-01-07
Vadim Zeitlin
fixes and workarounds to return value of our own wxVsnp...
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
Unicode compilation fixes
tree
|
commitdiff
2006-11-27
Vadim Zeitlin
added test for Get/UngetWriteBuf()
tree
|
commitdiff
2006-11-10
Michael Wetherell
A couple more tests.
tree
|
commitdiff
2006-11-09
Michael Wetherell
Additional tests for wxVsnprintf, originally to test...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
avoid gcc warnings about missing braces in an aggregate...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
added wxString::ToLongLong() and ToULongLong() (feature...
tree
|
commitdiff
2006-10-23
Michael Wetherell
Compile fix.
tree
|
commitdiff
2006-10-22
Vadim Zeitlin
more printf() tests (slightly modified patch 1581936)
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
added wxString::Contains() unit test
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
wx printf() implementation bug fixes ('%' handling...
tree
|
commitdiff
2006-08-30
Michael Wetherell
Use CPPUNIT_ASSERT_EQUAL where possible to improve...
tree
|
commitdiff
2006-08-28
Michael Wetherell
Compile fixes.
tree
|
commitdiff
2006-08-28
Michael Wetherell
Compile fix.
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
don't rely on system snprintf() for the tests (patch...
tree
|
commitdiff
2006-06-27
Vadim Zeitlin
fix handling of % in our printf implementation (part...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
wxString::Trim() test.
tree
|
commitdiff
2006-05-30
Vadim Zeitlin
fix the tests to pass with both gcc and msvc (2nd part...
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
wxVsnprintf() implementation with positional parameters...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added ConversionEmpty() test
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added wxString::EndsWith() (patch 1483049)
tree
|
commitdiff
2006-04-15
Vadim Zeitlin
added wxString::rbegin() and rend()
tree
|
commitdiff
2006-04-05
Vadim Zeitlin
name the test just Unicode instead of UnicodeTestCase
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
Apple gcc compilation fixes: for it size_t and unsigned...
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
properly terminate UTF-32 test string
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added UTF-32 test
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added test UTF-16 string with embedded NUL NUL which...
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added test UTF-16 string with embedded NUL NUL not...
tree
|
commitdiff
2006-04-01
Vadim Zeitlin
let the UTF7 test fail but not crash
tree
|
commitdiff
2006-04-01
Vadim Zeitlin
made DoTestConversion() work with strings containing...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
added UTF16 test
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
test predefined wxConvUTF[78] too
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
the expected test result was wrong, corrected; also...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
enable tests using \u escapes for VC7; replaced compile...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
moved wide char conversion tests to their own file
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
removed wxTextFile test case, what was it doing here?
tree
|
commitdiff
2006-02-15
Michael Wetherell
The cyrillic characters used in the CaseChanges() test...
tree
|
commitdiff
2006-02-05
Roger Gammans
Fix for compiler error with gcc 3.3.5 and cppunit 1...
tree
|
commitdiff
2006-01-06
Vadim Zeitlin
Unicode compilation fix
tree
|
commitdiff
2006-01-06
Vadim Zeitlin
added GetString() test
tree
|
commitdiff
2005-12-24
Vadim Zeitlin
1. changed wxStringTokenizer to not modify the string...
tree
|
commitdiff
2005-12-24
Vadim Zeitlin
added a couple more wxTOKEN_RET_DELIMS tests
tree
|
commitdiff
2005-12-23
Vadim Zeitlin
even more test cases
tree
|
commitdiff
2005-12-23
Vadim Zeitlin
corrected expected test results to conform to current...
tree
|
commitdiff
2005-12-23
Vadim Zeitlin
more test cases
tree
|
commitdiff
2005-12-22
Vadim Zeitlin
Unicode compilation fix
tree
|
commitdiff
2005-12-20
Vadim Zeitlin
added tests showing that current wxStringTokenizer...
tree
|
commitdiff
2005-12-20
Vadim Zeitlin
extracted wxStringTokenizer tests in their own file...
tree
|
commitdiff
2005-12-20
Vadim Zeitlin
extracted wxStringTokenizer tests in their own file...
tree
|
commitdiff
2005-11-30
Vadim Zeitlin
added test for wxString::Format() string truncation...
tree
|
commitdiff
2005-11-27
Michael Wetherell
wx_wcscmp is only used in unicode mode so wrap in ...
tree
|
commitdiff
next