Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for...
[wxWidgets.git] / tests /
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlindon't use \u in strings, VC6 doesn't support this
2009-01-04  Vadim Zeitlinuse correct type for file offset
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
2009-01-03  Vadim Zeitlintrying to fix buildbot VC6 build error
2008-12-30  Vadim Zeitlinfix memory leak in URL test
2008-12-30  Vadim Zeitlinrun wxURL test both with and without the event loop too
2008-12-30  Vadim Zeitlinadded wxURL test
2008-12-27  Vadim Zeitlinmake the test really use the different socket flags...
2008-12-27  Vadim Zeitlinmore CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL
2008-12-27  Vadim Zeitlinalso include wxSocket test in the GUI test as different...
2008-12-27  Vadim Zeitlinmake the test really use the event loop in its second...
2008-12-26  Vadim Zeitlintest sockets both with and without event loop
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-12-21  Vadim Zeitlincorrect wrong #endif position which prevented ListCtrlT...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-17  Vadim Zeitlinreplace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Vadim Zeitlinadd unit test for column reordering functions
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-11  Vadim Zeitlinadded wxVector::resize()
2008-12-07  Vadim Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-23  Vadim Zeitlinfix (harmless) VC7 warnings about auto_ptr assignment
2008-11-22  Vadim Zeitlinuse TCP for this benchmark under Windows too (and not...
2008-11-22  Vadim Zeitlinno need to disable DoTestSwap() for VC6 any more with...
2008-11-19  Vadim Zeitlinfix comparison in Normalize() test
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-05  Vadim Zeitlinadd command line options for displaying the test name...
2008-11-04  Vadim Zeitlindisable the test under Windows as it hangs and prevents...
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-11-03  Vadim Zeitlinblind fix for yet another VC6 compilation error
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Vadim Zeitlinundo the previous change, it's not needed any more...
2008-11-02  Vadim Zeitlinexplicitly cast wxUniCharRef to char inside CPPUNIT_ASS...
2008-11-01  Vadim Zeitlinyet another compilation fix, this time for VC9
2008-10-30  Vadim Zeitlindisable a correct test which VC6 just doesn't want...
2008-10-30  Vadim Zeitlinattempting to fix VC6 compilation error from buildbot...
2008-10-29  Vadim Zeitlinadd WX_CLEAR_ARRAY test
2008-10-29  Vadim Zeitlinno changes, just use CPPUNIT_ASSERT_EQUAL instead of...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-23  Vadim Zeitlinuse hex escapes instead of 8 bit characaters (#10105)
2008-10-17  Vadim Zeitlinadd a simple benchmark for wx and iconv converters...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-16  Vadim Zeitlinadd very simple (but already exposing many problems...
2008-10-16  Vadim Zeitlinallow specifying initialization and cleanup functions...
2008-10-15  Václav Slavíkadded a test to check if wxHtmlWindow::SelectionToText...
2008-10-14  Vadim Zeitlinadded -1 (a.k.a. --single) command line option
2008-10-14  Vadim Zeitlinfix the bug in insert(end(), value) and added unit...
2008-10-13  Vadim Zeitlinmake the default value of numeric parameter 0, not...
2008-10-12  Vadim Zeitlincreate local event loop for the operations which need...
2008-10-12  Vadim ZeitlinwxUSE_STL compilation fix
2008-10-12  Vadim Zeitlindon't allocate a too big buffer on stack
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlinadd a unit test for reading non existent values (to...
2008-10-10  Vadim Zeitlinfix C strings comparison in LoadSave() test in STL...
2008-10-10  Vadim Zeitlinjust return false instead of crashing if the document...
2008-10-10  Vadim Zeitlinadd a very simple test for Load/Save()
2008-10-09  Vadim Zeitlinfix bug in the test in STL build (where std::vector...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-09-27  Vadim Zeitlinfix VC9 compilation: FileNameInfo identifier conflicts...
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Vadim Zeitlinintroduced more convenient and readable URI_ASSERT_XXX_...
2008-09-22  Vadim Zeitlincompilation fix for PCH-less build
2008-09-22  Vadim Zeitlinadded a simple test for wxGetDisplayXXX() functions
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-09-12  Vadim Zeitlinfix crash under MSW due to constructing a static wxDDEC...
2008-09-11  Vadim Zeitlinadded braces to suppress g++ 4.3 warnings
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-04  Kevin Ollivierrebake
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-29  Vadim Zeitlinmake the length of string proportional to the parameter...
2008-08-28  Vadim Zeitlinadd the possibility to pass numeric parameters to bench...
2008-08-27  Vadim Zeitlinunbuffer cout to work around bug in Debian version...
2008-08-26  Vadim Zeitlinno changes, just a typo
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-13  Václav Slavíkadded wxString benchmark using 2.8's HTML parser
2008-08-13  Václav SlavíkHAVE_BOOST_THREAD should be off by default
2008-08-11  Václav Slavíkadded microbenchmark for wxCharBuffer performance
2008-08-09  Vadim Zeitlinadded test for Replace(whatever, "")
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-08  Vadim Zeitlinadded Win32 TLS tests
2008-08-08  Vadim Zeitlinadd TLS access benchmark
next