aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
AgeCommit message (Collapse)Author
2020-04-07ast2 tmath testsGanesh Viswanathan
2020-04-07ast2 fix issue 156 - abstract function pointerGanesh Viswanathan
2020-04-06ast2 ignore parseString warnings, optional getNimExpression, handle override ↵Ganesh Viswanathan
nil, param comments
2020-04-06ast2 dynlib fix, add 1.2.0 testingGanesh Viswanathan
2020-04-02ast2 test fix for osx, catch parseString errors, handle type field commentsGanesh Viswanathan
2020-04-01ast2 proc pragmas, fix typedef struct X importc, convention selection, ast2 ↵Ganesh Viswanathan
bitfield support
2020-03-30Skip wrapper test on AppVeyornewalgo-2Ganesh Viswanathan
2020-03-30c2nImport ret, del specials from header, cache if exec not die, ast2 type ↵Ganesh Viswanathan
pragma improvements
2020-03-25ast2 newTypeIdent cleanup, pragma tests, docs.nim docsGanesh Viswanathan
2020-03-10Merge newalgo branch ast2 functionalityfast2Ganesh Viswanathan
2020-03-09Drop 0.19.6, fix soloud testGanesh Viswanathan
2020-03-09Add feature flag capabilityGanesh Viswanathan
2020-01-14v0.4.4v0.4.4Ganesh Viswanathan
2020-01-14Update requiresreopenGanesh Viswanathan
2019-12-23v0.4.3v0.4.3Ganesh Viswanathan
2019-12-21v0.4.2v0.4.2Ganesh Viswanathan
2019-12-21v0.4.1v0.4.1Ganesh Viswanathan
2019-12-20Fix #57 and #152 - clean ident in expressionsissue57Ganesh Viswanathan
2019-12-20v0.4.0v0.4.0Ganesh Viswanathan
2019-12-18v0.3.6v0.3.6Ganesh Viswanathan
2019-12-17v0.3.5v0.3.5Ganesh Viswanathan
2019-12-16v0.3.4v0.3.4Ganesh Viswanathan
2019-11-01v0.3.3v0.3.3Ganesh Viswanathan
2019-10-29v0.3.2v0.3.2Ganesh Viswanathan
2019-10-25v0.3.1v0.3.1Ganesh Viswanathan
2019-10-220.3.0v0.3.0Ganesh Viswanathan
2019-10-17Bump to 0.2.1v0.2.1Ganesh Viswanathan
2019-10-10Move all artifacts to nimcacheGanesh Viswanathan
2019-10-03Move docs generation to moduleGanesh Viswanathan
2019-10-02Update to v0.2.0Ganesh Viswanathan
2019-10-02findFile w/regex, make -j, lib support for getHeader, noexcept / throwGanesh Viswanathan
2019-05-08Add dynlib supportGanesh Viswanathan
2019-05-08Exclude comments from output with flagpragmaGanesh Viswanathan
2019-02-08docs now include theindex.html (w all procs) + search (#116)Timothee Cour
* nim docs now generates theindex.html * doc: enable doc search * fixup
2019-02-06Fix issue #90 based on PR #91Ganesh 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-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-27Allow blank onSymbol to skip, test in release modeGanesh Viswanathan
2019-01-24fix gitignore (#64)Timothee Cour
2019-01-21Support cache disablingGanesh Viswanathan
2019-01-21Fix build breakGanesh Viswanathan
2019-01-20Generate and post documentationGanesh Viswanathan
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