Commit graph

392 commits

Author SHA1 Message Date
Ganesh Viswanathan
79526221b7 Avoid building toast twice in CI 2020-04-22 11:28:16 -05:00
Ganesh Viswanathan
00b66bf92c Change FILE* to File 2020-04-22 09:39:48 -05:00
Ganesh Viswanathan
f2870d8ba6 Fix multi-header processing, perf improvements 2020-04-21 23:37:37 -05:00
Ganesh Viswanathan
183eabff83 Get rid of nimState 2020-04-21 14:53:26 -05:00
Ganesh Viswanathan
01bc01a30c Handle qualifiers after type 2020-04-21 13:39:20 -05:00
BarrOff
82ca3bd37b
Some small compatibility fixes for FreeBSD (#190) 2020-04-20 23:41:16 -05:00
Ganesh Viswanathan
40c8e757aa Remove expandSymlink 2020-04-20 19:00:55 -05:00
Ganesh Viswanathan
e7bf0f61ad ast2 fix replace test 2020-04-20 13:24:57 -05:00
Ganesh Viswanathan
ab0439e60e ast2 static inline with -H, fix #188, --replace support 2020-04-20 12:28:14 -05:00
Ganesh Viswanathan
485c2f1ab2 ast2 static inline support 2020-04-19 00:50:14 -05:00
Ganesh Viswanathan
e17d6edb5e Update README 2020-04-17 17:11:35 -05:00
Ganesh Viswanathan
281d260912 Fix Travis, tests for varargs 2020-04-16 08:39:52 -05:00
Ganesh Viswanathan
6a9a35db61 ast2 varargs support 2020-04-15 23:42:22 -05:00
Ganesh Viswanathan
6d08f6ed80 Fix enum size to cint 2020-04-15 12:47:30 -05:00
Ganesh Viswanathan
25b07a07ff ast2 nested array field 2020-04-14 22:47:33 -05:00
Ganesh Viswanathan
92fe90f834 ast2 nested struct support 2020-04-14 19:40:46 -05:00
Ganesh Viswanathan
08306b9802 Fix #172 - skip qualifiers 2020-04-13 20:18:37 -05:00
Ganesh Viswanathan
f23d17d0b2 Fix #185 - forward decl symbol change 2020-04-13 12:46:41 -05:00
Ganesh Viswanathan
b2de34328a No explicit imports for cPluginPath 2020-04-12 23:12:38 -05:00
Ganesh Viswanathan
0afb634b59 Fix #181 - cPluginPath() 2020-04-12 12:56:50 -05:00
Ganesh Viswanathan
9cd39600d4 Partly fix issue #183, lineTrace:on 2020-04-12 12:19:13 -05:00
Ganesh Viswanathan
ecee58342e Fix expression override issue 2020-04-11 14:54:19 -05:00
Ganesh Viswanathan
894193eb43 Fix type override issue 2020-04-10 23:49:23 -05:00
Ganesh Viswanathan
f64fbb67b1 Fix #178 - single underscore 2020-04-10 22:45:29 -05:00
awr1
f5dd89904d
Preprocessor mode fixes (#176) 2020-04-09 23:00:56 -05:00
Ganesh Viswanathan
058261c203 ast2 tests and const bugfix 2020-04-08 17:21:23 -05:00
Ganesh Viswanathan
c574dd1259 Merge branch 'newalgo-4' of https://github.com/nimterop/nimterop into newalgo-4 2020-04-07 20:24:09 -05:00
Ganesh Viswanathan
d877b20407 ast2 fix issue 174 - UncheckedArray 2020-04-07 20:24:04 -05:00
Ganesh Viswanathan
31ed046e3b ast2 tmath tests 2020-04-07 17:54:17 -05:00
Ganesh Viswanathan
4ccde62d4f ast2 fix issue 156 - abstract function pointer 2020-04-07 17:40:59 -05:00
Ganesh Viswanathan
4c513a50de ast2 ignore parseString warnings, optional getNimExpression, handle override nil, param comments 2020-04-06 22:38:12 -05:00
Ganesh Viswanathan
e1c8ef2775 ast2 dynlib fix, add 1.2.0 testing 2020-04-06 12:44:07 -05:00
Ganesh Viswanathan
e911a9ee92 ast2 multiple array type block 2020-04-05 23:55:44 -05:00
Ganesh Viswanathan
534acf9259 ast2 var of proc type, multiple proc type block 2020-04-05 19:26:38 -05:00
Ganesh Viswanathan
bd1c283eb9 Merge branch 'newalgo-3' of https://github.com/nimterop/nimterop into newalgo-3 2020-04-03 14:54:36 -05:00
Ganesh Viswanathan
ced9c14828 ast2 test fix for osx, catch parseString errors, handle type field comments 2020-04-03 14:53:22 -05:00
Ganesh Viswanathan
5c20ce7b60 ast2 test fix for osx, catch parseString errors, handle type field comments 2020-04-02 18:17:36 -05:00
Ganesh Viswanathan
ad8557d70e ast2 proc pragmas, fix typedef struct X importc, convention selection, ast2 bitfield support 2020-04-01 21:47:15 -05:00
Ganesh Viswanathan
54854a356a Skip wrapper test on AppVeyor 2020-03-30 17:14:39 -05:00
Ganesh Viswanathan
36faf62269 Add wrapper test 2020-03-30 15:56:05 -05:00
Ganesh Viswanathan
e06917f40f c2nImport ret, del specials from header, cache if exec not die, ast2 type pragma improvements 2020-03-30 15:46:34 -05:00
Ganesh Viswanathan
8b9c39f42e ast2 newTypeIdent cleanup, pragma tests, docs.nim docs 2020-03-25 15:17:20 -05:00
Ganesh Viswanathan
e98564528e ast2 pragmas for types 2020-03-24 15:48:54 -05:00
Ganesh Viswanathan
c5e978c2ef ast2 override final, void return and param fixes, multi proc support 2020-03-23 22:07:39 -05:00
Ganesh Viswanathan
c113ecec98 ast2 bug fixes - getIdentName, ptr object, header const 2020-03-23 16:06:28 -05:00
Ganesh Viswanathan
cadf16293d ast2 enum support 2020-03-23 14:02:40 -05:00
Ganesh Viswanathan
6d1c428b6e Remove lzma test 2020-03-21 21:29:15 -05:00
Ganesh Viswanathan
be1e85934d ast2 forward declaration support 2020-03-21 20:07:45 -05:00
Ganesh Viswanathan
4cfeea67a1 Fix for 0.20.2 2020-03-20 01:41:36 -05:00
Ganesh Viswanathan
f01c7ea60d ast2 improve override/skip, duplicates 2020-03-20 01:31:54 -05:00