wxWidgets/tests/benchmarks
Francesco Montorsi 53c2cdb0b1 fix PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-01 12:40:50 +00:00
..
htmlparser no changes, just a typo 2008-08-26 16:43:45 +00:00
bench_vc7.vcproj refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench_vc8.vcproj refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench_vc9.vcproj refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench.bkl refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench.cpp allow specifying initialization and cleanup functions for benchmarks 2008-10-16 12:34:47 +00:00
bench.dsp refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench.dsw refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
bench.h allow specifying initialization and cleanup functions for benchmarks 2008-10-16 12:34:47 +00:00
bench.sln update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
bench.vcproj update bakefile to 0.2.6 2009-04-24 10:36:24 +00:00
graphics.cpp added a simple benchmark for wxDC::DrawLine() performance 2008-04-13 01:30:14 +00:00
htmltest.html added wxString benchmark using 2.8's HTML parser 2008-08-13 15:48:09 +00:00
ipcclient.cpp use TCP for this benchmark under Windows too (and not DDE) 2008-11-22 14:34:04 +00:00
makefile.bcc refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
makefile.gcc refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
Makefile.in refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
makefile.vc refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
makefile.wat refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles 2009-05-30 13:54:22 +00:00
mbconv.cpp add a simple benchmark for wx and iconv converters benchmarking 2008-10-17 12:24:24 +00:00
printfbench.cpp fix PCH-less build 2009-06-01 12:40:50 +00:00
strings.cpp optimize Replace() to use a linear algorithm (closes #9135) 2009-03-07 16:07:58 +00:00
tls.cpp chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff 2008-08-29 23:28:42 +00:00