summaryrefslogtreecommitdiff
path: root/src/job-manager.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-11build: Fix minor compiler warningsTomas Bzatek1-1/+1
2011-01-23Consolidate paths in a separate structTomas Bzatek1-2/+1
This will allow us to pass detailed path info to worker methods. Each path info instance is bound to a currently processed album and directory. Possibly move to struct TItems in the future.
2010-12-12Cleanup header definesTomas Bzatek1-0/+9
2009-05-10Consolidate data typesTomas Bzatek1-2/+4
2009-03-28Multithreading supportTomas Bzatek1-0/+36
Also made progress output a little bit nicer default = 1 thread at once, for safety reasons I've encountered critical issues with ImageMagick compiled with OpenMP support. Hope that package maintainers are clever. ShittyMagickWandGenesis(), ShittyMagickWandTerminus() :-)