summaryrefslogtreecommitdiff
path: root/src/bin/sp-codegen.rs
AgeCommit message (Expand)AuthorFilesLines
2021-05-30bin: Remove obsolete single-call binariesDaniel Silverstone1-74/+0
2021-05-20bins: Switch to SUBPLOT_PLEASE=1 for separate binariesDaniel Silverstone1-2/+8
2021-05-02resources: Use new path checking orderDaniel Silverstone1-1/+1
2021-05-01bin: Emit warnings from old sp-* binariesDaniel Silverstone1-0/+3
2021-04-09CLI: Refactor out document loadingDaniel Silverstone1-6/+4
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone1-10/+7
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone1-0/+4
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius1-2/+3
2020-05-09Change: use a base directory for relative pathsLars Wirzenius1-1/+2
2020-04-22Refactor: move code generation logic to src/codegen.rsLars Wirzenius1-74/+5
2020-04-22Refactor: drop commented out codeLars Wirzenius1-3/+0
2020-04-22Refactor: reorg code in sp-codegen.rs for cleanlinessLars Wirzenius1-38/+52
2020-04-22Change: get Python template from templates/python/template.{yaml.py}Lars Wirzenius1-6/+24
2020-04-13Refactor: move check that document has title to lint methodLars Wirzenius1-1/+0
2020-04-10Change: check for embedded files with non-unique namesLars Wirzenius1-0/+1
2020-03-28Change: use anyhow::Result as a generic result typeLars Wirzenius1-1/+3
2020-02-15Change: require docgen, codegen to fail if document has no titleLars Wirzenius1-0/+2
2020-01-12Fix: handle non-zero exit code from test program, when running itLars Wirzenius1-5/+6
2020-01-10Add: --templates option to sp-codegenLars Wirzenius1-3/+11
2020-01-08Change: use tera templates for generating Python codeLars Wirzenius1-156/+36
2020-01-07Change: improve how structopt is used in codegenLars Wirzenius1-3/+8
2020-01-07Change: use structopt in sp-meta, not raw command line parsingLars Wirzenius1-1/+1
2020-01-06Change: test program creates temp dir and chdirs to itLars Wirzenius1-0/+9
2020-01-06Add: progress reporting in generated test programLars Wirzenius1-1/+8
2020-01-06Add: sp-codegen --output option (mandatory)Lars Wirzenius1-31/+84
2020-01-06Add: allow test data files to be embedded in MarkdownLars Wirzenius1-0/+16
2020-01-05Refactor: rustfmtLars Wirzenius1-1/+1
2020-01-05Change: use structopt in sp-codegenLars Wirzenius1-3/+14
2020-01-05Refactor: use std::io::copyLars Wirzenius1-7/+3
2020-01-05Refactor: drop unnecessary type declarationLars Wirzenius1-1/+1
2020-01-04Fix: drop unnecessary lifetimeLars Wirzenius1-1/+1
2020-01-04Add: very rudimentary code generatorLars Wirzenius1-0/+114