<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/Makefile.nmake, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Makefile.nmake:  be more robust when cmake is missing.</title>
<updated>2015-10-10T06:16:38+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-10-10T06:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=f1e64cfcdbf1fbbe8a4d5b4a34fd712e70bdf27d'/>
<id>f1e64cfcdbf1fbbe8a4d5b4a34fd712e70bdf27d</id>
<content type='text'>
Previously, when cmake was missing, the build dir would
be created anyway, and subsequent attempts (even with cmake)
would fail, because cmake would not be run.

Depending on build/CMakeFiles is more robust -- this
won't be created unless cmake is run.

Partially addresses #85.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, when cmake was missing, the build dir would
be created anyway, and subsequent attempts (even with cmake)
would fail, because cmake would not be run.

Depending on build/CMakeFiles is more robust -- this
won't be created unless cmake is run.

Partially addresses #85.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile.nmake fixes.</title>
<updated>2015-04-26T17:57:24+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-04-26T17:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=e982e57fc3b4348bb601a8764ce2d17f0dc053ae'/>
<id>e982e57fc3b4348bb601a8764ce2d17f0dc053ae</id>
<content type='text'>
Removed echo, pushd, popd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed echo, pushd, popd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed spec location in Makefile.nmake.</title>
<updated>2015-04-26T17:45:24+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-04-26T17:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=835d63b63c920e972b4e72418dea0dd08c667bde'/>
<id>835d63b63c920e972b4e72418dea0dd08c667bde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cmark.3 man page to repository and archive.</title>
<updated>2015-01-11T18:48:59+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-11T18:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9b66bdd02b4ca18f9b48b8903599bbdef4dd599a'/>
<id>9b66bdd02b4ca18f9b48b8903599bbdef4dd599a</id>
<content type='text'>
It simplifies the build if python and the cmark library aren't
needed to build the man page.

The top level Makefile has a rule to regenerate this when src/cmark.h
changes.

Updated Makefile.nmake for recent changes.

Added case folding data file to archive, since otherwise make fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It simplifies the build if python and the cmark library aren't
needed to build the man page.

The top level Makefile has a rule to regenerate this when src/cmark.h
changes.

Updated Makefile.nmake for recent changes.

Added case folding data file to archive, since otherwise make fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run nmake test with /nologo</title>
<updated>2014-11-24T20:35:53+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-24T20:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=7a4cd7ed0f07d8c41408da02b2367c979d4ff86e'/>
<id>7a4cd7ed0f07d8c41408da02b2367c979d4ff86e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added python version of test runner.</title>
<updated>2014-11-19T07:52:24+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-19T05:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4b87bbb3e29c460940fc183f63a3b424ddf90187'/>
<id>4b87bbb3e29c460940fc183f63a3b424ddf90187</id>
<content type='text'>
This tests the dynamic library when run without a second argument.

The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.

Closes #161.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests the dynamic library when run without a second argument.

The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.

Closes #161.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile and wrapper for nmake</title>
<updated>2014-11-16T21:42:27+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-16T18:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=52045957a87f2c86f61f2054cafbebe050a1299b'/>
<id>52045957a87f2c86f61f2054cafbebe050a1299b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
