summaryrefslogtreecommitdiff
path: root/src/wx/grok
AgeCommit message (Collapse)Author
2023-10-16Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
It should be allowed to not have any grok stuff in the config file, and we should generally call it grok rather than GPU in case other non-grok GPU stuff arrives in the future.
2023-10-16Cleanup: whitespace / coding style.Carl Hetherington
2023-10-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-10-16Add missing copyright banner.Carl Hetherington
2023-10-16Remove C++17-ism.Carl Hetherington
2023-10-16Copy-edit GUI strings.Carl Hetherington
2023-10-16Check for errors when calling the GPU lister.Carl Hetherington
2023-10-16Move grok headers into src/wx/grokCarl Hetherington