Moved tests for wxHashMap, wxHashSet and wxList
[wxWidgets.git] / samples / console / console.cpp
2004-12-08  Mattia Barbon Moved tests for wxHashMap, wxHashSet and wxList
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-19  Vadim ZeitlinwxStandardPaths test
2004-07-12  Włodzimierz SkibaWarning fix
2004-06-23  Vadim Zeitlinextracted some wxDateTime tests from console sample...
2004-06-18  Włodzimierz SkibaCharsets part moved from console sample to test unit.
2004-05-25  Julian SmartMore name changes
2004-05-22  Mattia Barbon Converted hash tests to CppUnit.
2004-04-30  Václav Slavíkmoved Unicode tests to testsuite (patch 943945)
2004-04-25  Václav Slavíkremoved zlib tests
2004-04-21  Václav Slavíkmoved wxRegEx test from console to testsuite (patch...
2004-04-20  Václav Slavíkadded wxString tests (patch 938082)
2004-04-06  Václav Slavíkapplied patch: wxLongLong CppUnit test (928257)
2004-04-01  Václav Slavíkmoved arrays tests to testsuite (patch 927475)
2004-01-28  Dimitri SchoolwerthApplied patch #875658: "Fixes to console sample"; Furth...
2003-12-21  Ryan NortonAdded some notes and other changes.....
2003-12-21  Ryan NortonFixed TEST_SCOPEGUARD (newer version prepends wx to...
2003-12-21  Ryan NortonScopeguard test doesn't work either due to some undefin...
2003-12-21  Ryan Nortonquick fixes
2003-12-11  Julian SmartApplied [ 856726 ] Tests for gzip streams
2003-11-30  Vadim Zeitlinadded wxRegConfig read test
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-09-27  Vadim Zeitlinadded a test for wxTextFile in Unicode
2003-09-11  Václav Slavíkno need for !wxUSE_GUI test anymore
2003-09-11  Julian SmartApplied patch [ 798596 ] console sample in unicode
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-12  Mattia Barbon Added wxHashSet, with minimal tests.
2003-08-06  Václav Slavíkcompilation fix
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-05  Vadim Zeitlinadded wxScopeGuard; test it in the sample
2003-03-28  Vadim Zeitlinadded test for wxFileConfig::DeleteEntry
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-01-27  Vadim Zeitlinfixed a crash in socket server test and added quit...
2003-01-26  Václav Slavíkcompilation fix
2003-01-24  Vadim Zeitlinminor changes to wxDir test code
2003-01-18  Václav Slavíkadded wxFileName::MakeRelative test
2002-12-07  Vadim Zeitlinadded trivial test for wxTextInputStream
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-28  Vadim Zeitlincompilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set...
2002-09-10  Vadim ZeitlinWindows and Unicode compilation fixes
2002-09-10  Vadim Zeitlinadded printf() test suite
2002-09-08  Vadim Zeitlinvariosu fixes to the tests
2002-09-08  Vadim Zeitlincorrected wxExecute() tests
2002-09-08  Vadim Zeitlinthe sample now builds in Unicode mode
2002-08-20  Vadim Zeitlinadded tests for wxString::To/FromAscii
2002-06-21  Vadim Zeitlinadded wxMemoryOutputStream test
2002-06-08  Vadim Zeitlintypo in dir enum test code fixed
2002-06-07  Vadim Zeitlinmore MIME tests
2002-05-22  Vadim Zeitlinadded \\server\dir\filename.exe test case
2002-05-22  Vadim Zeitlinadded wxDir::Exists() test
2002-05-11  Vadim Zeitlinfixed zlib compression test
2002-05-10  Vadim Zeitlinsome warnings fixed, checks for various wxUSE_XXX added
2002-05-09  Vadim Zeitlinadded build options check
2002-04-28  Stefan NeisMinor changes to test/show expanded array functions.
2002-04-26  Vadim Zeitlinfixed array tests compilation and a bug in obj array...
2002-04-11  Vadim Zeitlinadded more GetPath() tests
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim Zeitlinadded test of wxFSVolume
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-25  Vadim Zeitlinsome UTF8 tests
2002-03-08  Vadim Zeitlinfixed typo (missing comma) in MIME test
2002-03-06  Vadim Zeitlinfixes for non interactive execution
2002-02-06  Vadim Zeitlincleaned up the arrays declaration macros and added...
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-29  Vadim Zeitlinadded wxCondition test
2002-01-29  Mattia BarbonNew wxHashMap class.
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-10  Vadim Zeitlinenabled all tests for the release
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-11-30  Vadim Zeitlinextended file name tests
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-02  Gilles Depeyrotadded missing const
2001-10-31  Vadim Zeitlinmade wxFileName::Set/GetTimes() work under Win32
2001-10-09  Vadim Zeitlinminor additions to wxCmdLineParser tests
2001-10-04  Vadim Zeitlinnew project files for wxBase apps
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-06  Vadim Zeitlinadded another small test for wxTimeSpan::Format
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-13  Vadim Zeitlinadded tests for wxRegEx
2001-07-05  Vadim Zeitlincheck that we don't try to compile in GUI mode
2001-07-02  Vadim Zeitlinfixed bug in wxString::Matches() - backtrack now if...
2001-06-22  Vadim Zeitlincompilation fixes
2001-06-21  Vadim Zeitlinenable all tests
2001-06-09  Vadim Zeitlinsome fixes to wxSingleInstanceChecker error reporting
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-06-08  Vadim Zeitlinadded wxSingleInstanceChecker test
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
next