# # ChangeLog for src/Fragmentation/Automation/FragmentController.hpp # # Generated by Trac 1.4.4 # Mar 21, 2025, 4:10:59 PM Mon, 02 Jul 2012 08:32:08 GMT Frederik Heber [d57585] * src/Fragmentation/Automation/ExitflagContainer.hpp (added) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Operations/AsyncOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Controllers/CheckResultsOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Controllers/ReceiveResultsOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Controllers/SendJobsOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Operation.hpp (modified) * src/Fragmentation/Automation/Operations/Servers/SendJobToWorkerOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Servers/ShutdownWorkerOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Workers/EnrollInPoolOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Workers/ObtainJobOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Workers/SubmitResultOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Workers/SubmitResultOperation.hpp (modified) * src/Fragmentation/Automation/Pool/PoolWorker.cpp (modified) * src/Fragmentation/Automation/Pool/PoolWorker.hpp (modified) Added ExitflagContainer that FragmentController and PoolWorker use. ... Mon, 02 Jul 2012 08:31:59 GMT Frederik Heber [b15c4f] * src/Fragmentation/Automation/ControllerChoices.hpp (modified) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Operations/Controllers/RemoveAllWorkerOperation.cpp (added) * src/Fragmentation/Automation/Operations/Controllers/RemoveAllWorkerOperation.hpp (added) * src/Fragmentation/Automation/Pool/PoolWorker.cpp (modified) * src/Fragmentation/Automation/Pool/PoolWorker.hpp (modified) * src/Fragmentation/Automation/controller.cpp (modified) Added new RemoveAllWorkerOperation and removeall command to ... Mon, 02 Jul 2012 07:54:13 GMT Frederik Heber [c4f43e] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.cpp (modified) * src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.hpp (modified) * src/Fragmentation/Automation/controller.cpp (modified) GetNextJobIdOperation now may request a vector of ids. - otherwise ... Mon, 02 Jul 2012 07:54:12 GMT Frederik Heber [4dd16e] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/controller.cpp (modified) Placed some commodity functions from controller.cpp into ... Mon, 02 Jul 2012 07:54:12 GMT Frederik Heber [d4885d] * src/Fragmentation/Automation/FragmentController.cpp (moved) * src/Fragmentation/Automation/FragmentController.hpp (moved) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/controller.cpp (modified) Moved FragmentController from Controller/, removed dir Controller. Thu, 17 May 2012 15:21:15 GMT Frederik Heber [73d6fc] * src/Fragmentation/Automation/Controller/Commands/Operation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/Operation.hpp (added) * src/Fragmentation/Automation/Controller/FragmentController.cpp (moved) * src/Fragmentation/Automation/Controller/FragmentController.hpp (moved) * src/Fragmentation/Automation/Controller/JobAdder.cpp (moved) * src/Fragmentation/Automation/Controller/ResultChecker.cpp (moved) * src/Fragmentation/Automation/Controller/ResultGetter.cpp (moved) * src/Fragmentation/Automation/Controller/Shutdowner.cpp (moved) * src/Fragmentation/Automation/Makefile.am (modified) Shifted all Controller stuff into own subfolder, extract class ... Thu, 17 May 2012 15:21:12 GMT Frederik Heber [5adb84] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/JobAdder.cpp (modified) * src/Fragmentation/Automation/ResultChecker.cpp (modified) * src/Fragmentation/Automation/ResultGetter.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) Factored out Operation and derived all operations from it. - a ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [dba6d1] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) Added FragmentController::getPresentJobs(). Fri, 04 May 2012 14:19:07 GMT Frederik Heber [0196c6] * src/Fragmentation/Automation/ControllerChoices.hpp (modified) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Shutdowner.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) Added Shutdown as choice to ControllerChoices. - new helper app ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [778abb] * src/Fragmentation/Automation/ControllerChoices.hpp (added) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/ResultGetter.cpp (added) * src/Fragmentation/Automation/Server.cpp (modified) * src/Fragmentation/Automation/types.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added ResultGetter and capabilities to receive calculated results to ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [3c4a5e] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/ResultChecker.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added ResultChecker and capability to check on computed jobs. - ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [db03d9] * src/Fragmentation/Automation/FragmentController.cpp (added) * src/Fragmentation/Automation/FragmentController.hpp (added) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/JobAdder.cpp (added) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Server.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added possibility to add jobs via a FragmentController. - Server ...