summaryrefslogtreecommitdiff
path: root/src/lib/grok
AgeCommit message (Collapse)Author
2023-12-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-12-16Cleanup: whitespace / coding style.Carl Hetherington
2023-12-16Cleanup: whitespace to reduce the diff.Carl Hetherington
2023-12-16Cleanup: include ordering.Carl Hetherington
2023-12-16Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2023-12-16Another patch from Aaron.Carl Hetherington
2023-12-16Cleanup: coding style.Carl Hetherington
2023-12-16Cleanup: coding style.Carl Hetherington
2023-12-16Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
I think this makes sense, and also allows us to forward-declare the contexts in a forthcoming commit.
2023-12-16Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2023-12-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-12-16Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2023-12-16Cleanup: remove unnecessary forward declaration.Carl Hetherington
2023-12-16Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2023-12-16Remove unnecessary using statements.Carl Hetherington
2023-12-16Further patch from Aaron.Carl Hetherington
2023-12-16Tidy up some includes / forward declarations.Carl Hetherington
2023-12-16Remove default constructor from DCPVideo.Carl Hetherington
2023-12-16Move grok headers into src/lib/grokCarl Hetherington