Beren Minor
Beren Minor
Hi there, I'm very interested in these examples, and I was trying to achieve the same thing after reading the slides from the XDC2014. I realized soon after that it...
Rewriting the whole screen each time is definitely not efficient. Especially when VTE does not signal dirty state anymore... See issue #2
As in the title, src/anyterm/session.cpp#L39 is required because of the dirty flag not being set. Needs some investigation.
Documentation should also be easily and automatically created. There are many available documentation generator, doxygen is quite popular for example.
We have to automatically build unit tests as well. The problem is that quite often, the main function is provided by the test framework itself. Also depending on the test...
As we use file(GLOB ...) to get the list of source files, CMake will not detect changes in the file list on its own and never regenerate the build scripts....