<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/Makefile, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/'/>
<entry>
<title>Add lint target to Makefile</title>
<updated>2020-05-13T22:40:56+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-05-13T22:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=b1dab7360ee9104e1c81d2010369bb2075811eb7'/>
<id>b1dab7360ee9104e1c81d2010369bb2075811eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New lint target using clang-tidy.</title>
<updated>2020-05-13T19:30:30+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-05-13T19:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=7486f5fff385e45f3e8eb7bd68972a1dc43e1fe0'/>
<id>7486f5fff385e45f3e8eb7bd68972a1dc43e1fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uninstall target to Makefile.</title>
<updated>2020-03-21T00:25:23+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-03-21T00:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=ef20bfbd5b46a138c1fded6a89b9133bb84623c2'/>
<id>ef20bfbd5b46a138c1fded6a89b9133bb84623c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For afl target, don't build tests.</title>
<updated>2019-04-07T15:56:29+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-04-07T15:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=c6a8c30c228c32b3b32442eeb39d33b64db56f4f'/>
<id>c6a8c30c228c32b3b32442eeb39d33b64db56f4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add libFuzzer to phony</title>
<updated>2017-06-29T08:01:30+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-06-29T08:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=09d96cd0b6f352227f741c4fc9b0d82cbefcc012'/>
<id>09d96cd0b6f352227f741c4fc9b0d82cbefcc012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile target and harness to fuzz with libFuzzer</title>
<updated>2017-06-27T19:37:04+00:00</updated>
<author>
<name>Phil Turnbull</name>
<email>philipturnbull@github.com</email>
</author>
<published>2017-06-26T19:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=c1dea4ee507ef62b121051e34e36a9b24459ea39'/>
<id>c1dea4ee507ef62b121051e34e36a9b24459ea39</id>
<content type='text'>
This can be run locally with `make libFuzzer` but the harness will be
integrated into oss-fuzz for large-scale fuzzing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be run locally with `make libFuzzer` but the harness will be
integrated into oss-fuzz for large-scale fuzzing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fuzzing dictionary into single file</title>
<updated>2017-06-27T19:37:03+00:00</updated>
<author>
<name>Phil Turnbull</name>
<email>philipturnbull@github.com</email>
</author>
<published>2017-06-23T21:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=70a6a168146baa6ab0df33d4ddf424ba5d40b151'/>
<id>70a6a168146baa6ab0df33d4ddf424ba5d40b151</id>
<content type='text'>
This allows AFL and libFuzzer to use the same dictionary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows AFL and libFuzzer to use the same dictionary
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove normalize as an option per #190 (#194)</title>
<updated>2017-05-05T08:02:34+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>kivikakk@github.com</email>
</author>
<published>2017-05-05T08:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=6313fff5f9482bdc0489dd19bf9c4ff6ed817e71'/>
<id>6313fff5f9482bdc0489dd19bf9c4ff6ed817e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 'make newbench'.</title>
<updated>2016-12-06T09:56:59+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-12-06T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=5255e2d5717dc7a265ca79404d387ef8abe8c004'/>
<id>5255e2d5717dc7a265ca79404d387ef8abe8c004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: use warnings with re2c.</title>
<updated>2016-12-05T13:29:49+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-12-05T13:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=6068d6e9c73dddf9126c2c64c940ead2bc6e898f'/>
<id>6068d6e9c73dddf9126c2c64c940ead2bc6e898f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
