summaryrefslogtreecommitdiff
path: root/src/wx/grok
AgeCommit message (Collapse)Author
2025-03-08Get gpu_lister path from config.Carl Hetherington
2025-03-08Avoid temporary file for listing GPUs.Carl Hetherington
2025-03-08Move get_gpu_names() to its own file.Carl Hetherington
2025-03-08Don't use an optional for the Grok config object.Carl Hetherington
I'm not sure why I did it like this in the first place - perhaps so that if the API endpoint changes there aren't so many old values stuck in config files all over the place? Anyway, it seems cleaner to do it like this, as it's how we handle the other config.
2025-03-03Fix Grok build after changes to preferences code.Carl Hetherington
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