aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21Fix #55 - crash and no typedef nameGanesh Viswanathan
2019-01-21Support for empty struct/unionGanesh Viswanathan
2019-01-21Support cache disablingGanesh Viswanathan
2019-01-21Fix build breakGanesh Viswanathan
2019-01-21Fix #50 - ptr object to pointerGanesh Viswanathan
2019-01-20Generate and post documentationGanesh Viswanathan
2019-01-20Docs fixGanesh Viswanathan
2019-01-20Add documentationGanesh Viswanathan
2019-01-20Fix #36 - va_list and time_tGanesh Viswanathan
2019-01-19Fix not failGanesh Viswanathan
2019-01-19Better error handling - fix #39, #47Ganesh Viswanathan
2019-01-19Caching fix for OSXGanesh Viswanathan
2019-01-19Caching cImport contentGanesh Viswanathan
2019-01-19Nimble install test (#46)genotrance
2019-01-19Fix #41Ganesh Viswanathan
2019-01-18Recursive node support, enum expressions, or/and/not (#45)genotrance
2019-01-17Use HashSet, fix #40, compare nimNamesGanesh Viswanathan
2019-01-17Added ptrdiff_t (#38)Ico Doornekamp
2019-01-17Walkdir (#43)genotrance
2019-01-17Fix C data typesGanesh Viswanathan
2019-01-17Fix nimble installGanesh Viswanathan
2019-01-17Update install instructionsGanesh Viswanathan
2019-01-17OSX fix, test 0.19.0 as wellnonimgenGanesh Viswanathan
2019-01-17Call setup on per wrapper basisGanesh Viswanathan
2019-01-16Workaround 0.19.2 crashGanesh Viswanathan
2019-01-16Fix source pathsGanesh Viswanathan
2019-01-16Yes to nimbleGanesh Viswanathan
2019-01-16Remove nimgen dependency, enable tmath testGanesh Viswanathan
2019-01-16cstring supportGanesh Viswanathan
2019-01-15Support for time_tGanesh Viswanathan
2019-01-15Minor output fixGanesh Viswanathan
2019-01-15typedef arrays, debug outputGanesh Viswanathan
2019-01-15Support array pointer in structGanesh Viswanathan
2019-01-15Fix missing array type, suppress gcc warningsGanesh Viswanathan
2019-01-12Identifiers in enumsGanesh Viswanathan
2019-01-11Cleanup abstract pointers, typedef function supportGanesh Viswanathan
2019-01-11orWithNext, pointer cleanupGanesh Viswanathan
2019-01-11Shift/math expressions in enumGanesh Viswanathan
2019-01-11#include file, static line, nostderr, improve preprocessingGanesh Viswanathan
2019-01-10Filter out gcc attributesGanesh Viswanathan
2019-01-10Fix cuclonglong issue #32Ganesh Viswanathan
2019-01-10Export enums and procsGanesh Viswanathan
2019-01-09Support for multiple functions in declarator, size_t fixesGanesh Viswanathan
2019-01-09Support for nameless function params, unused enumsGanesh Viswanathan
2018-12-31Merge branch 'master' of https://github.com/genotrance/nimteropGanesh Viswanathan
2018-12-31Update appveyor to 0.19.2Ganesh Viswanathan
2018-12-29Merge pull request #30 from timotheecour/pr_add_failing_testsgenotrance
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
2018-12-28Implement PR #17Ganesh Viswanathan