aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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]+
2019-10-02More archive support, Windows lzma testGanesh Viswanathan
2019-10-02OSX support for getHeader, handle symlinksGanesh Viswanathan
2019-10-02Add getheader testGanesh Viswanathan
2019-10-02Rename git to buildGanesh Viswanathan
2019-07-29Fix #131 - division in enumsGanesh Viswanathan
2019-06-09Bitfield support, space after commentsGanesh Viswanathan
2019-05-08Add dynlib supportGanesh Viswanathan
2019-05-07Add support for char enums - #119Ganesh Viswanathan
2019-05-07Workaround AppVeyor failureGanesh 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-04-05Handle struct pointer first field, additional debuggingGanesh Viswanathan
2019-03-23Double pointer supportGanesh 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-01-30rm tests/.gitignore now that top-level .gitignore ignores exe and that ↵Timothee Cour
generated includes go under ./build (#92)
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
* fixes https://github.com/genotrance/nimterop/issues/62 * toast is now automatically built on demand, and doesn't depend on PATH - [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps * many other fixes * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices
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-27Documentation, fix tmath on WindowsGanesh Viswanathan
2019-01-27Plugin supportGanesh Viswanathan
2019-01-23Fix test on WindowsGanesh Viswanathan
2019-01-23Fix #56 - override and skip, html linksGanesh Viswanathan
2019-01-22Partial fix for #52 - only when names differGanesh Viswanathan
2019-01-22Fix #58Ganesh Viswanathan
2019-01-21Fix #53 - array size expressionsGanesh Viswanathan