2009-07-09 |
Vadim Zeitlin | disable MSVC deprecation warnings as we intentionally... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-07 |
Vadim Zeitlin | added a simple wxLog unit test |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | add more tests for wxFileName::Normalize(DOTS) (see... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | remove _T()s and wxChars from the test making it much... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-17 |
Michael Wetherell | fn.Mkdir now gives an ICE on VC6 now that it is const. |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | disable a VC6 warning occurring inside a standard header |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable MSVC 8+ warning about using Unicode characters... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable warnings about unused parameters in CppUnit... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _isatty/_fdopen/_fileno() instead of isatty/fdopen... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _fileno() instead of fileno() with VC |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _unlink() instead of unlink() with VC |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | work around (harmless) warnings in VC7 release build |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | use a smaller timeout value to avoid blocking buildslav... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | minor change: differentiate the initial banner of test... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add check about network connectivity; don't run the... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix PCH-less build |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxImage test units to test loading from both seekab... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxURL::GetInputStream test unit; add a global IsNet... |
tree | commitdiff |
2009-05-30 |
Francesco Montorsi | refactor printf benchmarks to fit the new wxWidgets... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | disable a test failing under wxGTK because of what... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | use a different known good face name under non-MSW |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | fix errors in EvtHandlerTestCase::BindFunctor() in... |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | add MSVC project files to svn for consistency |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | allow comparison of int with 64 bit integer type (see... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | std::streamoff is just a (32 bit) long under Win32... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-04-26 |
Kevin Ollivier | Rebake after latest changes. |
tree | commitdiff |
2009-04-24 |
Chris Elliott | update bakefile to 0.2.6 |
tree | commitdiff |
2009-04-21 |
Vadim Zeitlin | add test checking that switching mode doesn't change... |
tree | commitdiff |
2009-04-18 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT... |
tree | commitdiff |
2009-04-17 |
Vadim Zeitlin | use "ul" suffix instead of cast to unsigned long; this... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | added failing compilation test for the case of missing... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | rebake after the addition of graphics/measuring.cpp |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | added a failtest target to Makefile to test for the... |
tree | commitdiff |
2009-04-15 |
Kevin Ollivier | Add a test to ensure that CreateMeasuringContext create... |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | guaranteeing autorelease pools for overridden OnRun... |
tree | commitdiff |
2009-04-14 |
Francesco Montorsi | dump all font properties upon failure |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | only run tests using multiline strings with multiline... |
tree | commitdiff |
2009-04-13 |
Francesco Montorsi | even more detailed info to debug buildslaves failures |
tree | commitdiff |
2009-04-13 |
Vadim Zeitlin | suppress output from the test commands; use CPPUNIT_ASS... |
tree | commitdiff |
2009-04-13 |
Francesco Montorsi | provide more info when a check for native font [user... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | fix support for using asterisks in the format string... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | revert r60023 and really fixed compilation problems... |
tree | commitdiff |
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 |
next |