summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)AuthorFilesLines
2022-04-15feat: improve logging via env_loggerLars Wirzenius1-10/+46
2022-04-10use Option<&str> instead of &Option<String>Lars Wirzenius2-12/+17
2022-04-10feat! treat warnings as errors by defaultLars Wirzenius2-28/+55
2022-03-24feat! change logging to use log/env_logger instead of tracingLars Wirzenius2-83/+13
2022-02-02chore: rewrite use of chorno crate to use just time crateLars Wirzenius1-3/+6
2021-11-27feat: warn about unused embedded filesLars Wirzenius1-1/+3
2021-11-19metadata: Switch to using pullmark parsingDaniel Silverstone1-2/+5
2021-11-19metadata: Write out templates too, to make it easier to parseDaniel Silverstone1-0/+2
2021-11-19subplot: Rework for impls not template/functionsDaniel Silverstone2-5/+5
2021-11-19various: Rework document to support multiple implementationsDaniel Silverstone2-17/+51
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