summaryrefslogtreecommitdiff
path: root/src/wx/grok
AgeCommit message (Collapse)Author
2024-11-29Remove config of grok server port (#2900).Carl Hetherington
The server now always uses port 80.
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-01-28Clean 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.
2024-01-28Cleanup: whitespace / coding style.Carl Hetherington
2024-01-28Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2024-01-28Add missing copyright banner.Carl Hetherington
2024-01-28Remove C++17-ism.Carl Hetherington
2024-01-28Copy-edit GUI strings.Carl Hetherington
2024-01-28Check for errors when calling the GPU lister.Carl Hetherington
2024-01-28Move grok headers into src/wx/grokCarl Hetherington