Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for LaTeX output.generate-latex | Matthew Krupcale | 2019-03-14 | 9 | -169/+1485 |
| | | | | | | | | * cli/content.cxx: Handle LaTeX generation in format_line and format for escaped and un-escaped CLI translated input. * cli/context.hxx: Add ot_latex to output_type enum. * cli/generator.cxx: Include LaTeX output if gen_latex is specified. * cli/latex.{cxx,hxx}: LaTeX output generation: LaTeX escapes, line-wrapping, and doc, option, class_ traversal * cli/options.{cli,cxx,hxx,ixx}: Add LaTeX generation options | ||||
* | Change version to 1.2.0-b.3.zHEADmaster | Boris Kolpackov | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Release version 1.2.0-b.3 | Boris Kolpackov | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2019-01-16 | 127 | -130/+130 |
| | |||||
* | Suppress MSVC warnings at project level | Karen Arutyunov | 2018-12-03 | 2 | -0/+12 |
| | |||||
* | Add commented out builds value to manifest | Karen Arutyunov | 2018-12-02 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | Bump version to 1.2.0-b.2.z, master is open for business | Boris Kolpackov | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Release version 1.2.0-b.2 | Boris Kolpackov | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | Replace libu with libue in buildfiles | Karen Arutyunov | 2018-09-10 | 3 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Bump build2 version requirement to 0.8.0 | Karen Arutyunov | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | Remove cli tag from manifest | Karen Arutyunov | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Add optional message to invalid_option exception | Boris Kolpackov | 2018-07-07 | 6 | -7/+40 |
| | |||||
* | Regularize .gitignore files | Karen Arutyunov | 2018-06-20 | 1 | -0/+4 |
| | |||||
* | Regularize copyright notes | Karen Arutyunov | 2018-06-05 | 5 | -7/+7 |
| | |||||
* | Remove target/scope irregularity workarounds | Karen Arutyunov | 2018-06-01 | 1 | -4/+4 |
| | |||||
* | Bump version to 1.2.0-b.1.z, master is open for business | Boris Kolpackov | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.2.0-b.1 | Boris Kolpackov | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Update for use with bdep | Boris Kolpackov | 2018-05-23 | 7 | -2/+21 |
| | |||||
* | Fix ubsan errors | Boris Kolpackov | 2018-05-23 | 1 | -4/+17 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2018-05-21 | 127 | -130/+130 |
| | |||||
* | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 2018-05-19 | 11 | -22/+10 |
| | |||||
* | Add support for note formatting in plain text output | Boris Kolpackov | 2018-04-16 | 5 | -33/+188 |
| | |||||
* | 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 | 3 | -5/+175 |
| | | | | | | | | | | | | 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 | 11 | -61/+566 |
| | | | | | 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 | 14 | -4/+2525 |
| | |||||
* | 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 |
| | |||||
* | Adjust tests to new test rule semantics | Boris Kolpackov | 2018-02-02 | 2 | -4/+5 |
| | |||||
* | Fix implicit fallthrough warnings | Boris Kolpackov | 2018-01-11 | 2 | -4/+2 |
| | |||||
* | Minor fixes | Boris Kolpackov | 2018-01-11 | 2 | -4/+4 |
| | |||||
* | Bump toolchain version dependency to 0.7.0 in manifest | Karen Arutyunov | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Fix URLs in manifest (https instead of http, git.* instead of scm.*) | Boris Kolpackov | 2017-11-07 | 1 | -3/+3 |
| | |||||
* | 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 | 2 | -3/+7 |
| | |||||
* | Set test variable to true for unit-tests/exe{*} in root.build | Karen Arutyunov | 2017-08-03 | 1 | -1/+3 |
| | |||||
* | Fix doc-url and src-url manifest values | Karen Arutyunov | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Add .pc to .gitignore | Karen Arutyunov | 2017-07-31 | 1 | -0/+1 |
| | |||||
* | Add doc-url and src-url manifest values | Karen Arutyunov | 2017-07-30 | 1 | -0/+2 |
| |