<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/Makefile, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-07-17T16:46:16Z</updated>
<entry>
<title>Merge branch 'master' of https://github.com/jgm/pandoc</title>
<updated>2021-07-17T16:46:16Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-07-17T16:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=48459559a13a20083fc9b31eb523b8ea2bf0a63f'/>
<id>urn:sha1:48459559a13a20083fc9b31eb523b8ea2bf0a63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some garbage</title>
<updated>2021-04-23T18:09:59Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-04-23T18:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=707c6d1d448284efff002eb1866f31fc31cef7b3'/>
<id>urn:sha1:707c6d1d448284efff002eb1866f31fc31cef7b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change -A256m to -A8m in GHCOPTS</title>
<updated>2021-03-18T20:07:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-18T20:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4c51fa1d55c31784311159447454b64e77283242'/>
<id>urn:sha1:4c51fa1d55c31784311159447454b64e77283242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.</title>
<updated>2021-03-18T16:14:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-18T16:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=89a89a8cf33e1558e8a477f98a2c73bc224ccf60'/>
<id>urn:sha1:89a89a8cf33e1558e8a477f98a2c73bc224ccf60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benchmark improvements.</title>
<updated>2021-03-17T20:34:17Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-17T20:34:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c6e5cf2e7472ab872a537327a03ef9eb9fcef2a1'/>
<id>urn:sha1:c6e5cf2e7472ab872a537327a03ef9eb9fcef2a1</id>
<content type='text'>
* Build `+RTS -A256m -RTS` into default ghc-options for benchmark,
  so we don't have to specify this separately on the command line.
  This is necessary to get accurate benchmark results; otherwise
  we are largely measuring garbage collecting, some not related
  to the current benchmark.
* Switch back from gauge to tasty-bench.
* Allow specifying BASELINE file in 'make bench' for comparison
  (otherwise the latest is chosen by default).
* Remove obsolete reference to weigh-pandoc from CONTRIBUTING.md.
* Remove `-Rghc-timing` from 'make bench'.
</content>
</entry>
<entry>
<title>Makefile: Add comment documenting benchmark settings.</title>
<updated>2021-03-17T16:25:39Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-17T16:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=84836719aabe055b12d8444f8a6e70c13336f614'/>
<id>urn:sha1:84836719aabe055b12d8444f8a6e70c13336f614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Makefile: add --static to quick target"</title>
<updated>2021-03-17T15:57:25Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-17T15:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f54e218bf86c7de832d5002af5727d7923de272c'/>
<id>urn:sha1:f54e218bf86c7de832d5002af5727d7923de272c</id>
<content type='text'>
This reverts commit 6075b17ae11e5f1670d5d6e715431c4242dfd943.
</content>
</entry>
<entry>
<title>Makefile: add --static to quick target</title>
<updated>2021-03-17T01:04:39Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-17T01:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6075b17ae11e5f1670d5d6e715431c4242dfd943'/>
<id>urn:sha1:6075b17ae11e5f1670d5d6e715431c4242dfd943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase heap space in runtime for benchmarks.</title>
<updated>2021-03-16T22:59:50Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-16T22:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1ef35343288ae7cb1d074c6a25aa5e47fdc55da9'/>
<id>urn:sha1:1ef35343288ae7cb1d074c6a25aa5e47fdc55da9</id>
<content type='text'>
Otherwise we're essentially benchmarking garbage collecting,
which can give very inconsistent results.
</content>
</entry>
<entry>
<title>Makefile: set -j4 in default GHCOPTS</title>
<updated>2021-03-16T20:08:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-03-16T20:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fdaa56cbcd4f4cb905511f2a131018f2e123dd8a'/>
<id>urn:sha1:fdaa56cbcd4f4cb905511f2a131018f2e123dd8a</id>
<content type='text'>
</content>
</entry>
</feed>
