Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #16752: threadvar now works with importcpp types; osx now uses native ↵ | Timothee Cour | 2021-01-27 | 2 | -0/+35 |
| | | | | | | | | | | | 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 | ||||
* | kick unused benchmarks | Arne Döring | 2018-12-11 | 2 | -123/+0 |
| | |||||
* | make tests\benchmarks programs compile again | Araq | 2018-10-28 | 2 | -34/+34 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -4/+4 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Added benchmark tool and some benchmarks. | dom96 | 2012-03-22 | 2 | -0/+123 |