Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-13 | tools: Add new hscript-fromjson tool | A. Wilcox | 1 | -0/+22875 | |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 1 | -7024/+0 | |
This changes how options are parsed a bit, but tests are happy and typical usage is unaffected; just the usage screen is different. This was intended for post-1.0, but turns out I decided to do it. Boost is already required for pre-C++11, so it doesn't seem like a big deal to use. If you don't build the tools, it won't be required. | |||||
2019-11-19 | Add LGPL-3.0-only Section library to 3rdparty libs | A. Wilcox | 2 | -0/+149 | |
2019-10-06 | validator: Use clipp, add -k/--keep-going flag | A. Wilcox | 1 | -0/+7024 | |