Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / tests /
2006-09-17  Kevin OllivierCommiting re-baked files after wxListCtrl OS X additions.
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-08-30  Michael WetherellUse CPPUNIT_ASSERT_EQUAL where possible to improve...
2006-08-28  Michael WetherellCompile fixes.
2006-08-28  Michael WetherellCompile fix.
2006-08-28  Michael WetherellWe can't define things in someone else's namespace.
2006-08-13  Vadim Zeitlindon't rely on system snprintf() for the tests (patch...
2006-08-13  Vadim Zeitlinfixed wrong test (patch 1532411)
2006-07-20  Vadim Zeitlinadded more time span formatting tests
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-20  Vadim Zeitlinfixed TestTimeFormat() test: and can use 2 digit...
2006-07-20  Vadim Zeitlinadded wxTimeSpan::Format() test
2006-07-14  Vadim Zeitlintest for the bug in HasEntry() which could create non...
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-14  Włodzimierz SkibawxString::Trim() test.
2006-05-30  Vadim Zeitlinfix the tests to pass with both gcc and msvc (2nd part...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim Zeitlinadded assertion_traits<> specialization for wxString...
2006-05-06  Vadim Zeitlinadded ConversionEmpty() test
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-04-21  Włodzimierz SkibaRemoval of first part of dsw files (as requested by...
2006-04-15  Vadim Zeitlinadded wxString::rbegin() and rend()
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
2006-04-05  Vadim Zeitlinname the test just Unicode instead of UnicodeTestCase
2006-04-05  Vadim Zeitlinrebaked after adding convautotest.cpp
2006-04-05  Vadim Zeitlintests for wxConvAuto
2006-04-04  Vadim Zeitlincorrected mistake in the UTF-16 test on big endian...
2006-04-02  Vadim ZeitlinApple gcc compilation fixes: for it size_t and unsigned...
2006-04-02  Vadim Zeitlinproperly terminate UTF-32 test string
2006-04-02  Vadim Zeitlinadded filename comparison test
2006-04-02  Vadim Zeitlinadded UTF-32 test
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL which...
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL not...
2006-04-01  Vadim Zeitlinlet the UTF7 test fail but not crash
2006-04-01  Vadim Zeitlinregenerated to add textfiletest
2006-04-01  Vadim Zeitlinmade DoTestConversion() work with strings containing...
2006-03-31  Vadim Zeitlinadded missing licence information
2006-03-31  Vadim Zeitlinadded UTF16 test
2006-03-31  Vadim Zeitlintest predefined wxConvUTF[78] too
2006-03-31  Vadim Zeitlinthe expected test result was wrong, corrected; also...
2006-03-31  Vadim Zeitlinfixed if/idef wxHAVE_U_ESCAPE mixup
2006-03-31  Vadim Zeitlinuse wxHAVE_U_ESCAPE to accomodate old compilers
2006-03-31  Vadim Zeitlinenable tests using \u escapes for VC7; replaced compile...
2006-03-31  Vadim Zeitlinmoved wide char conversion tests to their own file
2006-03-31  Vadim Zeitlinremoved wxTextFile test case, what was it doing here?
2006-03-31  Vadim Zeitlinadded tests for UTF8 and UTF16 files
2006-03-31  Vadim ZeitlinUnicode compilation fixes
2006-03-31  Vadim Zeitlinadded unit test for wxTextFile (reading only for now)
2006-03-21  Vadim Zeitlinadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
2006-02-15  Michael WetherellThe cyrillic characters used in the CaseChanges() test...
2006-02-15  Michael WetherellWarning fix
2006-02-15  Michael WetherellFix for 64-bit systems
2006-02-15  Michael WetherellCheck encoding names case insensitively
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-10  Vadim Zeitlinadded wxRect::CentreIn()
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2006-02-05  Roger Gammans Add flags to test dates struct which allow us to skip...
2006-02-05  Roger GammansFix for compiler error with gcc 3.3.5 and cppunit 1...
2006-01-21  Michael WetherellRebake all the VC++ project files and makefiles
2006-01-06  Vadim ZeitlinUnicode compilation fix
2006-01-06  Vadim Zeitlinadded GetString() test
2005-12-24  Vadim Zeitlin1. changed wxStringTokenizer to not modify the string...
2005-12-24  Vadim Zeitlinadded a couple more wxTOKEN_RET_DELIMS tests
2005-12-23  Vadim Zeitlineven more test cases
2005-12-23  Vadim Zeitlincorrected expected test results to conform to current...
2005-12-23  Vadim Zeitlinmore test cases
2005-12-22  Vadim ZeitlinUnicode compilation fix
2005-12-22  Vadim Zeitlinregenerated makefiles after adding tokenizer.cpp
2005-12-21  Vadim Zeitlincompilation test for Unicode build
2005-12-20  Vadim Zeitlinadded tests showing that current wxStringTokenizer...
2005-12-20  Vadim Zeitlinextracted wxStringTokenizer tests in their own file...
2005-12-20  Vadim Zeitlinextracted wxStringTokenizer tests in their own file...
2005-12-18  Michael WetherellIn the past some streams returned Eof() before the...
2005-11-30  Vadim Zeitlinadded test for wxString::Format() string truncation...
2005-11-27  Michael Wetherellwx_wcscmp is only used in unicode mode so wrap in ...
2005-11-25  David ElliottRan make -f build/autogen.mk
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-11  Michael WetherellWarning fixes
2005-11-09  Michael WetherellRegenerate Makefile.in, configure and the VC++ project...
2005-10-16  Michael WetherellRegenerate the msvc makefiles after TARGET_CPU option...
2005-10-15  Michael WetherellTemporarily disable test that takes a long time to...
2005-10-15  Michael WetherellCompilation fix for platforms where size_t is larger...
2005-10-15  Michael WetherellCompilation fix, templates are broken on 64-bit VC...
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-09-27  Michael WetherellExtend the hashmap tests to cover integer and pointer...
2005-09-11  Vadim Zeitlinadded ToLong/ULong/Double() tests
2005-09-10  Michael WetherellCompile fix for VC++ 5
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-08-18  Michael Wetherellwcslen and wcscmp replacements for systems that lack...
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-08  Michael WetherellReplacements for some wcsxxx funcs for systems without...
2005-08-08  Michael WetherellComment typo fixes from Vince Harron
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-07-28  Julian SmartRebake for 2.6.2
2005-07-20  Vadim Zeitlinregenerated to include scope guard test
2005-07-04  Michael WetherellEliminate non-ascii chars from generated include file
next