aboutsummaryrefslogtreecommitdiff
path: root/tests/tmath.nim
AgeCommit message (Collapse)Author
2020-04-07ast2 tmath testsGanesh Viswanathan
2020-04-07ast2 fix issue 156 - abstract function pointerGanesh Viswanathan
2019-10-21Fix tmath __Ganesh Viswanathan
2019-05-07Workaround AppVeyor failureGanesh Viswanathan
2019-02-02refs #68; turn some macros to CT procs; fix #112 (doc fixes) (#102)Timothee Cour
* refs #68 macro=>proc cSkipSymbol * refs #68 macro=>proc cDebug * refs #68 macro=>proc cDisableCaching * refs #68 notes for cDefine * refs #68 macro=>proc cAddSearchDir ; improve some runnableExamples * refs #68 macro=>proc cAddStdDir * $projpath/include => testsIncludeDir() everywhere * disable $projpath interpolation (error prone) * fix tests * make nim doc part of test suite; fix for 0.19.2
2019-01-27Remove Result, add plugin.nim, forceBuildGanesh Viswanathan
2019-01-27Improve onSymbol APIGanesh Viswanathan
2019-01-27Documentation, fix tmath on WindowsGanesh Viswanathan
2019-01-21Support cache disablingGanesh Viswanathan
2019-01-16Remove nimgen dependency, enable tmath testGanesh Viswanathan
2018-12-26Support for math expressions, nameless enums, uintptr, redundant typedef namingGanesh Viswanathan
2018-12-04Add math test for WindowsGanesh Viswanathan