Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-20 | Docx writer: extract Table handling into separate module | Albert Krewinkel | 1 | -0/+2 | |
2021-04-18 | Use lastest unicode-collation. | John MacFarlane | 1 | -1/+1 | |
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 1 | -1/+0 | |
[API change] Use Lang from UnicodeCollation.Lang instead. This is a richer implementation of BCP 47. | |||||
2021-04-17 | Move getLang from BCP47 -> T.P.Writers.Shared. | John MacFarlane | 1 | -0/+1 | |
[API change] | |||||
2021-04-15 | Use latest xml-conduit. | John MacFarlane | 1 | -1/+1 | |
2021-03-31 | Require text for trypandoc (#7193) | Roman Beránek | 1 | -1/+1 | |
2021-03-24 | Allow attoparsec 0.14.x. | John MacFarlane | 1 | -1/+1 | |
2021-03-22 | Require latest skylighting (fixes a bug in XML syntax highlighting). | John MacFarlane | 1 | -2/+2 | |
2021-03-20 | Bump to 2.13, update changelog | John MacFarlane | 1 | -1/+1 | |
2021-03-19 | Tests: Use getExecutablePath from base... | John MacFarlane | 1 | -1/+0 | |
avoiding the need to depend on the executable-path package. | |||||
2021-03-19 | Narrow version bounds for skylighting, citeproc, and texmath. | John MacFarlane | 1 | -4/+4 | |
This reduces the chance that tests will fail due to behavior changes in one of these dependencies. (See e.g. #7163) | |||||
2021-03-19 | Use skylighting 0.10.5. | John MacFarlane | 1 | -2/+2 | |
This fixes a bad regression in Haskell syntax highlighting. | |||||
2021-03-18 | Require safe >= 0.3.18 and remove cpp. | John MacFarlane | 1 | -1/+1 | |
2021-03-18 | Don't bake in extra stack size to the executables. | John MacFarlane | 1 | -1/+1 | |
I don't think this is necessary; stack overflows generally indicate a code problem and should be fixed (and have been when reported). | |||||
2021-03-18 | Bump to 2.12.1 and update changelog. | John MacFarlane | 1 | -1/+1 | |
2021-03-18 | Use -A8m for default rtsopts for benchmark | John MacFarlane | 1 | -1/+1 | |
2021-03-18 | pandoc.cabal: bake in -A8m to rtsopts. | John MacFarlane | 1 | -1/+1 | |
This reserves a larger allocation area and reduces GC, speeding up execution. | |||||
2021-03-17 | Update bounds for random (#7156) | Alexey Kuleshevich | 1 | -1/+1 | |
2021-03-17 | Benchmark improvements. | John MacFarlane | 1 | -2/+4 | |
* 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'. | |||||
2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | 1 | -0/+1 | |
Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results. | |||||
2021-03-15 | Switch to gauge for now for benchmarks. | John MacFarlane | 1 | -3/+3 | |
tasty-bench is displaying odd behavior, with different timings depending on the `--pattern` specified. | |||||
2021-03-15 | Require texmath 0.12.2 | John MacFarlane | 1 | -1/+1 | |
2021-03-14 | Require latest doclayout and skylighting. | John MacFarlane | 1 | -3/+3 | |
2021-03-13 | Use eciteproc >= 0.3.0.9 | John MacFarlane | 1 | -1/+1 | |
2021-03-13 | Use jira-wiki-markup 1.3.4 | Albert Krewinkel | 1 | -1/+1 | |
Jira reader: * Fixed parsing of autolinks (i.e., of bare URLs in the text). Previously an autolink would take up the rest of a line, as spaces were allowed characters in these items. * Emoji character sequences no longer cause parsing failures. This was due to missing backtracking when emoji parsing fails. Jira writer: * Block quotes are only rendered as `bq.` if they do not contain a linebreak. | |||||
2021-03-09 | Re-add a needed dependency for benchmark. | John MacFarlane | 1 | -0/+1 | |
2021-03-09 | Revert "Use -Wunused-packages on ghc >= 8.10." | John MacFarlane | 1 | -2/+0 | |
This reverts commit 7a1d0f01e94d115f361ead110b60174bfc732033. This option gives confusing output when a build is interrupted, suggesting that packages aren't required when we just didn't get to the model that requires them. | |||||
2021-03-09 | Remove some unused packages from pandoc.cabal. | John MacFarlane | 1 | -4/+2 | |
2021-03-09 | Use -Wunused-packages on ghc >= 8.10. | John MacFarlane | 1 | -0/+2 | |
2021-03-04 | Bump version to 2.12 | John MacFarlane | 1 | -1/+1 | |
2021-03-03 | Revert "Add T.P.Readers.LaTeX.Include." | John MacFarlane | 1 | -1/+0 | |
This reverts commit b569b0226d4bd5e0699077089d54fb03d4394b7d. Memory usage improvement in compilation wasn't very significant. | |||||
2021-03-03 | Add T.P.Readers.LaTeX.Include. | John MacFarlane | 1 | -0/+1 | |
2021-03-03 | Remove T.P.Readers.LaTeX.Accent. | John MacFarlane | 1 | -1/+0 | |
Incorporate accentCommands into T.P.Readers.LaTeX.Inline. | |||||
2021-03-03 | Split out T.P.Readers.LaTeX.Inline. | John MacFarlane | 1 | -5/+6 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Util. | John MacFarlane | 1 | -0/+1 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Citation. | John MacFarlane | 1 | -0/+1 | |
2021-03-02 | Split out T.P.Writers.LaTeX.Lang. | John MacFarlane | 1 | -0/+1 | |
2021-03-02 | Split up T.P.Writers.Markdown... | John MacFarlane | 1 | -0/+2 | |
with T.P.Writers.Markdown.Types and T.P.Writers.Markdown.Inline. The module was difficult to compile on low-memory system.s | |||||
2021-03-01 | Make T.P.Readers.LaTeX.Types an unexported module. | John MacFarlane | 1 | -1/+1 | |
[API change] This is really an implementation detail that shouldn't be exposed in the public API. | |||||
2021-03-01 | Factor out T.P.Readers.LaTeX.Macro. | John MacFarlane | 1 | -0/+1 | |
2021-02-28 | Factor out T.P.Readers.LaTeX.Math. | John MacFarlane | 1 | -0/+1 | |
2021-02-28 | trypandoc: add 2 second timeout. | John MacFarlane | 1 | -1/+1 | |
2021-02-28 | Factor out T.P.Readers.LaTeX.Citation. | John MacFarlane | 1 | -0/+1 | |
2021-02-27 | Factor out T.P.Readers.LaTeX.Table. | John MacFarlane | 1 | -0/+1 | |
2021-02-27 | Split off T.P.Readers.LaTeX.Accent. | John MacFarlane | 1 | -0/+1 | |
To help reduce memory demands compiling the main LaTeX reader. | |||||
2021-02-27 | Use skylighting 0.10.4. | John MacFarlane | 1 | -2/+2 | |
This version of skylighting uses xml-conduit rather than hxt. This speeds up parsing of XML syntax definitions fourfold, and removes four packages from pandoc's dependency graph: hxt-charproperties hxt-unicode hxt-regex-xmlschema hxt | |||||
2021-02-22 | Use latest skylighting. | John MacFarlane | 1 | -2/+2 | |
2021-02-22 | Remove weigh-pandoc. | John MacFarlane | 1 | -8/+0 | |
It's not really useful any more, now that our regular benchmarks include data on allocation. | |||||
2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | 1 | -1/+1 | |
2021-02-18 | Allow base64-bytestring-1.2.* | Dmitrii Kovanikov | 1 | -2/+2 | |