| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-07 | ast2 tmath tests | Ganesh Viswanathan | |
| 2020-04-07 | ast2 fix issue 156 - abstract function pointer | Ganesh Viswanathan | |
| 2020-04-06 | ast2 ignore parseString warnings, optional getNimExpression, handle override ↵ | Ganesh Viswanathan | |
| nil, param comments | |||
| 2020-04-06 | ast2 dynlib fix, add 1.2.0 testing | Ganesh Viswanathan | |
| 2020-04-02 | ast2 test fix for osx, catch parseString errors, handle type field comments | Ganesh Viswanathan | |
| 2020-04-01 | ast2 proc pragmas, fix typedef struct X importc, convention selection, ast2 ↵ | Ganesh Viswanathan | |
| bitfield support | |||
| 2020-03-30 | Skip wrapper test on AppVeyornewalgo-2 | Ganesh Viswanathan | |
| 2020-03-30 | c2nImport ret, del specials from header, cache if exec not die, ast2 type ↵ | Ganesh Viswanathan | |
| pragma improvements | |||
| 2020-03-25 | ast2 newTypeIdent cleanup, pragma tests, docs.nim docs | Ganesh Viswanathan | |
| 2020-03-10 | Merge newalgo branch ast2 functionalityfast2 | Ganesh Viswanathan | |
| 2020-03-09 | Drop 0.19.6, fix soloud test | Ganesh Viswanathan | |
| 2020-03-09 | Add feature flag capability | Ganesh Viswanathan | |
| 2020-01-14 | v0.4.4v0.4.4 | Ganesh Viswanathan | |
| 2020-01-14 | Update requiresreopen | Ganesh Viswanathan | |
| 2019-12-23 | v0.4.3v0.4.3 | Ganesh Viswanathan | |
| 2019-12-21 | v0.4.2v0.4.2 | Ganesh Viswanathan | |
| 2019-12-21 | v0.4.1v0.4.1 | Ganesh Viswanathan | |
| 2019-12-20 | Fix #57 and #152 - clean ident in expressionsissue57 | Ganesh Viswanathan | |
| 2019-12-20 | v0.4.0v0.4.0 | Ganesh Viswanathan | |
| 2019-12-18 | v0.3.6v0.3.6 | Ganesh Viswanathan | |
| 2019-12-17 | v0.3.5v0.3.5 | Ganesh Viswanathan | |
| 2019-12-16 | v0.3.4v0.3.4 | Ganesh Viswanathan | |
| 2019-11-01 | v0.3.3v0.3.3 | Ganesh Viswanathan | |
| 2019-10-29 | v0.3.2v0.3.2 | Ganesh Viswanathan | |
| 2019-10-25 | v0.3.1v0.3.1 | Ganesh Viswanathan | |
| 2019-10-22 | 0.3.0v0.3.0 | Ganesh Viswanathan | |
| 2019-10-17 | Bump to 0.2.1v0.2.1 | Ganesh Viswanathan | |
| 2019-10-10 | Move all artifacts to nimcache | Ganesh Viswanathan | |
| 2019-10-03 | Move docs generation to module | Ganesh Viswanathan | |
| 2019-10-02 | Update to v0.2.0 | Ganesh Viswanathan | |
| 2019-10-02 | findFile w/regex, make -j, lib support for getHeader, noexcept / throw | Ganesh Viswanathan | |
| 2019-05-08 | Add dynlib support | Ganesh Viswanathan | |
| 2019-05-08 | Exclude comments from output with flagpragma | Ganesh Viswanathan | |
| 2019-02-08 | docs now include theindex.html (w all procs) + search (#116) | Timothee Cour | |
| * nim docs now generates theindex.html * doc: enable doc search * fixup | |||
| 2019-02-06 | Fix issue #90 based on PR #91 | Ganesh Viswanathan | |
| 2019-02-02 | refs #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-29 | make tsoloud work on OSX (#84) | Timothee Cour | |
| 2019-01-29 | fix #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-28 | Fix skip bug on _, parent in Symbol | Ganesh Viswanathan | |
| 2019-01-27 | Allow blank onSymbol to skip, test in release mode | Ganesh Viswanathan | |
| 2019-01-24 | fix gitignore (#64) | Timothee Cour | |
| 2019-01-21 | Support cache disabling | Ganesh Viswanathan | |
| 2019-01-21 | Fix build break | Ganesh Viswanathan | |
| 2019-01-20 | Generate and post documentation | Ganesh Viswanathan | |
| 2019-01-17 | Walkdir (#43) | genotrance | |
| * Fix walkDir, cCompile mode, add tsoloud, fix void * * No tsoloud on Travis Linux | |||
| 2019-01-16 | Remove nimgen dependency, enable tmath test | Ganesh Viswanathan | |
| 2018-12-29 | fix #15 by re-enabling nim cpp on c file and selectively disabling failing ↵ | Timothee Cour | |
| things | |||
| 2018-12-29 | add failing tests; add a test at CT | Timothee Cour | |
| 2018-12-28 | Implement PR #17 | Ganesh Viswanathan | |
| 2018-12-27 | Fix #15, fix #20 | Ganesh Viswanathan | |
