2008-12-17 |
Vadim Zeitlin | replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | don't test for best size not being 0, this doesn't... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | compilation fixes for Unix build _with_ PCH |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | add unit test for column reordering functions |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | fix wxTextCtrl::Replace() under wxGTK; added unit test... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxVector::resize() |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | use wxHeaderColumnSimple instead of wxHeaderColumn |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | forgot to update after renaming wxHeaderCtrlColumn... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | also disable the test of the generic version as it... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix (harmless) VC7 warnings about auto_ptr assignment |
tree | commitdiff |
2008-11-22 |
Vadim Zeitlin | use TCP for this benchmark under Windows too (and not... |
tree | commitdiff |
2008-11-22 |
Vadim Zeitlin | no need to disable DoTestSwap() for VC6 any more with... |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | fix comparison in Normalize() test |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | minor icc warning fixes |
tree | commitdiff |
2008-11-18 |
Vadim Zeitlin | fix compilation with cppunit 1.9 (which doesn't have... |
tree | commitdiff |
2008-11-05 |
Vadim Zeitlin | add command line options for displaying the test name... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | disable the test under Windows as it hangs and prevents... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | blind fix for yet another VC6 compilation error |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | really fix VC6 compilation of all testsi (without break... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | undo the previous change, it's not needed any more... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | explicitly cast wxUniCharRef to char inside CPPUNIT_ASS... |
tree | commitdiff |
2008-11-01 |
Vadim Zeitlin | yet another compilation fix, this time for VC9 |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | disable a correct test which VC6 just doesn't want... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | attempting to fix VC6 compilation error from buildbot... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | add WX_CLEAR_ARRAY test |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | no changes, just use CPPUNIT_ASSERT_EQUAL instead of... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't sleep too long to avoid missing the timers; added... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5 |
tree | commitdiff |
2008-10-23 |
Vadim Zeitlin | use hex escapes instead of 8 bit characaters (#10105) |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | add a simple benchmark for wx and iconv converters... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | add very simple (but already exposing many problems... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | allow specifying initialization and cleanup functions... |
tree | commitdiff |
2008-10-15 |
Václav Slavík | added a test to check if wxHtmlWindow::SelectionToText... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | added -1 (a.k.a. --single) command line option |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | fix the bug in insert(end(), value) and added unit... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | make the default value of numeric parameter 0, not... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | create local event loop for the operations which need... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | wxUSE_STL compilation fix |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | don't allocate a too big buffer on stack |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add simple (and disabled by default) wxSocket client... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | don't replace . and .. with the corresponding directoti... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | fix off by one bug in the buffer size (fixes #10039) |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add a unit test for reading non existent values (to... |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | fix C strings comparison in LoadSave() test in STL... |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | just return false instead of crashing if the document... |
tree | commitdiff |
2008-10-10 |
Vadim Zeitlin | add a very simple test for Load/Save() |
tree | commitdiff |
2008-10-09 |
Vadim Zeitlin | fix bug in the test in STL build (where std::vector... |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | add VC9 project files (closes #9960) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4 |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
tree | commitdiff |
2008-09-27 |
Vadim Zeitlin | fix VC9 compilation: FileNameInfo identifier conflicts... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | fix ParseFormat("%d") to set the date it finds (#10002) |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | fix parsing of IP literals in URIs, added test for it |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | introduced more convenient and readable URI_ASSERT_XXX_... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | added a simple test for wxGetDisplayXXX() functions |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Rebake after bakefile changes. |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | add unit test for wxTextEntry methods of wxComboBox |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | do enable PCH for the tests, wx/wx.h was not precompile... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | extract wxTextEntry unit tests in a reusable base class |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | fix crash under MSW due to constructing a static wxDDEC... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added braces to suppress g++ 4.3 warnings |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added swap() for the other arrays too |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added wxArrayString::swap() |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | rebake |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | make the length of string proportional to the parameter... |
tree | commitdiff |
2008-08-28 |
Vadim Zeitlin | add the possibility to pass numeric parameters to bench... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | unbuffer cout to work around bug in Debian version... |
tree | commitdiff |
2008-08-26 |
Vadim Zeitlin | no changes, just a typo |
tree | commitdiff |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
tree | commitdiff |
2008-08-13 |
Václav Slavík | added wxString benchmark using 2.8's HTML parser |
tree | commitdiff |
2008-08-13 |
Václav Slavík | HAVE_BOOST_THREAD should be off by default |
tree | commitdiff |
2008-08-11 |
Václav Slavík | added microbenchmark for wxCharBuffer performance |
tree | commitdiff |
2008-08-09 |
Vadim Zeitlin | added test for Replace(whatever, "") |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added Win32 TLS tests |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | add TLS access benchmark |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | pass asciistr, not utf8str, to FromAscii |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | show default values of the options in the usage message |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | made wxDELETE[A]() template functions instead of macros... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
tree | commitdiff |
2008-07-30 |
Vadim Zeitlin | added another Replace() test |
tree | commitdiff |
2008-07-30 |
Vadim Zeitlin | added some Replace() benchmarks (#9802) |
tree | commitdiff |
2008-07-29 |
Václav Slavík | added a test for passing wxCharBufer to wxprintf functions |
tree | commitdiff |
2008-07-26 |
Vadim Zeitlin | added a simple benchmarking suite |
tree | commitdiff |
2008-07-23 |
Vadim Zeitlin | add unit test for wxTextCtrl::GetInsertionPoint() |
tree | commitdiff |
2008-07-23 |
Vadim Zeitlin | add unit test for wxTextCtrl::SetSelection() |
tree | commitdiff |
2008-07-23 |
Vadim Zeitlin | fix a bug in the test which was corrupting 1 byte beyon... |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | remove the just added assertEquals(time_t, long) overlo... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | no changes, just removed an unnecessary semicolon at... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | already escaped backslash shouldn't escape the followin... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
tree | commitdiff |
next |