Commit graph

151 commits

Author SHA1 Message Date
Ganesh Viswanathan
31ec7987db Better context in _ error msg, gitPull fix for path, allow suppress of #define _X 2019-01-28 16:14:58 -06:00
Ganesh Viswanathan
62b44fc1e2 Fix #63 - cmdline and date in toast -n output 2019-01-28 10:52:55 -06:00
Ganesh Viswanathan
beebb20769 Merge branch 'master' of https://github.com/genotrance/nimterop 2019-01-28 09:36:44 -06:00
Ganesh Viswanathan
45c3487500 Fix skip bug on _, parent in Symbol 2019-01-28 09:36:25 -06:00
Timothee Cour
1d000ef034 fix for ubuntu 2019-01-28 08:01:51 -06:00
Timothee Cour
7f8b3ebe7d fix travis: stop on 1st error 2019-01-28 08:01:51 -06:00
Ganesh Viswanathan
b86a128456 Allow skip of symbol with _ 2019-01-28 00:44:21 -06:00
Ganesh Viswanathan
70aa3e2b5e Fix #42 - duplicate stylistic identifiers 2019-01-28 00:30:59 -06:00
Ganesh Viswanathan
ef0a250066 Minor fixes 2019-01-27 22:05:54 -06:00
Ganesh Viswanathan
624bee36ff Allow blank onSymbol to skip, test in release mode 2019-01-27 22:05:54 -06:00
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