aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
AgeCommit message (Expand)Author
2020-04-14ast2 nested struct supportGanesh Viswanathan
2020-04-13Fix #172 - skip qualifiersissue172Ganesh Viswanathan
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
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 b...Ganesh Viswanathan
2020-03-30Skip wrapper test on AppVeyornewalgo-2Ganesh Viswanathan
2020-03-30c2nImport ret, del specials from header, cache if exec not die, ast2 type pra...Ganesh Viswanathan
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
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
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
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
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 th...Timothee Cour
2018-12-29add failing tests; add a test at CTTimothee Cour