Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | all: Add --version and --help support and unify output formats | A. Wilcox | 2 | -37/+53 | |
2020-05-16 | validator: Add manual page | A. Wilcox | 2 | -0/+63 | |
2020-03-23 | CLI Tools: Update messages, and make them more consistent | A. Wilcox | 1 | -6/+9 | |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 2 | -21/+52 | |
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-10-21 | Use VERSTR for version instead of hardcoding | A. Wilcox | 1 | -1/+1 | |
2019-10-20 | CMake: Set PATH correctly | A. Wilcox | 1 | -1/+1 | |
2019-10-20 | CMake: Make lcov and RSpec first-class targets | A. Wilcox | 1 | -2/+5 | |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 1 | -0/+3 | |
2019-10-19 | tests: Fix Valgrind running (incl. CI job) and PATH for RSpec | A. Wilcox | 1 | -2/+2 | |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 1 | -1/+1 | |
2019-10-19 | CMake: Move tests to their respective target CMakeLists | A. Wilcox | 1 | -0/+10 | |
2019-10-19 | tools: Fix LCOV | A. Wilcox | 1 | -1/+1 | |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 1 | -0/+4 | |
2019-10-14 | hscript-validate: add dangerous -i flag | A. Wilcox | 1 | -0/+3 | |
2019-10-08 | Make +pretty+ a global var instead of passed everywhere | A. Wilcox | 1 | -6/+8 | |
2019-10-07 | validator: Implement -s/--strict for Strict Mode | A. Wilcox | 1 | -0/+3 | |
2019-10-06 | Add some pretty handlers and use them | A. Wilcox | 1 | -8/+5 | |
2019-10-06 | validator: Allow disabling Pretty; default if not TTY | A. Wilcox | 1 | -3/+17 | |
2019-10-06 | validator: Use clipp, add -k/--keep-going flag | A. Wilcox | 1 | -6/+22 | |
2019-10-06 | Beginnings of some extremely basic parsing and a utility | A. Wilcox | 1 | -0/+39 | |
2019-10-06 | Add skeleton logic | A. Wilcox | 2 | -0/+7 | |