aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2019-05-08Add dynlib supportGanesh Viswanathan
2019-05-07Add support for char enums - #119Ganesh Viswanathan
2019-05-07Workaround AppVeyor failureGanesh Viswanathan
2019-05-07Pragma cleanup and fixesGanesh Viswanathan
2019-05-07Undo volatile testcaseGanesh Viswanathan
2019-05-07Support for type qualifier after typeGanesh Viswanathan
2019-05-07Test case for enum identifer or'dGanesh Viswanathan
2019-04-05Handle struct pointer first field, additional debuggingGanesh Viswanathan
2019-03-23Double pointer supportGanesh 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-30rm tests/.gitignore now that top-level .gitignore ignores exe and that ↵Timothee Cour
generated includes go under ./build (#92)
2019-01-29make tsoloud work on OSX (#84)Timothee Cour
2019-01-29fix #62 (toast now addressed relatively); macros=>procs + other fixes (#70)Timothee Cour
* fixes https://github.com/genotrance/nimterop/issues/62 * toast is now automatically built on demand, and doesn't depend on PATH - [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps * many other fixes * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices
2019-01-28Fix skip bug on _, parent in SymbolGanesh Viswanathan
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-27Plugin supportGanesh Viswanathan
2019-01-23Fix test on WindowsGanesh Viswanathan
2019-01-23Fix #56 - override and skip, html linksGanesh Viswanathan
2019-01-22Partial fix for #52 - only when names differGanesh Viswanathan
2019-01-22Fix #58Ganesh Viswanathan
2019-01-21Fix #53 - array size expressionsGanesh Viswanathan
2019-01-21Support for empty struct/unionGanesh Viswanathan
2019-01-21Support cache disablingGanesh Viswanathan
2019-01-21Fix #50 - ptr object to pointerGanesh Viswanathan
2019-01-19Fix #41Ganesh Viswanathan
2019-01-18Recursive node support, enum expressions, or/and/not (#45)genotrance
2019-01-17Walkdir (#43)genotrance
* Fix walkDir, cCompile mode, add tsoloud, fix void * * No tsoloud on Travis Linux
2019-01-16Remove nimgen dependency, enable tmath testGanesh Viswanathan
2018-12-29fix #15 by re-enabling nim cpp on c file and selectively disabling failing ↵Timothee Cour
things
2018-12-29add failing tests; add a test at CTTimothee Cour
2018-12-28Implement PR #17Ganesh Viswanathan
2018-12-27Fix #15, fix #20Ganesh Viswanathan
2018-12-27Struct field function pointers, cstring, show toast error in cimportGanesh Viswanathan
2018-12-26Array ptr, numeric length, testsGanesh Viswanathan
2018-12-26Tests for enhancementsGanesh Viswanathan
2018-12-26Support for math expressions, nameless enums, uintptr, redundant typedef namingGanesh Viswanathan
2018-12-04Support for unionsGanesh Viswanathan
2018-12-04Add math test for WindowsGanesh Viswanathan
2018-11-27doAssert => checkTimothee Cour
2018-11-27fixupTimothee Cour
2018-11-27add syntax cIncludeDir "$projpath/include"; do not use recursive search ↵Timothee Cour
paths; add test tests/tnimterop_cpp.nim
2018-11-24fix gitignoreTimothee Cour
2018-11-21More pointer support, cpp mode default in toast, cleanupGanesh Viswanathan
2018-11-21Fix #7 - separate file searching from include dirsGanesh Viswanathan
2018-11-21fixupTimothee Cour
2018-11-21always use assert=>doAssert for testsTimothee Cour
2018-11-20Initial versionGanesh Viswanathan