summaryrefslogtreecommitdiff
path: root/src/lib/grok
AgeCommit message (Collapse)Author
2023-11-29Clean 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-11-29Cleanup: whitespace / coding style.Carl Hetherington
2023-11-29Cleanup: whitespace to reduce the diff.Carl Hetherington
2023-11-29Cleanup: include ordering.Carl Hetherington
2023-11-29Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2023-11-29Another patch from Aaron.Carl Hetherington
2023-11-29Cleanup: coding style.Carl Hetherington
2023-11-29Cleanup: coding style.Carl Hetherington
2023-11-29Create 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-11-29Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2023-11-29Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-11-29Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2023-11-29Cleanup: remove unnecessary forward declaration.Carl Hetherington
2023-11-29Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2023-11-29Remove unnecessary using statements.Carl Hetherington
2023-11-29Further patch from Aaron.Carl Hetherington
2023-11-29Tidy up some includes / forward declarations.Carl Hetherington
2023-11-29Remove default constructor from DCPVideo.Carl Hetherington
2023-11-29Move grok headers into src/lib/grokCarl Hetherington