Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | all: Add --version and --help support and unify output formats | A. Wilcox | 2 | -33/+49 | |
2020-05-16 | simulator: Add manual page | A. Wilcox | 2 | -0/+86 | |
2020-03-23 | CLI Tools: Update messages, and make them more consistent | A. Wilcox | 1 | -5/+8 | |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 2 | -15/+44 | |
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/+7 | |
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 | -3/+3 | |
2019-10-13 | Test other tool params; output generator comment in simulator script | A. Wilcox | 1 | -6/+8 | |
2019-10-13 | hscript, tools: Support shell writing in Simulator | A. Wilcox | 1 | -6/+10 | |
2019-10-12 | tools: Add new tool, hscript-simulate, for simulation of script execution | A. Wilcox | 2 | -0/+77 | |