Commit graph

141 commits

Author SHA1 Message Date
Ganesh Viswanathan
89ff8c0cc0 Remove Result, add plugin.nim, forceBuild 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
f7a77b7ab9 Improve onSymbol API 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
a8b08e1867 Fix typeof for 0.19.2 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
6c1f458a84 Updated with feedback 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
699d56d72e Fix on OSX 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
44b529f5f5 Documentation, fix tmath on Windows 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
d8c75a43f7 Plugin support 2019-01-27 22:05:54 -06:00
Timothee Cour
f367234ca5 properly ignore all files wo extension 2019-01-25 14:14:32 -06:00
Timothee Cour
0f8678e9b2 fix gitignore (#64) 2019-01-24 22:15:24 -06:00
Ganesh Viswanathan
c3e442474b Always split commas 2019-01-23 21:01:59 -06:00
Ganesh Viswanathan
2853bef8b6 Fix test on Windows 2019-01-23 20:58:56 -06:00
Ganesh Viswanathan
1a8e489b0f Handle cligen split issue 2019-01-23 20:46:01 -06:00
Ganesh Viswanathan
2cec3015ed Fix #56 - override and skip, html links 2019-01-23 19:40:01 -06:00
Ganesh Viswanathan
46f7940f30 Initial support for #56 2019-01-23 09:37:25 -06:00
Ganesh Viswanathan
d6e9a49194 Partial fix for #52 - only when names differ 2019-01-22 23:03:51 -06:00
Ganesh Viswanathan
bf685d1dfc Fix #58 2019-01-22 11:14:32 -06:00
Ganesh Viswanathan
f9d0514ad4 Fix #53 - array size expressions 2019-01-21 13:01:26 -06:00
Ganesh Viswanathan
a8028a62ec Fix #55 - crash and no typedef name 2019-01-21 12:37:51 -06:00
Ganesh Viswanathan
6584a304d5 Support for empty struct/union 2019-01-21 12:09:01 -06:00
Ganesh Viswanathan
c89a741095 Support cache disabling 2019-01-21 01:35:42 -06:00
Ganesh Viswanathan
23a93e1d42 Fix build break 2019-01-21 00:47:25 -06:00
Ganesh Viswanathan
22d8181073 Fix #50 - ptr object to pointer 2019-01-21 00:17:44 -06:00
Ganesh Viswanathan
783cf70fbf Generate and post documentation 2019-01-20 16:22:12 -06:00
Ganesh Viswanathan
186e78f8c6 Docs fix 2019-01-20 16:12:51 -06:00
Ganesh Viswanathan
8a4fb0faca Add documentation 2019-01-20 15:53:14 -06:00
Ganesh Viswanathan
6511145513 Fix #36 - va_list and time_t 2019-01-20 14:41:50 -06:00
Ganesh Viswanathan
be1fe6495c Fix not fail 2019-01-19 15:05:51 -06:00
Ganesh Viswanathan
3d7682c611 Better error handling - fix #39, #47 2019-01-19 15:02:49 -06:00
Ganesh Viswanathan
1748279553 Caching fix for OSX 2019-01-19 02:19:28 -06:00
Ganesh Viswanathan
7bc53080e8 Caching cImport content 2019-01-19 02:03:14 -06:00
genotrance
abbd08d6de
Nimble install test (#46) 2019-01-19 01:50:55 -06:00
Ganesh Viswanathan
47bc610c9a Fix #41 2019-01-19 00:23:26 -06:00
genotrance
dd234ab7ef
Recursive node support, enum expressions, or/and/not (#45) 2019-01-18 22:39:22 -06:00
Ganesh Viswanathan
287980c9ed Use HashSet, fix #40, compare nimNames 2019-01-17 22:19:26 -06:00
Ico Doornekamp
8a09f3e290 Added ptrdiff_t (#38) 2019-01-17 20:40:56 -06:00
genotrance
09d9794bb6
Walkdir (#43)
* Fix walkDir, cCompile mode, add tsoloud, fix void *
* No tsoloud on Travis Linux
2019-01-17 20:26:51 -06:00
Ganesh Viswanathan
43193f5950 Fix C data types 2019-01-17 10:30:52 -06:00
Ganesh Viswanathan
3d9cf10f8a Fix nimble install 2019-01-17 09:49:42 -06:00
Ganesh Viswanathan
4883780f8f Update install instructions 2019-01-17 09:38:05 -06:00
Ganesh Viswanathan
f2b3ffc862 OSX fix, test 0.19.0 as well 2019-01-17 08:45:04 -06:00
Ganesh Viswanathan
a491201bb2 Call setup on per wrapper basis 2019-01-17 08:28:57 -06:00
Ganesh Viswanathan
ab3543cbda Workaround 0.19.2 crash 2019-01-16 21:49:17 -06:00
Ganesh Viswanathan
0e3588d258 Fix source paths 2019-01-16 21:28:04 -06:00
Ganesh Viswanathan
d2bd1f7dad Yes to nimble 2019-01-16 17:30:17 -06:00
Ganesh Viswanathan
114d502f13 Remove nimgen dependency, enable tmath test 2019-01-16 17:13:15 -06:00
Ganesh Viswanathan
e9a5ccc007 cstring support 2019-01-16 00:11:53 -06:00
Ganesh Viswanathan
80b47c9d4e Support for time_t 2019-01-15 23:54:25 -06:00
Ganesh Viswanathan
f81b2a8989 Minor output fix 2019-01-15 20:18:42 -06:00
Ganesh Viswanathan
da06be80d1 typedef arrays, debug output 2019-01-15 20:17:10 -06:00
Ganesh Viswanathan
11c896f82e Support array pointer in struct 2019-01-15 17:55:38 -06:00