<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimterop/tests, branch mingw</title>
<subtitle>Forked from https://github.com/nimterop/nimterop</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/'/>
<entry>
<title>Handle struct pointer first field, additional debugging</title>
<updated>2019-04-05T17:14:27+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-04-05T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=9a90495a1e4350ba9f3153fee9d18ebfca597fa1'/>
<id>9a90495a1e4350ba9f3153fee9d18ebfca597fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Double pointer support</title>
<updated>2019-03-23T18:33:52+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-03-23T18:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=454403b9fe96788534ade09631d3546edc418add'/>
<id>454403b9fe96788534ade09631d3546edc418add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs #68; turn some macros to CT procs; fix #112 (doc fixes) (#102)</title>
<updated>2019-02-03T00:03:46+00:00</updated>
<author>
<name>Timothee Cour</name>
<email>timothee.cour2@gmail.com</email>
</author>
<published>2019-02-03T00:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=9fe45ac32b9c79ca2265accfdb89e37e91166d68'/>
<id>9fe45ac32b9c79ca2265accfdb89e37e91166d68</id>
<content type='text'>
* refs #68 macro=&gt;proc cSkipSymbol
* refs #68 macro=&gt;proc cDebug
* refs #68 macro=&gt;proc cDisableCaching
* refs #68 notes for cDefine
* refs #68 macro=&gt;proc cAddSearchDir ; improve some runnableExamples
* refs #68 macro=&gt;proc cAddStdDir
* $projpath/include =&gt; testsIncludeDir() everywhere
* disable $projpath interpolation (error prone)
* fix tests
* make nim doc part of test suite; fix for 0.19.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* refs #68 macro=&gt;proc cSkipSymbol
* refs #68 macro=&gt;proc cDebug
* refs #68 macro=&gt;proc cDisableCaching
* refs #68 notes for cDefine
* refs #68 macro=&gt;proc cAddSearchDir ; improve some runnableExamples
* refs #68 macro=&gt;proc cAddStdDir
* $projpath/include =&gt; testsIncludeDir() everywhere
* disable $projpath interpolation (error prone)
* fix tests
* make nim doc part of test suite; fix for 0.19.2
</pre>
</div>
</content>
</entry>
<entry>
<title>rm tests/.gitignore now that top-level .gitignore ignores exe and that generated includes go under ./build (#92)</title>
<updated>2019-01-30T12:34:17+00:00</updated>
<author>
<name>Timothee Cour</name>
<email>timothee.cour2@gmail.com</email>
</author>
<published>2019-01-30T12:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=3709628b6627cdf5cfb2931b1b8e88a86c9b5dec'/>
<id>3709628b6627cdf5cfb2931b1b8e88a86c9b5dec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make tsoloud work on OSX (#84)</title>
<updated>2019-01-30T05:47:53+00:00</updated>
<author>
<name>Timothee Cour</name>
<email>timothee.cour2@gmail.com</email>
</author>
<published>2019-01-30T05:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=ef8149778cc0a9c99b2f9904e16913f5be70e5b4'/>
<id>ef8149778cc0a9c99b2f9904e16913f5be70e5b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #62 (toast now addressed relatively); macros=&gt;procs + other fixes (#70)</title>
<updated>2019-01-30T05:06:26+00:00</updated>
<author>
<name>Timothee Cour</name>
<email>timothee.cour2@gmail.com</email>
</author>
<published>2019-01-30T05:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=839c4007f6a9e2b820be152df64f5f602535e18f'/>
<id>839c4007f6a9e2b820be152df64f5f602535e18f</id>
<content type='text'>
* fixes https://github.com/genotrance/nimterop/issues/62
*  toast is now automatically built on demand, and doesn't depend on PATH
- [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps
* many other fixes
  * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixes https://github.com/genotrance/nimterop/issues/62
*  toast is now automatically built on demand, and doesn't depend on PATH
- [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps
* many other fixes
  * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices</pre>
</div>
</content>
</entry>
<entry>
<title>Fix skip bug on _, parent in Symbol</title>
<updated>2019-01-28T15:36:25+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-01-28T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=45c3487500659975c28b3cae0a6aa11348eab768'/>
<id>45c3487500659975c28b3cae0a6aa11348eab768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Result, add plugin.nim, forceBuild</title>
<updated>2019-01-28T04:05:54+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-01-27T21:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=89ff8c0cc00a3d9e7d93613d38f2df13bdf31e2d'/>
<id>89ff8c0cc00a3d9e7d93613d38f2df13bdf31e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve onSymbol API</title>
<updated>2019-01-28T04:05:54+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-01-27T17:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=f7a77b7ab9c7cae36014e1991245e0d4c1da7099'/>
<id>f7a77b7ab9c7cae36014e1991245e0d4c1da7099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation, fix tmath on Windows</title>
<updated>2019-01-28T04:05:54+00:00</updated>
<author>
<name>Ganesh Viswanathan</name>
<email>dev@genotrance.com</email>
</author>
<published>2019-01-25T04:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimterop/commit/?id=44b529f5f5f76007f00e8157f158a496c7604779'/>
<id>44b529f5f5f76007f00e8157f158a496c7604779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
