aboutsummaryrefslogtreecommitdiff
path: root/tests/tnimterop_c.nim
AgeCommit message (Expand)Author
2020-05-04Add docgen runs in testsJoey Yakimowich-Payne
2020-04-29Add -f:ast1, lesser debug outputGanesh Viswanathan
2020-04-29Fix timeit for legacy, reduce Windows test matrixGanesh Viswanathan
2020-04-12Fix #181 - cPluginPath()Ganesh Viswanathan
2020-04-10Fix #178 - single underscoreGanesh 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-23ast2 bug fixes - getIdentName, ptr object, header constGanesh Viswanathan
2019-12-23Restrict to OSXissue80Ganesh Viswanathan
2019-12-21Fix #75 - support char and char* #definesissue75Ganesh Viswanathan
2019-10-21Test cases for cOverrideoverrideGanesh Viswanathan
2019-10-16Partial fix for #139Ganesh Viswanathan
2019-07-29Fix #131 - division in enumsGanesh Viswanathan
2019-06-09Bitfield support, space after commentsGanesh Viswanathan
2019-05-07Add support for char enums - #119Ganesh Viswanathan
2019-05-07Pragma cleanup and fixesGanesh Viswanathan
2019-05-07Test case for enum identifer or'dGanesh Viswanathan
2019-03-23Double pointer supportGanesh Viswanathan
2019-02-02refs #68; turn some macros to CT procs; fix #112 (doc fixes) (#102)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-27Remove Result, add plugin.nim, forceBuildGanesh Viswanathan
2019-01-27Improve onSymbol APIGanesh Viswanathan
2019-01-27Plugin supportGanesh Viswanathan
2019-01-22Partial fix for #52 - only when names differGanesh Viswanathan
2019-01-22Fix #58Ganesh 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
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
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-04Support for unionsGanesh Viswanathan
2018-11-27doAssert => checkTimothee Cour
2018-11-27add syntax cIncludeDir "$projpath/include"; do not use recursive search paths...Timothee Cour