projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
removed odbc from the libraries used by the console sample
[wxWidgets.git]
/
tests
/
2007-10-09
Vadim Zeitlin
added a trivial test for wxString stream insertion...
tree
|
commitdiff
2007-10-09
Vadim Zeitlin
renamed a strangely named variable
tree
|
commitdiff
2007-09-30
Vadim Zeitlin
really fixed the DST test by using explicit country...
tree
|
commitdiff
2007-09-30
Vadim Zeitlin
return the beginning/end of DST in local time, not...
tree
|
commitdiff
2007-09-30
Vadim Zeitlin
another wxCmdLineEntryDesc compilation fix
tree
|
commitdiff
2007-09-26
Vadim Zeitlin
added unit test for some of wxTextCtrl methods and...
tree
|
commitdiff
2007-09-19
Vadim Zeitlin
fix bug with deleting and recreating entries in wxFileC...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
fix wxStringOutputStream to deal with NUL bytes correct...
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
fix a couple of harmless warnings in MSVC build
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
fix wxCmdLineEntryDesc compilation after latest changes
tree
|
commitdiff
2007-09-10
Václav Slavík
compilation fix after wxCmdLineEntryDesc changes
tree
|
commitdiff
2007-09-10
Václav Slavík
added a test for wxAtomicDec return value
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-22
Václav Slavík
compilation fix
tree
|
commitdiff
2007-08-22
Václav Slavík
PCH-less compilation fix
tree
|
commitdiff
2007-08-21
Václav Slavík
more wxVector<T> tests
tree
|
commitdiff
2007-08-21
Václav Slavík
added test for wxVector<T> iterators (fails miserably)
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-08-15
Vadim Zeitlin
added ReadType convenience functions (patch 1764160)
tree
|
commitdiff
2007-07-28
Vadim Zeitlin
no real changes, just cleanup and use CPPUNIT_ASSERT_EQ...
tree
|
commitdiff
2007-07-23
Vadim Zeitlin
harmless warning fix
tree
|
commitdiff
2007-07-23
Vadim Zeitlin
compilation fix
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
updated after fileconf/fileconftest.cpp to config/filec...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
moved wxFileConfig test to config directory together...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
added support for user-defined types to wxConfig (patch...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
added a macro for comparison size_t variables with...
tree
|
commitdiff
2007-07-12
Vadim Zeitlin
added support for binary data to wxConfig (slightly...
tree
|
commitdiff
2007-07-10
Vadim Zeitlin
regenerated after adding base64.h/cpp
tree
|
commitdiff
2007-07-10
Vadim Zeitlin
added functions for base64 en/decoding (replaces patch...
tree
|
commitdiff
2007-07-07
Václav Slavík
changed wxVectorBase and WX_DECLARE_BASE into wxVector...
tree
|
commitdiff
2007-07-04
Vadim Zeitlin
rebaked after adding threads/atomic.cpp
tree
|
commitdiff
2007-07-04
Vadim Zeitlin
added wxAtomicInc/Dec() functions (patch 1739486)
tree
|
commitdiff
2007-07-04
Vadim Zeitlin
compilation fix for ANSI build (added #if wxUSE_UNICODE)
tree
|
commitdiff
2007-06-30
Vadim Zeitlin
changed ds[pw] files to use CRLF eol style and not...
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-26
Vadim Zeitlin
remove .cvsignore files, they're useless with svn
tree
|
commitdiff
2007-06-22
Václav Slavík
normalize printf/scanf format strings correctly on...
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
don't use implicit wxString->char*/wchar_t* conversion...
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-24
Vadim Zeitlin
added wxRect::operator+() and *() (union and intersecti...
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-03
Václav Slavík
compilation fix for 2.8 compat disabled
tree
|
commitdiff
2007-05-02
Václav Slavík
added test for passing std::string to vararg functions
tree
|
commitdiff
2007-04-28
Michael Wetherell
Register the test under the name displayed by "./test -l"
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-21
Vadim Zeitlin
fix bug with not updating the last line correctly when...
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-10
Václav Slavík
reverted previous commit and added a comment explaining...
tree
|
commitdiff
2007-04-10
Václav Slavík
fixed typo: _T(), not _()
tree
|
commitdiff
2007-04-10
Václav Slavík
removed unused CByteArrayFormat function
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
corrected signed/unsigned comparison warning
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-26
Václav Slavík
added basic test for wxLocale
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fix the run-time behaviour after the last compilation...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
added wxJoin and wxSplit functions (modified patch...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fix VC warning about applying unary minus to unsigned...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
compilation fixes after c_str() changes
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
implemented wxMemoryInputStream::CanRead() and added...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
added wxMemoryInputStream(wxInputStream&, size_t) ctor...
tree
|
commitdiff
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
tree
|
commitdiff
2007-03-08
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_24
tree
|
commitdiff
2007-03-08
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_24
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
warn if wxVsnprintf() is not being used
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-02-07
Robin Dunn
rebaked after changing the version number
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-18
Vadim Zeitlin
added wxDateTime::GetDateOnly()
tree
|
commitdiff
2007-01-07
Vadim Zeitlin
added support and enable long long support when wxLong...
tree
|
commitdiff
next