aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-08Follow redirects in downloadUrldynlibGanesh Viswanathan
2019-05-08Add dynlib supportGanesh Viswanathan
2019-05-08Multiple enhancements (#128)genotrance
Multiple enhancements
2019-05-08Exclude comments from output with flagpragmaGanesh Viswanathan
2019-05-08Remove global state from toastGanesh Viswanathan
2019-05-08Include comments in output - #61, clean up outputGanesh Viswanathan
2019-05-07Readme updatesGanesh Viswanathan
2019-05-07Add support for char enums - #119Ganesh Viswanathan
2019-05-07Shorten pragmasGanesh Viswanathan
2019-05-07Fix illegal recursion typedefsGanesh Viswanathan
2019-05-07Workaround AppVeyor failureGanesh Viswanathan
2019-05-07cdecl by defaultGanesh 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-05-06Fix enum identifier or'd, add configure supportGanesh Viswanathan
2019-05-04Fix abstract double pointer paramGanesh Viswanathan
2019-04-10Prefix stripping exampleGanesh Viswanathan
2019-04-10Comment non-nim output in cimportGanesh Viswanathan
2019-04-06Fix #123Ganesh Viswanathan
2019-04-05Fix #124Ganesh Viswanathan
2019-04-05Fix #124Ganesh Viswanathan
2019-04-05Show stackTrace on assertsGanesh Viswanathan
2019-04-05Handle struct pointer first field, additional debuggingGanesh Viswanathan
2019-04-01Fix for parser.hGanesh Viswanathan
2019-04-01Verbose loggingGanesh Viswanathan
2019-04-01Fix for upstream tree-sitter changesGanesh Viswanathan
2019-03-23Fix CIGanesh Viswanathan
2019-03-23Double pointer supportGanesh Viswanathan
2019-03-21Fix #120 - objectGanesh Viswanathan
2019-03-14Fix include of stdlib in recurseGanesh Viswanathan
2019-03-11Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2019-03-07Fix powershell TLS issue with downloadGanesh Viswanathan
2019-02-12fix some links nimgen,genotrance => nimterop (#118)Timothee Cour
2019-02-08make relativePath more robust (#115)Timothee Cour
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-08execAction: quoting was not robust (in case cmd had quotes) and bash -c was ↵Timothee Cour
redundant on posix (#117)
2019-02-07And/or/xor for enumsGanesh Viswanathan
2019-02-06Fix issue #90 based on PR #91Ganesh Viswanathan
2019-02-06Rename tree-sitter runtime to api, add tsgenGanesh Viswanathan
2019-02-06Fix to accommodate tree-sitter upstream changesGanesh Viswanathan
2019-02-06Revert relativePathGanesh Viswanathan
2019-02-06Add exclude to cCompile, fix duplicate filename compilation, mkDir fix, ↵Ganesh Viswanathan
cp/mvFile, full relativePath
2019-02-03Fix quoteShell issueGanesh 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-02-02Add mkdir to git, use in downloadUrlGanesh Viswanathan
2019-01-31Remove preprocessor file lines, clean whitespace in typesGanesh Viswanathan
2019-01-31Fix #96 - run nim check on bad codegenGanesh Viswanathan
2019-01-31Fix #95 - error for multiple underscoresGanesh Viswanathan