| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-18 | Remove trypandoc Makefile. | John MacFarlane | |
| 2022-08-17 | Integrate server into main pandoc. | John MacFarlane | |
| - Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document. | |||
| 2022-08-15 | make debpkg: get rid of docker.log. | John MacFarlane | |
| Let things come out on the CI output. | |||
| 2022-08-15 | Makefile: Add man target. | John MacFarlane | |
| 2022-08-15 | Beginning of man page for pandoc-server. | John MacFarlane | |
| 2022-08-03 | Convert tool/extract-changes.hs to a Lua filter. | John MacFarlane | |
| 2022-06-10 | Use ghc 9.2.3 for linux builds. | John MacFarlane | |
| 2022-03-31 | Use timestamp when storing latest bench. | John MacFarlane | |
| 2022-03-29 | Makefile: allow GHCOPTS in quick-cabal target | John MacFarlane | |
| 2022-03-24 | Use cabal for 'make bench'. | John MacFarlane | |
| 2022-03-24 | Makefile: Use cabal for default build | John MacFarlane | |
| 2022-03-16 | Remove obsolete stuff from Makefile. | John MacFarlane | |
| 2022-03-13 | Use ghc4pandoc:9.2.2 docker image for linux build | John MacFarlane | |
| 2022-02-05 | Lua docs: allow to auto-generate Lua module documentations | Albert Krewinkel | |
| No documentations are generated for now, this just adds the necessary code and auto-formats file `doc/lua-filters.md`. | |||
| 2022-01-31 | Makefile: add 'make help', trim some useless targets.2.17.1.1 | John MacFarlane | |
| 2022-01-13 | Use ghc4pandoc 9.0.2 image for faster linux builds. | John MacFarlane | |
| 2022-01-12 | Fix 'make trypandoc' target. | John MacFarlane | |
| 2022-01-12 | Use ghc4pandoc 8.10.7 docker image for linux builds.2.17 | John MacFarlane | |
| 9.2.1 still fails without special treatment. | |||
| 2022-01-12 | Use ghc 9.2.1 docker image for deb pkg. | John MacFarlane | |
| 2022-01-09 | make check: check for unreleased dependencies | John MacFarlane | |
| 2021-12-18 | Improve 'make check'. | John MacFarlane | |
| 2021-10-31 | Makefile: use --nonmoving-gc RTS option when running benchmarks.2.16 | John MacFarlane | |
| As recommended by tasty maintainers. | |||
| 2021-10-31 | Makefile: remove man/pandoc.1 dependency for debpkg. | John MacFarlane | |
| 2021-10-10 | Makefile; fix quick-cabal executable path report | John MacFarlane | |
| 2021-10-05 | Improve quick-cabal target | John MacFarlane | |
| 2021-09-16 | Use --system-ghc in make quick. | John MacFarlane | |
| 2021-09-16 | Fix quick-cabal target | John MacFarlane | |
| 2021-09-13 | Modernize quick-cabal Makefile target | John MacFarlane | |
| 2021-09-08 | Makefile: disable ansi tricks for tasty; use v2- instead of new-. | John MacFarlane | |
| 2021-03-18 | Change -A256m to -A8m in GHCOPTS | John MacFarlane | |
| 2021-03-18 | make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options. | John MacFarlane | |
| 2021-03-17 | Benchmark improvements. | John MacFarlane | |
| * 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-17 | Makefile: Add comment documenting benchmark settings. | John MacFarlane | |
| 2021-03-17 | Revert "Makefile: add --static to quick target" | John MacFarlane | |
| This reverts commit 6075b17ae11e5f1670d5d6e715431c4242dfd943. | |||
| 2021-03-16 | Makefile: add --static to quick target | John MacFarlane | |
| 2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | |
| Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results. | |||
| 2021-03-16 | Makefile: set -j4 in default GHCOPTS | John MacFarlane | |
| 2021-03-16 | make quick: re-use GHCOPTS for tests | John MacFarlane | |
| 2021-03-16 | Use BENCHARGS in 'make bench'. | John MacFarlane | |
| 2021-03-16 | make quick: use -j4 to speed up build | John MacFarlane | |
| 2021-03-15 | Switch to gauge for now for benchmarks. | John MacFarlane | |
| tasty-bench is displaying odd behavior, with different timings depending on the `--pattern` specified. | |||
| 2021-03-15 | Add compiler timings to 'make bench' | John MacFarlane | |
| 2021-03-13 | Add ghcid-test to Makefile | John MacFarlane | |
| 2021-03-06 | Set --user in docker run to avoid permission issues. | John MacFarlane | |
| We were unable previously to write to the artifacts directory. | |||
| 2021-03-06 | Avoid subprocess for docker run. | John MacFarlane | |
| 2021-03-06 | make debpkg: send docker output to docker.log in the host. | John MacFarlane | |
| Otherwise once the container is gone we can't figure out what happened. | |||
| 2021-03-06 | Makefile: Remove ARCH | John MacFarlane | |
| 2021-03-06 | Don't --rm docker. | John MacFarlane | |
| 2021-03-06 | Fix docker image. | John MacFarlane | |
| 2021-03-05 | More Makefile tweaks around docker linux build. | John MacFarlane | |
