summary refs log tree commit diff stats
path: root/tests/misc/ttlsemulation.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #16752: threadvar now works with importcpp types; osx now uses native ↵Timothee Cour2021-01-271-0/+75
TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) * osx now uses native TLS, which can be orders of magnitude faster * add {.cppNonPod.} * improve test * changelog, docs, disable part of windows test