| Age | Commit message (Expand) | Author |
| 2018-12-04 | Support for unions | Ganesh Viswanathan |
| 2018-12-04 | Add math test for Windows | Ganesh Viswanathan |
| 2018-12-04 | Fix qualifiers, preproc only literals, remove _, struct field issue, print pr... | Ganesh Viswanathan |
| 2018-12-04 | Fix crash if no arguments | Ganesh Viswanathan |
| 2018-12-04 | Fix performance issues with regex | Ganesh Viswanathan |
| 2018-12-04 | Add short CLI flags, --source= not required | Ganesh Viswanathan |
| 2018-12-03 | Fixes for const, short and function returning pointer | Ganesh Viswanathan |
| 2018-12-03 | Fix inline comments breaking search | Ganesh Viswanathan |
| 2018-12-03 | Fix for uchar and double | Ganesh Viswanathan |
| 2018-12-03 | Support for unsigned, function params with pointers | Ganesh Viswanathan |
| 2018-12-03 | Switch to simpler grammar engine | Ganesh Viswanathan |
| 2018-12-03 | Merge branch 'master' of https://github.com/genotrance/nimterop | Ganesh Viswanathan |
| 2018-11-29 | Merge pull request #26 from timotheecour/pr_fix_8 | genotrance |
| 2018-11-29 | fix #8 ; keep track of source file; display in standard sublime format file:l... | Timothee Cour |
| 2018-11-28 | Fix #22 - print parse errors as comments | Ganesh Viswanathan |
| 2018-11-28 | Fix #23 - handle inline comments, handle typedef enum X {} Y; | Ganesh Viswanathan |
| 2018-11-28 | Update README [ci skip] | Ganesh Viswanathan |
| 2018-11-28 | Merge pull request #21 from timotheecour/pr_misc4 | genotrance |
| 2018-11-28 | use cligen; fix bugs; some cleanups | Timothee Cour |
| 2018-11-28 | Fix uint32 | Ganesh Viswanathan |
| 2018-11-28 | Move AST to Nim processing into toast | Ganesh Viswanathan |
| 2018-11-27 | Fix toast on Linux | Ganesh Viswanathan |
| 2018-11-27 | Merge pull request #18 from timotheecour/pr_fix_32bit_builds | genotrance |
| 2018-11-27 | simplift travis | Timothee Cour |
| 2018-11-27 | fix 32bit builds | Timothee Cour |
| 2018-11-27 | Build status on Github | Ganesh Viswanathan |
| 2018-11-27 | Add CI | Ganesh Viswanathan |
| 2018-11-27 | Merge pull request #14 from timotheecour/pr_tnimterop_cpp | genotrance |
| 2018-11-27 | doAssert => check | Timothee Cour |
| 2018-11-27 | fixup | Timothee Cour |
| 2018-11-27 | add syntax cIncludeDir "$projpath/include"; do not use recursive search paths... | Timothee Cour |
| 2018-11-27 | Cleanup | Ganesh Viswanathan |
| 2018-11-27 | Add preprocessor step in toast | Ganesh Viswanathan |
| 2018-11-25 | Merge branch 'master' of https://github.com/genotrance/nimterop | Ganesh Viswanathan |
| 2018-11-25 | Minor changes | Ganesh Viswanathan |
| 2018-11-24 | Merge pull request #13 from timotheecour/fix_gitignore | genotrance |
| 2018-11-24 | fix gitignore | Timothee Cour |
| 2018-11-21 | More pointer support, cpp mode default in toast, cleanup | Ganesh Viswanathan |
| 2018-11-21 | Fix #7 - separate file searching from include dirs | Ganesh Viswanathan |
| 2018-11-21 | Merge pull request #8 from timotheecour/pr_fixup | genotrance |
| 2018-11-21 | fixup | Timothee Cour |
| 2018-11-21 | always use assert=>doAssert for tests | Timothee Cour |
| 2018-11-21 | Fix #6 | Ganesh Viswanathan |
| 2018-11-21 | Merge pull request #5 from timotheecour/pr_simplify_install | genotrance |
| 2018-11-21 | Merge branch 'master' of https://github.com/genotrance/nimterop | Ganesh Viswanathan |
| 2018-11-21 | simplify install | Timothee Cour |
| 2018-11-21 | Merge branch 'master' of https://github.com/genotrance/nimterop | Ganesh Viswanathan |
| 2018-11-21 | Use enums for sym, fail if no toast | Ganesh Viswanathan |
| 2018-11-21 | Mac support | Ganesh Viswanathan |
| 2018-11-21 | Merge pull request #2 from timotheecour/patch-1 | genotrance |