wxWidgets/tests
2008-04-12 17:03:09 +00:00
..
archive compilation fixes for VC6 2008-01-13 01:13:03 +00:00
arrays compilation fixes for VC6 2008-01-13 01:13:03 +00:00
base64 added unit tests for decoding invalid base64 strings; corrected bugs exposed by them 2008-01-15 16:56:17 +00:00
benchmarks update infos about profiling under linux (callgrind utility has been merged with valgrind) 2008-03-23 18:08:16 +00:00
cmdline fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
config
controls added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
datetime added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined() 2008-02-03 13:04:56 +00:00
filekind
filename converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed 2008-01-27 16:25:33 +00:00
filesys
fontmap
formatconverter
geometry compilation fixes for VC6 2008-01-13 01:13:03 +00:00
hashes compilation fixes for VC6 2008-01-13 01:13:03 +00:00
intl
lists
longlong
mbconv
misc throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class 2008-03-31 15:22:10 +00:00
regex
scopeguard compilation fix for PCH-less compilation (thanks buildbot) 2008-03-27 16:41:08 +00:00
streams
strings Compile fixes. 2008-02-20 22:28:02 +00:00
textfile compilation fixes for VC6 2008-01-13 01:13:03 +00:00
thread compilation fixes for VC6 2008-01-13 01:13:03 +00:00
uris
vectors fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable 2008-01-22 11:29:21 +00:00
weakref remove the test of weak references classes size, it's implementation-dependent 2008-01-16 02:03:10 +00:00
xlocale fixed wxXLocale(wxLanguage) ctor under Windows, use it instead of ctor from locale string in the test 2008-02-10 17:38:37 +00:00
xml added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi) 2008-03-30 10:27:19 +00:00
dummy.cpp
makefile.bcc fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
makefile.gcc fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
Makefile.in fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
makefile.vc fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
makefile.wat fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
test_printfbench.dsp regenerated makefiles with bkl-0.2.3 2008-01-23 12:13:07 +00:00
test_test_gui.dsp throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class 2008-03-31 15:22:10 +00:00
test_test.dsp fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
test_vc7_printfbench.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
test_vc7_test_gui.vcproj throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class 2008-03-31 15:22:10 +00:00
test_vc7_test.vcproj fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
test_vc8_printfbench.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
test_vc8_test_gui.vcproj throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class 2008-03-31 15:22:10 +00:00
test_vc8_test.vcproj fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
test.bkl fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it 2008-04-12 17:03:09 +00:00
test.cpp compilation fixes for VC6 2008-01-13 01:13:03 +00:00
testdata.fc
testprec.h