2009-04-04 |
Vadim Zeitlin | compilation fix after r60017 |
tree | commitdiff |
2009-04-04 |
Michael Wetherell | Fixes for archive tests on Windows. |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix the test for !wxUSE_UNICODE_UTF8 builds: don't... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix VsnprintfTestCase::P() for mingw32 which may use... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | fix test failure on glibc systems which do not use... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | no changes, just fixed typo in an error message |
tree | commitdiff |
2009-04-03 |
Stefan Csomor | adjusting DATE_TIME_FMT on OS X |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | avoid the ugly hack with adding an empty string to... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | add possibility to choose the locale (useful for Window... |
tree | commitdiff |
2009-04-03 |
Vadim Zeitlin | use correct expected values for Windows and OS X |
tree | commitdiff |
2009-04-01 |
Vadim Zeitlin | don't run wxPATH_NORM_LONG test on systems where the... |
tree | commitdiff |
2009-04-01 |
Vadim Zeitlin | expect 4 digit year in French locale under all platforms |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | correct French short date format for glibc; added more... |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | allow running tests whose names don't end with TestCase... |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | only Linux/glibc seem to use periods as date separator... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
tree | commitdiff |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | always declare TestStrip(), it is now available even... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | no changes, just some cleanup (use compile-time asserts... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | switch off logging sooner (closes #10646) |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | build bot systems don't manage to generate enough ticks... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | remove unused variable |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | produce a better looking report with --time option... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | ensure the number of values we expect to record in... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | correct order of parameters in CPPUNIT_ASSERT_EQUAL |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | fix tests for the release builds |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | don't log std::exceptions ourselves, let cppunit do... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | give more detailed message when the test fails in TestT... |
tree | commitdiff |
2009-03-25 |
Francesco Montorsi | fix the FontTestCase::GetSet unit so that it passes... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | trap CRT assertions and report assertions which happen... |
tree | commitdiff |
2009-03-25 |
Francesco Montorsi | PCH less build fix |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | discard the time zone part of strings being parsed... |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | fix parsing methods for non-ASCII strings (e.g. dates... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | enforce "C" locale for tests which can't work in any... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | give better error messages when tests fail |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | small changes to make the test run fine on wxMSW, too; |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | put wxSetLocale() call in setUp() as VC6 still fails... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | adds proper detection of tests success/failure; clear... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | initialize NUM_COLS correctly in columns order test... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | fix typo; use C locale for VsnprintfTestCase |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | this one should really work |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | fix the build fix |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | blind carbon build fix |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | try to remove /B from EXIT commands; prints a "separato... |
tree | commitdiff |
2009-03-22 |
Francesco Montorsi | fix building tests in release mode |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | correct syntax (patterns need to be escaped) |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | moved the check for correct implementation of wxEvent... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | set the PATH to contain ../lib/*_dll directories before... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | added wxStaticCast() unit test |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxUSE_STD_STRING==0 |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | use /b option with the EXIT command |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | fix for PCH-less builds |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | revert 59680; implement proper fix for wxMSW test failu... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | fixes for Italian locale: ignore a final 'CET' string... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | try to use 0/1 instead of the cstdlib' EXIT_SUCCESS... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | allow to give the testcase name without the final ... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | comment-out tests provoking a low-level assert from... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | fix constant value for 32bit machines |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | add a wxFont test unit (currently GetFamily and the... |
tree | commitdiff |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | don't fail on machines without french support installed |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | fix compilation with gcc 4.3.3 (and libcppunit 1.12... |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Rebake after Mac bundle change. |
tree | commitdiff |
2009-03-11 |
Vadim Zeitlin | disable IPC test completely as it prevents the test... |
tree | commitdiff |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551) |
tree | commitdiff |
2009-03-02 |
Kevin Ollivier | Land the rest of the changes made by a rebake after... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make the testcase more readable; add a few checks to... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | fixed test failures under wxMSW when using our wxVsnpri... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | revert debugging modifications and build into test... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT() |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 case |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base... |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | move evthandler.cpp to non-GUI test as it doesn't requi... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | test that the connected event handler is really called... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | disable warning about using deprecated wxStripExtension... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | add a unit test for new events (see #10000) |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix wxURI::GetUser() for URIs without password; added... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | implement wxTreeCtrl::ItemHasChildren() properly for... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | compilation fix for VC7 which seems to somehow lose... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | add wx/app.h for PCH-less compilation |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add wx/window.h for MSVC compilation |
tree | commitdiff |
next |