summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-20feat: when more than one bindings match a step, list all of themLars Wirzenius4-21/+58
2021-06-19plantuml: Pass dot path into plantumlDaniel Silverstone1-0/+2
2021-06-19build: Support dot/plantuml.jar paths via build environment variablesDaniel Silverstone1-3/+14
2021-06-19cli: Add flexibility in dot and plantuml locationsDaniel Silverstone3-9/+57
2021-06-18tests: Move bindings microbenchmark to an integration testDaniel Silverstone1-54/+0
2021-06-11cli: Sort output of metadata commandDaniel Silverstone1-6/+12
2021-06-06graphmarkup: Support JAVA_HOME for plantuml launchDaniel Silverstone1-4/+26
2021-05-30bin: Remove obsolete single-call binariesDaniel Silverstone4-288/+0
2021-05-22Merge branch 'clippy-chores' into 'main'Daniel Silverstone4-67/+39
2021-05-20chore: Fix a bunch of clippy lintsDaniel Silverstone4-67/+39
2021-05-20bins: Switch to SUBPLOT_PLEASE=1 for separate binariesDaniel Silverstone4-8/+32
2021-05-02chore: Fix up some clippy lintsDaniel Silverstone1-4/+1
2021-05-02resources: Remove some unnecessary `pub`Daniel Silverstone1-2/+2
2021-05-02resources: Use new path checking orderDaniel Silverstone4-6/+61
2021-05-02Merge branch 'multi-ast' into 'main'Lars Wirzenius2-0/+9
2021-05-02Merge branch 'split-binaries-warn' into 'main'Lars Wirzenius4-0/+12
2021-05-01bin: sp-filter -> subplot-filterDaniel Silverstone1-0/+0
2021-05-01bin: Emit warnings from old sp-* binariesDaniel Silverstone4-0/+12
2021-05-01pandoc_ast: Support multiple versions of pandoc_astDaniel Silverstone2-0/+9
2021-04-23version: Add support for git-testament derived version infoDaniel Silverstone1-1/+36
2021-04-14refactor: don't use anyhow in the library part of the crateLars Wirzenius2-12/+17
2021-04-09chore: Clear some clippy lintsDaniel Silverstone4-11/+7
2021-04-09subplot: Add initial Codegen code into binaryDaniel Silverstone1-2/+62
2021-04-09subplot: Copy in sp-docgen contentDaniel Silverstone1-1/+96
2021-04-09bin: Add metadata subcommand to subplotDaniel Silverstone1-0/+31
2021-04-09bin: Abstract metadata handlingDaniel Silverstone2-108/+111
2021-04-09bin: Add filter support to subplot binaryDaniel Silverstone1-3/+55
2021-04-09bin: Initial subplot binary, only implements extractDaniel Silverstone1-0/+111
2021-04-09sp-extract: Move file extractionDaniel Silverstone2-12/+14
2021-04-09CLI: Refactor out document loadingDaniel Silverstone5-15/+28
2021-04-09resource: Remove doc comment which confuses CLI helpDaniel Silverstone1-4/+5
2021-02-17Merge branch 'examples2' into 'main'Daniel Silverstone3-3/+19
2021-02-17refactor: make Style have methods for querying, setting fieldsLars Wirzenius3-3/+19
2021-02-17refactor: get_title can't fail, so don't return a ResultLars Wirzenius1-4/+4
2021-02-13structure: Support additional inline kindDaniel Silverstone1-0/+1
2021-01-23codegen: Load helpers before main templateDaniel Silverstone1-9/+8
2021-01-16Merge branch 'vfs' into 'main'Lars Wirzenius8-47/+189
2021-01-16doc: Permit noNumberLines as a valid classDaniel Silverstone1-2/+3
2021-01-16typeset: recognise noNumberLines to invert default numberLinesDaniel Silverstone1-1/+9
2021-01-10resource: Use a fallback path if neededDaniel Silverstone1-1/+9
2021-01-10docgen: Support --resourcesDaniel Silverstone1-1/+5
2021-01-10metadata: Acquire the template spec during doc load if possibleDaniel Silverstone1-5/+18
2021-01-10resource: Support setting the template nameDaniel Silverstone1-0/+32
2021-01-10resources: Rearrange share/ structure ready for lib importDaniel Silverstone1-3/+3
2021-01-10resource: Support embedded the resourcesDaniel Silverstone1-3/+15
2021-01-10resource: Support more than one --resource on the CLIDaniel Silverstone1-2/+3
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone3-14/+36
2021-01-09resource: Add support for multiple search pathsDaniel Silverstone1-2/+36
2021-01-09chore: Simplify to use resource::read_as_stringDaniel Silverstone4-19/+6
2021-01-09resource: Step one of VFS support, redirect all opensDaniel Silverstone5-10/+39