wxwidgets/tests/benchmarks
Vadim Zeitlin b4b23ac423 Merge branch 'always-use-thread-local'
Always use thread_local as we can rely on compiler TLS support working
under Windows 7 and later.

There are some known problems in MinGW thread local variable support,
but they only affect (obsolete) 32-bit builds and will hopefully be
fixed in this compiler soon.

See #22917.
2022-11-10 16:32:42 +01:00
..
htmlparser Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
bench.bkl Add simple wxRegEx benchmark 2021-07-15 21:44:28 +02:00
bench.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bench.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datetime.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
display.cpp Add a simple benchmark of wxDisplaySize() and related functions 2018-09-30 00:38:27 +02:00
graphics.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmltest.html added wxString benchmark using 2.8's HTML parser 2008-08-13 15:48:09 +00:00
image.cpp Benchmark wxIMAGE_QUALITY_BOX_AVERAGE too for completeness 2022-02-23 00:01:52 +00:00
ipcclient.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
log.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
makefile.gcc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
Makefile.in Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
makefile.vc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
mbconv.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printfbench.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
regex.cpp Add simple wxRegEx benchmark 2021-07-15 21:44:28 +02:00
strings.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tls.cpp Remove wxTLS_XXX() macros from wx itself 2022-10-26 03:31:54 +02:00