aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-04-12No explicit imports for cPluginPathcpluginpathGanesh Viswanathan
2020-04-12Fix #181 - cPluginPath()Ganesh Viswanathan
2020-04-12Partly fix issue #183, lineTrace:onGanesh Viswanathan
2020-04-10Fix #178 - single underscoreGanesh Viswanathan
2020-04-09Preprocessor mode fixes (#176)awr1
2020-04-08ast2 tests and const bugfixnewalgo-5Ganesh Viswanathan
2020-04-07Merge branch 'newalgo-4' of https://github.com/nimterop/nimterop into newalgo-4newalgo-4Ganesh Viswanathan
2020-04-07ast2 fix issue 174 - UncheckedArrayGanesh Viswanathan
2020-04-07ast2 tmath testsGanesh Viswanathan
2020-04-07ast2 fix issue 156 - abstract function pointerGanesh Viswanathan
2020-04-06ast2 dynlib fix, add 1.2.0 testingGanesh Viswanathan
2020-04-05ast2 multiple array type blocknewalgo-3Ganesh Viswanathan
2020-04-05ast2 var of proc type, multiple proc type blockGanesh Viswanathan
2020-04-03ast2 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-30Add wrapper testGanesh 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-23ast2 override final, void return and param fixes, multi proc supportGanesh Viswanathan
2020-03-23ast2 bug fixes - getIdentName, ptr object, header constGanesh Viswanathan
2020-03-23ast2 enum supportGanesh Viswanathan
2020-03-21Remove lzma testnewalgo-1Ganesh Viswanathan
2020-03-21ast2 forward declaration supportGanesh Viswanathan
2020-03-20ast2 improve override/skip, duplicatesGanesh Viswanathan
2020-03-18ast2 getNameInfo cleanup, initial skip/override supportGanesh Viswanathan
2020-03-17Initial ast2 proc supportGanesh Viswanathan
2020-03-16Add ast2 union supportGanesh Viswanathan
2020-03-16Add ast2 array expression support, cleanup debug outputGanesh Viswanathan
2020-03-12Fix #169 - header pragma omitted by defaultissue169Ganesh Viswanathan
2020-03-10Merge newalgo branch ast2 functionalityfast2Ganesh Viswanathan
2020-03-09Drop 0.19.6, fix soloud testGanesh Viswanathan
2019-12-23Restrict to OSXissue80Ganesh Viswanathan
2019-12-21Fix #75 - support char and char* #definesissue75Ganesh Viswanathan
2019-12-20Fix #57 and #152 - clean ident in expressionsissue57Ganesh Viswanathan
2019-12-19Fix ____ in lzmaGanesh Viswanathan
2019-12-19lzma needs --suffixGanesh Viswanathan
2019-12-18Fix #146 - prefix/suffix for strippingGanesh Viswanathan
2019-10-25Fix size_t conversionGanesh Viswanathan
2019-10-21Test cases for cOverrideoverrideGanesh Viswanathan
2019-10-21Fix tmath __Ganesh Viswanathan
2019-10-20getOverride and FinalGanesh Viswanathan
2019-10-16Implement var procissue139Ganesh Viswanathan
2019-10-16Partial fix for #139Ganesh Viswanathan
2019-10-15Fix altNames behaviorGanesh Viswanathan
2019-10-14Fix execAction, enum expressions, union cleanup, no forceCleanGanesh Viswanathan
2019-10-10Move all artifacts to nimcacheGanesh Viswanathan
2019-10-02Add retries for file opsGanesh Viswanathan
2019-10-02Add env var support for definesGanesh Viswanathan
2019-10-02More build helpersGanesh Viswanathan
2019-10-02Build pre-hook, altNames, uInt, getType() calls, add zlib testGanesh Viswanathan
Fix subdir header, static lib name, [u]int[\d]+