Compilation fixes for mingw-w64.
[wxWidgets.git] / tests /
2008-05-31  Vadim Zeitlinmake test failure in TestStreamDecoder more informative
2008-05-31  Vadim Zeitlinuse more informative CPPUNIT_ASSERT_EQUAL instead of...
2008-05-30  Vadim Zeitlindisable test using network by default as it's not avail...
2008-05-30  Vadim Zeitlinfix test failures: the expected results were incorrect...
2008-05-30  Vadim Zeitlinmake assertion failure messages more useful by using...
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-05-30  Vadim Zeitlindon't compile the test in the build configurations...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-18  Vadim Zeitlinadd tests for wxPATH_NORM_CASE (unsuccessfully trying...
2008-05-18  Vadim Zeitlinwork around VC7 compiler bug resulting in a warning...
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlinadd a test for reading files >4KB
2008-04-13  Vadim Zeitlinadded a simple benchmark for wxDC::DrawLine() performance
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-03-27  Vadim Zeitlincompilation fix for PCH-less compilation (thanks buildbot)
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_SET() macro
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_THISn() macros wrappin...
2008-03-23  Francesco Montorsiupdate infos about profiling under linux (callgrind...
2008-02-20  Michael WetherellCompile fixes.
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-10  Vadim Zeitlinfixed wxXLocale(wxLanguage) ctor under Windows, use...
2008-02-10  Vadim Zeitlinfix compilation with VC7
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-01-27  Václav Slavíkconverting temporary wxString to const wxChar* and...
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-22  Václav Slavíkfixed wxVector<T> to work with non-POD types again...
2008-01-16  Vadim Zeitlindon't write wide string to std::ostream which outputs...
2008-01-16  Vadim Zeitlinremove the test of weak references classes size, it...
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-12  Vadim Zeitlinadded tests for FromAscii/Unicode() (length parameter...
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Vadim Zeitlinadded WX_ASSERT_MESSAGE macro to simply using CPPUNIT_A...
2008-01-02  Michael WetherellMissing header.
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-15  Vadim Zeitlinrebaked everything, fixes problems with OpenGL samples...
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-10-26  Vadim Zeitlinfix bug with adding entries to a root group containing...
2007-10-09  Vadim Zeitlinadded a trivial test for wxString stream insertion...
2007-10-09  Vadim Zeitlinrenamed a strangely named variable
2007-09-30  Vadim Zeitlinreally fixed the DST test by using explicit country...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-09-30  Vadim Zeitlinanother wxCmdLineEntryDesc compilation fix
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-09-15  Vadim Zeitlinfix wxStringOutputStream to deal with NUL bytes correct...
2007-09-14  Vadim Zeitlinfix a couple of harmless warnings in MSVC build
2007-09-14  Vadim Zeitlinfix wxCmdLineEntryDesc compilation after latest changes
2007-09-10  Václav Slavíkcompilation fix after wxCmdLineEntryDesc changes
2007-09-10  Václav Slavíkadded a test for wxAtomicDec return value
2007-08-30  Vadim Zeitlinuse WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-22  Václav Slavíkcompilation fix
2007-08-22  Václav SlavíkPCH-less compilation fix
2007-08-21  Václav Slavíkmore wxVector<T> tests
2007-08-21  Václav Slavíkadded test for wxVector<T> iterators (fails miserably)
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-20  Václav SlavíkVadim's new test broke subsequent asserts, fixed
2007-08-20  Vadim Zeitlinadded tests demonstrating a bug in wxString::assign...
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-07-28  Vadim Zeitlinno real changes, just cleanup and use CPPUNIT_ASSERT_EQ...
2007-07-23  Vadim Zeitlinharmless warning fix
2007-07-23  Vadim Zeitlincompilation fix
2007-07-21  Vadim Zeitlinupdated after fileconf/fileconftest.cpp to config/filec...
2007-07-21  Vadim Zeitlinmoved wxFileConfig test to config directory together...
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-21  Vadim Zeitlinadded a macro for comparison size_t variables with...
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-10  Vadim Zeitlinregenerated after adding base64.h/cpp
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-04  Vadim Zeitlinrebaked after adding threads/atomic.cpp
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-04  Vadim Zeitlincompilation fix for ANSI build (added #if wxUSE_UNICODE)
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-29  Václav Slavíktest wxVsnprintf() printing to both wchar_t* and char...
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-13  Vadim ZeitlinUnicode compilation fix: wxStrlocale() doesn't take...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
next