summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)AuthorFilesLines
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius2-71/+7
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius2-1/+23
2021-09-14debug: add tracing calls to help debugLars Wirzenius2-2/+14
2021-09-07subplot: Properly support polyglot bindingsDaniel Silverstone1-7/+10
2021-09-07chore: Unwind global template nameDaniel Silverstone1-1/+6
2021-09-05resources: Hidden subcommand to list internal resourcesDaniel Silverstone1-0/+19
2021-09-05tracing: Un-DRY the code a bit to cope with a guardDaniel Silverstone1-5/+4
2021-09-04tracing: Make formatting better and documentDaniel Silverstone1-12/+36
2021-09-04subplot: Trace without ANSI to file, and always trace to console if not other...Daniel Silverstone1-2/+2
2021-09-04tracing: Add a bunch of TRACE level tracingDaniel Silverstone1-3/+17
2021-09-04chore: Enable tracingDaniel Silverstone1-2/+58
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-3/+3
2021-08-30policy: No parent directory means basedir is curdirDaniel Silverstone1-1/+1
2021-06-19cli: Add flexibility in dot and plantuml locationsDaniel Silverstone1-3/+9
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-05-30bin: Remove obsolete single-call binariesDaniel Silverstone4-288/+0
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: Use new path checking orderDaniel Silverstone3-3/+46
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-04-23version: Add support for git-testament derived version infoDaniel Silverstone1-1/+36
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-02-17refactor: make Style have methods for querying, setting fieldsLars Wirzenius1-1/+3
2021-01-10docgen: Support --resourcesDaniel Silverstone1-1/+5
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone1-10/+7
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone2-0/+7
2020-12-18bindings: Support parameter type mapDaniel Silverstone1-1/+2
2020-10-02feat: add micro-benchmark for BindingsLars Wirzenius1-0/+53
2020-09-28fix(sp-extract)! rename the short option -o to -d as expectedLars Wirzenius1-1/+1
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius5-10/+18
2020-06-20Merge branch 'extract' into 'master'Daniel Silverstone1-0/+46
2020-06-08feat: add sp-extract for extracting data files from subplotsLars Wirzenius1-0/+46
2020-06-08feat(sp-meta): list names of embedded files in outputLars Wirzenius1-0/+8
2020-05-24feat: sp-meta now supports json outputDaniel Silverstone1-2/+29
2020-05-21refactor: make sp-meta structure based ready for jsonDaniel Silverstone1-18/+69
2020-05-20feat!: allow multiple bindings and functions filesLars Wirzenius1-2/+9
2020-05-09Change: use a base directory for relative pathsLars Wirzenius4-12/+24
2020-05-08chore: Update to pandoc 0.8.0 releaseDaniel Silverstone1-7/+1
2020-05-02Change: produce docgen output if missing or older than any sourceLars Wirzenius3-39/+35
2020-05-01Fix: nits found by cargo clippyLars Wirzenius2-6/+0