Ganesh Viswanathan
ad809242c8
Fix #157 - gitPull of branch
2019-12-18 20:49:39 -06:00
Ganesh Viswanathan
c4b6a01878
v0.3.5
v0.3.5
2019-12-17 10:38:06 -06:00
Ganesh Viswanathan
045065113b
Bump test to 1.0.4
2019-12-17 10:37:59 -06:00
Ganesh Viswanathan
b426bc49ba
Print code in debug output
2019-12-17 10:31:14 -06:00
Ganesh Viswanathan
faeb43afbe
Fix getHeader - PCRE case where header is generated
2019-12-16 21:25:10 -06:00
Ganesh Viswanathan
c878a4be05
v0.3.4
v0.3.4
2019-12-16 14:57:38 -06:00
Ganesh Viswanathan
41847b1ba9
nocomments passed to preprocessor, origName
2019-12-16 11:31:30 -06:00
Ganesh Viswanathan
751128e758
v0.3.3
v0.3.3
2019-11-01 18:13:00 -05:00
Ganesh Viswanathan
31527a8240
Update docs, minor optimization
2019-11-01 17:45:33 -05:00
Ganesh Viswanathan
36726e2442
Fix #149 - cOverride injecting multiple times
2019-11-01 16:26:57 -05:00
Ganesh Viswanathan
12cc08900d
v0.3.2
v0.3.2
2019-10-29 09:31:59 -05:00
Ganesh Viswanathan
1f09de2531
Save skipped symbols with -d
2019-10-28 17:13:50 -05:00
Ganesh Viswanathan
872873c07a
Regex improvements
2019-10-28 10:48:53 -05:00
Ganesh Viswanathan
1bca308ac4
v0.3.1
v0.3.1
2019-10-25 15:11:07 -05:00
Ganesh Viswanathan
b7c7f7a06a
Fix size_t conversion
2019-10-25 14:30:38 -05:00
Ganesh Viswanathan
8e9bd0da0d
Add incompleteStruct pragma
2019-10-24 18:56:46 -05:00
genotrance
3c960c140c
Merge pull request #145 from matkuki/patch-1
...
This adds a drive change command to every Windows `execAction` call that starts with the `cd` command. Tested with the `libmodbus` C library (https://github.com/stephane/libmodbus ).
2019-10-23 10:52:59 -05:00
matkuki
3765862b6e
Removed the regex stuff
2019-10-23 16:53:43 +02:00
matkuki
36ef771ea8
Updated to search for "cd x:"
...
Tested again with `libmodbus` and it works.
2019-10-22 23:36:49 +02:00
Ganesh Viswanathan
37f5faa43d
0.3.0
v0.3.0
2019-10-22 14:30:24 -05:00
Ganesh Viswanathan
3ae716fff6
Merge branch 'override'
2019-10-21 21:49:38 -05:00
Ganesh Viswanathan
5f9a59fcc6
Test cases for cOverride
2019-10-21 21:42:09 -05:00
Ganesh Viswanathan
9b6469ca97
Override known, addIdentifier
2019-10-21 18:43:53 -05:00
matkuki
35cd391ecd
Fix for Windows drive changes
...
This adds a drive change command to every Windows `execAction` call that starts with the `cd` command.
Tested with the `libmodbus` C library (https://github.com/stephane/libmodbus ).
2019-10-21 21:18:01 +02:00
Ganesh Viswanathan
8eb950d46d
Fix tmath __
2019-10-21 09:58:24 -05:00
Ganesh Viswanathan
2696e900c0
getOverride and Final
2019-10-20 22:54:20 -05:00
Ganesh Viswanathan
d3b558b291
Fix wchar_t for nim check
2019-10-18 11:19:19 -05:00
Ganesh Viswanathan
3c71729839
onSymbol for overrides
2019-10-18 10:51:00 -05:00
Ganesh Viswanathan
438160ac2a
Detect unknown
2019-10-17 15:41:24 -05:00
Ganesh Viswanathan
e9120eee78
Bump to 0.2.1
v0.2.1
2019-10-17 15:09:34 -05:00
Ganesh Viswanathan
8c57fbf602
Fix debug output
2019-10-17 12:01:37 -05:00
Ganesh Viswanathan
f7bc37f2b3
Fix #141
2019-10-16 22:56:50 -05:00
Ganesh Viswanathan
8dc327d02b
Implement var proc
2019-10-16 21:25:31 -05:00
Ganesh Viswanathan
48955b3aa1
Partial fix for #139
2019-10-16 17:13:27 -05:00
Ganesh Viswanathan
531843a82a
Improve static inline handling
2019-10-16 14:21:53 -05:00
Ganesh Viswanathan
c40b25d2a2
Fix altNames behavior
2019-10-15 23:04:23 -05:00
Ganesh Viswanathan
f4d863d3dd
rm only if exists
2019-10-15 21:37:45 -05:00
Ganesh Viswanathan
e293172cf2
Fix execAction, enum expressions, union cleanup, no forceClean
2019-10-14 22:55:01 -05:00
Ganesh Viswanathan
3e9dc2fb0f
Fix std fallback and docs publish
v0.2.0
2019-10-10 14:45:26 -07:00
Ganesh Viswanathan
ff8c7330cd
Nimcache fixes, Std + fallback
2019-10-10 09:33:09 -05:00
Ganesh Viswanathan
6db698ea7a
Move all artifacts to nimcache
2019-10-10 07:56:47 -05:00
Ganesh Viswanathan
f2a0d4b0c9
Add linkLibs and isDefined
2019-10-08 15:19:36 -05:00
Ganesh Viswanathan
c21a334ec1
Fix #134 , time64_t, buildDocs error on Win
2019-10-08 10:53:07 -07:00
Ganesh Viswanathan
366569f55e
findFile speed improvement, defines in buildDoc, nim compiler path
2019-10-07 11:37:21 -07:00
genotrance
dc222c6011
v0.2.0 ( #140 )
2019-10-03 20:40:05 -05:00
Ganesh Viswanathan
b12d77c98d
Fix empty project path
2019-10-03 16:29:01 -05:00
Ganesh Viswanathan
dee898dc51
Move docs generation to module
2019-10-03 13:45:56 -05:00
Ganesh Viswanathan
23d2b86955
Fix wchar_t for nimdoc
2019-10-03 10:54:51 -05:00
Ganesh Viswanathan
4994e56a3f
Fix sleep
2019-10-02 15:32:08 -05:00
Ganesh Viswanathan
86aea481ac
Add retries for file ops
2019-10-02 15:32:03 -05:00