| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year | Karen Arutyunov | 2019-01-16 | 66 | -67/+67 |
| | | |||||
| * | Escape more line-leading characters in man output | Boris Kolpackov | 2018-11-20 | 1 | -3/+12 |
| | | | | | Failed that, groff will treat them as macros/special. | ||||
| * | Replace libu with libue in buildfiles | Karen Arutyunov | 2018-09-10 | 1 | -4/+4 |
| | | |||||
| * | Recognize \\ escape sequence in pre-formatted fragments | Boris Kolpackov | 2018-09-03 | 1 | -13/+32 |
| | | | | | | | | | Without this there were no way to correctly represent this sequence: \ \\\" \ | ||||
| * | Allow lists inside notes for HTML output | Boris Kolpackov | 2018-08-02 | 1 | -1/+5 |
| | | |||||
| * | Add optional message to invalid_option exception | Boris Kolpackov | 2018-07-07 | 6 | -7/+40 |
| | | |||||
| * | Update for use with bdep | Boris Kolpackov | 2018-05-23 | 1 | -0/+5 |
| | | |||||
| * | Fix ubsan errors | Boris Kolpackov | 2018-05-23 | 1 | -4/+17 |
| | | |||||
| * | Update copyright year | Karen Arutyunov | 2018-05-21 | 66 | -67/+67 |
| | | |||||
| * | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 2018-05-19 | 1 | -1/+1 |
| | | |||||
| * | Add support for note formatting in plain text output | Boris Kolpackov | 2018-04-16 | 4 | -23/+61 |
| | | |||||
| * | Change "inline block" term to "span" not to confuse with "block block" | Boris Kolpackov | 2018-04-12 | 1 | -108/+108 |
| | | |||||
| * | Add support for note block and span | Boris Kolpackov | 2018-04-12 | 1 | -5/+87 |
| | | | | | | | | | | | | | For example: \N|This is a block note. It may consist of multiple paragraphs.| And this is \N{an inline note} that is inside a paragraph. Notes are currently only support for the html output. | ||||
| * | Implement combined flags (-xyz vs -x -y -z) and values (--foo=bar) support | Boris Kolpackov | 2018-04-01 | 6 | -61/+414 |
| | | | | | | Both are enabled by default but can be disable with --no-combined-flags and --no-combined-values options. | ||||
| * | Return bool from parse() indicating whether anything has been parsed | Boris Kolpackov | 2018-03-24 | 4 | -20/+51 |
| | | |||||
| * | Add --keep-separator option | Boris Kolpackov | 2018-03-24 | 5 | -4/+55 |
| | | |||||
| * | Document argument groups | Boris Kolpackov | 2018-03-24 | 1 | -3/+47 |
| | | |||||
| * | Implement group_scanner | Boris Kolpackov | 2018-03-21 | 10 | -4/+2307 |
| | | |||||
| * | Guarantee validity of values returned by scanner for two arguments | Boris Kolpackov | 2018-03-21 | 6 | -15/+45 |
| | | |||||
| * | Add support for exclude-base value in --class-doc option | Boris Kolpackov | 2018-03-19 | 7 | -17/+61 |
| | | |||||
| * | Add vector_scanner::reset() | Boris Kolpackov | 2018-03-19 | 2 | -0/+9 |
| | | |||||
| * | Add missing include when generating vector_scanner support | Boris Kolpackov | 2018-03-13 | 1 | -2/+5 |
| | | |||||
| * | Set "code" style for code-only paragraphs, cleanup nested <code></code> | Boris Kolpackov | 2018-03-05 | 1 | -1/+54 |
| | | |||||
| * | Add "\ " escaping to specify non-ignorable space | Boris Kolpackov | 2018-03-04 | 1 | -0/+25 |
| | | | | | | This can used to manually align things (e.g., in synopsis) but will only work if the entire lines are in \c{}. | ||||
| * | Don't translate arguments in pre-formatted fragments | Boris Kolpackov | 2018-02-12 | 1 | -25/+44 |
| | | |||||
| * | Fix implicit fallthrough warnings | Boris Kolpackov | 2018-01-11 | 2 | -4/+2 |
| | | |||||
| * | Minor fixes | Boris Kolpackov | 2018-01-11 | 1 | -2/+2 |
| | | |||||
| * | Don't clean generated cli files from src | Karen Arutyunov | 2017-08-24 | 1 | -2/+5 |
| | | |||||
| * | Don't distribute generated version.hxx and don't clean version | Karen Arutyunov | 2017-08-21 | 1 | -1/+0 |
| | | |||||
| * | Convert to use utility library | Karen Arutyunov | 2017-07-30 | 1 | -4/+5 |
| | | |||||
| * | Make use of wildcards in buildfiles | Karen Arutyunov | 2017-07-15 | 1 | -37/+4 |
| | | |||||
| * | Remove stray semicolon from generated code | Boris Kolpackov | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.2.0-b.0.z, switch to version module | Boris Kolpackov | 2017-04-29 | 4 | -1/+53 |
| | | |||||
| * | Rework build2 cli compilation | Boris Kolpackov | 2017-03-03 | 1 | -6/+6 |
| | | |||||
| * | Update copyright year | Boris Kolpackov | 2017-01-03 | 65 | -66/+66 |
| | | |||||
| * | Add support for build2 for tests and examples | Karen Arutyunov | 2016-11-22 | 4 | -12/+12 |
| | | |||||
| * | Start switch to build2 | Boris Kolpackov | 2016-11-15 | 68 | -1046/+197 |
| | | |||||
| * | Bump version to 1.2.0-a2 | Boris Kolpackov | 2016-11-14 | 1 | -1/+1 |
| | | |||||
| * | Add class to preface TOC element so that it can be styled | Boris Kolpackov | 2016-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add --omit-link-check option | Boris Kolpackov | 2016-09-03 | 5 | -11/+41 |
| | | |||||
| * | Add support for escaping pre-formatted fragment marker | Boris Kolpackov | 2016-09-02 | 1 | -3/+10 |
| | | | | | | | | | | | | | For example: \ \\ \ Of course now we cannot specify the literal escape sequence. Perhaps we should recognize a line consisting of N (N > 1) back slashes and output all but the first. | ||||
| * | Support suppressing CLI runtime generation (--suppress-cli) | Boris Kolpackov | 2016-06-20 | 5 | -7/+44 |
| | | | | | This is useful in pure-help pages. | ||||
| * | Add support for generating vector<string> scanner (--generate-vector-scanner) | Boris Kolpackov | 2016-02-12 | 7 | -0/+119 |
| | | |||||
| * | Strip .br from man .IP value, add .br after to force newline | Boris Kolpackov | 2016-02-11 | 1 | -1/+39 |
| | | |||||
| * | Remove empty <th> from preface TOC entries | Boris Kolpackov | 2016-02-11 | 1 | -4/+9 |
| | | |||||
| * | Add support for re-mapping HTML headings | Boris Kolpackov | 2016-02-11 | 5 | -16/+80 |
| | | |||||
| * | Improve generic value parser (extract char) | Boris Kolpackov | 2016-02-11 | 1 | -4/+7 |
| | | |||||
| * | Assign numbers to TOC headings | Boris Kolpackov | 2016-02-11 | 2 | -0/+25 |
| | | |||||
| * | Implement links in TOC | Boris Kolpackov | 2016-02-11 | 1 | -0/+8 |
| | | |||||
| * | Add support for ids in paragraphs, local fragment references in links | Boris Kolpackov | 2016-02-11 | 4 | -19/+148 |
| | | | | | | | | | | | For example: " \h#hello|Hello Example| See the \l{#hello Hello Example} " | ||||
