Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | Use Boost's program_options instead of vendoring clipp | Calvin Buckley | 5 | -36/+99 |
2019-10-21 | Use VERSTR for version instead of hardcoding | A. Wilcox | 2 | -2/+2 |
2019-10-20 | CMake: Set PATH correctly | A. Wilcox | 2 | -2/+2 |
2019-10-20 | CMake: Make lcov and RSpec first-class targets | A. Wilcox | 2 | -4/+10 |
2019-10-20 | Fix tests when install env code is disabled | A. Wilcox | 2 | -0/+10 |
2019-10-19 | tests: Fix Valgrind running (incl. CI job) and PATH for RSpec | A. Wilcox | 2 | -4/+4 |
2019-10-19 | tests: Rework RSpec stuff entirely | A. Wilcox | 2 | -2/+2 |
2019-10-19 | CMake: Move tests to their respective target CMakeLists | A. Wilcox | 2 | -0/+20 |
2019-10-19 | tools: Fix LCOV | A. Wilcox | 2 | -4/+4 |
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-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 | 3 | -0/+78 |
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 | 3 | -0/+8 |