added wxStd{In,Out}putStream classes (closes #10637)
[wxWidgets.git] / tests /
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-02  Vadim Zeitlinallow passing temporary functors to Bind() too (closes...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-21  Vadim Zeitlinadd test checking that switching mode doesn't change...
2009-04-18  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2009-04-17  Vadim Zeitlinuse "ul" suffix instead of cast to unsigned long; this...
2009-04-16  Vadim Zeitlinadded failing compilation test for the case of missing...
2009-04-16  Vadim Zeitlinrebake after the addition of graphics/measuring.cpp
2009-04-16  Vadim Zeitlinadded a failtest target to Makefile to test for the...
2009-04-15  Kevin OllivierAdd a test to ensure that CreateMeasuringContext create...
2009-04-14  Stefan Csomorguaranteeing autorelease pools for overridden OnRun...
2009-04-14  Francesco Montorsidump all font properties upon failure
2009-04-14  Vadim Zeitlinonly run tests using multiline strings with multiline...
2009-04-13  Francesco Montorsieven more detailed info to debug buildslaves failures
2009-04-13  Vadim Zeitlinsuppress output from the test commands; use CPPUNIT_ASS...
2009-04-13  Francesco Montorsiprovide more info when a check for native font [user...
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-04-04  Vadim Zeitlincompilation fix after r60017
2009-04-04  Michael WetherellFixes for archive tests on Windows.
2009-04-04  Vadim Zeitlinfix the test for !wxUSE_UNICODE_UTF8 builds: don't...
2009-04-04  Vadim Zeitlinfix VsnprintfTestCase::P() for mingw32 which may use...
2009-04-04  Vadim Zeitlinfix test failure on glibc systems which do not use...
2009-04-04  Vadim Zeitlinno changes, just fixed typo in an error message
2009-04-03  Stefan Csomoradjusting DATE_TIME_FMT on OS X
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinavoid the ugly hack with adding an empty string to...
2009-04-03  Vadim Zeitlinadd possibility to choose the locale (useful for Window...
2009-04-03  Vadim Zeitlinuse correct expected values for Windows and OS X
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-04-01  Vadim Zeitlinexpect 4 digit year in French locale under all platforms
2009-03-30  Vadim Zeitlincorrect French short date format for glibc; added more...
2009-03-30  Vadim Zeitlinallow running tests whose names don't end with TestCase...
2009-03-30  Vadim Zeitlinonly Linux/glibc seem to use periods as date separator...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Vadim Zeitlinno changes, just some cleanup (use compile-time asserts...
2009-03-26  Vadim Zeitlinswitch off logging sooner (closes #10646)
2009-03-26  Vadim Zeitlinbuild bot systems don't manage to generate enough ticks...
2009-03-26  Vadim Zeitlinremove unused variable
2009-03-25  Vadim Zeitlinproduce a better looking report with --time option...
2009-03-25  Vadim Zeitlinensure the number of values we expect to record in...
2009-03-25  Vadim Zeitlincorrect order of parameters in CPPUNIT_ASSERT_EQUAL
2009-03-25  Vadim Zeitlinfix tests for the release builds
2009-03-25  Vadim Zeitlindon't log std::exceptions ourselves, let cppunit do...
2009-03-25  Vadim Zeitlingive more detailed message when the test fails in TestT...
2009-03-25  Francesco Montorsifix the FontTestCase::GetSet unit so that it passes...
2009-03-25  Vadim Zeitlintrap CRT assertions and report assertions which happen...
2009-03-25  Francesco MontorsiPCH less build fix
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Vadim Zeitlindiscard the time zone part of strings being parsed...
2009-03-24  Vadim Zeitlinfix parsing methods for non-ASCII strings (e.g. dates...
2009-03-23  Vadim Zeitlinenforce "C" locale for tests which can't work in any...
2009-03-23  Vadim Zeitlingive better error messages when tests fail
2009-03-23  Francesco Montorsismall changes to make the test run fine on wxMSW, too;
2009-03-23  Francesco Montorsiput wxSetLocale() call in setUp() as VC6 still fails...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Francesco Montorsiadds proper detection of tests success/failure; clear...
2009-03-23  Vadim Zeitlininitialize NUM_COLS correctly in columns order test...
2009-03-23  Francesco Montorsifix typo; use C locale for VsnprintfTestCase
2009-03-23  Francesco Montorsithis one should really work
2009-03-23  Francesco Montorsifix the build fix
2009-03-23  Francesco Montorsiblind carbon build fix
2009-03-23  Francesco Montorsitry to remove /B from EXIT commands; prints a "separato...
2009-03-22  Francesco Montorsifix building tests in release mode
2009-03-22  Vadim Zeitlincorrect syntax (patterns need to be escaped)
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinset the PATH to contain ../lib/*_dll directories before...
2009-03-22  Vadim Zeitlinadded wxStaticCast() unit test
2009-03-22  Vadim Zeitlincompilation fix for wxUSE_STD_STRING==0
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Francesco Montorsiuse /b option with the EXIT command
2009-03-21  Francesco Montorsifix for PCH-less builds
2009-03-21  Francesco Montorsirevert 59680; implement proper fix for wxMSW test failu...
2009-03-21  Francesco Montorsifixes for Italian locale: ignore a final 'CET' string...
2009-03-21  Francesco Montorsitry to use 0/1 instead of the cstdlib' EXIT_SUCCESS...
2009-03-21  Francesco Montorsiallow to give the testcase name without the final ...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Francesco Montorsicomment-out tests provoking a low-level assert from...
2009-03-19  Francesco Montorsifix constant value for 32bit machines
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Francesco Montorsiadd a wxFont test unit (currently GetFamily and the...
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsidon't fail on machines without french support installed
2009-03-16  Francesco Montorsifix compilation with gcc 4.3.3 (and libcppunit 1.12...
2009-03-15  Kevin OllivierRebake after last change.
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-11  Vadim Zeitlindisable IPC test completely as it prevents the test...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-02-25  Vadim Zeitlinreplace templae Connect() overloads with separate Bind...
next