Yocto/GL 3.1.0
This release contains several bug fixes and also a change in the build to use std::filesystem. Summary if changes:
- Using
std::filesystem
instead ofghc::filesystem
(#1008, #1011)- This may require a later compiler than before, but brings stability especially on Windows
- Improvements to
yocto_gui
- Generate tests internally (#1004)
- More general command-line parser (#1000)
- Removed Git Submodules
- Applying cpplint (#999)
- Buig fixes (#1005, #1003, #1002, #998)