summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-21metadata: Support quoted stringsDaniel Silverstone1-2/+13
2020-12-18bindings: Change typemap to use an enumDaniel Silverstone3-45/+114
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone4-0/+43
2020-12-18bindings: Add check that captured text matches the kind patternsDaniel Silverstone2-2/+31
2020-12-18bindings: Add tests for simple-pattern and typemap scenariosDaniel Silverstone1-0/+58
2020-12-18bindings: Use/amend the typemap when parsing simple patternsDaniel Silverstone2-16/+52
2020-12-18bindings: Refactor kinds into a lazy static for reuseDaniel Silverstone1-14/+23
2020-12-18bindings: Support parameter type mapDaniel Silverstone3-16/+118
2020-12-18chore: Undo unnecessary allow attributesDaniel Silverstone2-4/+2
2020-12-18bindings: use matches macroDaniel Silverstone1-12/+12
2020-12-10codegen: Add tests for new filtersDaniel Silverstone1-0/+37
2020-12-10codegen: Add commentsafe filterDaniel Silverstone1-0/+19
2020-12-10codegen: Add a nameslug filterDaniel Silverstone1-0/+20
2020-12-05Revert "clippy: Use matches macro"Lars Wirzenius1-12/+12
2020-12-03codegen: Make template metadata entry mandatoryDaniel Silverstone2-4/+13
2020-12-03clippy: Use matches macroDaniel Silverstone1-12/+12
2020-11-21chore(src/visitor/structure.rs): push a char instead of push_strLars Wirzenius3-7/+7
2020-11-05Merge branch 'kinnison/pikchr' into 'main'Lars Wirzenius1-1/+1
2020-11-05chore: Use more efficient to_string, thanks clippyDaniel Silverstone1-1/+1
2020-11-05fix(src/doc.rs): handle new variant of pandoc.execute() successLars Wirzenius1-1/+1
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone3-2/+33
2020-11-04graphmarkup: Add pikchr rendererDaniel Silverstone3-1/+38