#
# ChangeLog for src/Fragmentation/Automation/FragmentController.cpp
#
# Generated by Trac 1.4.4
# Mar 23, 2025, 2:03:36 PM

Mon, 02 Jul 2012 08:32:08 GMT Frederik Heber <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:32:08 GMT Frederik Heber <heber@…> [9db22d]
	* src/Fragmentation/Automation/FragmentController.cpp (modified)
	* src/Fragmentation/Automation/Operations/AsyncOperation.cpp (modified)
	* src/Fragmentation/Automation/Operations/AsyncOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Controllers/CheckResultsOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Controllers/ReceiveResultsOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Controllers/SendJobsOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Servers/SendJobToWorkerOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Servers/ShutdownWorkerOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Workers/EnrollInPoolOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Workers/ObtainJobOperation.hpp (modified)
	* src/Fragmentation/Automation/Operations/Workers/SubmitResultOperation.hpp (modified)
	* src/Fragmentation/Automation/Pool/PoolWorker.cpp (modified)

	AsyncOperation and all derived classes changed their cstor and ...


Mon, 02 Jul 2012 08:31:59 GMT Frederik Heber <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 <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 <heber@…> [e11611]
	* src/Fragmentation/Automation/FragmentController.cpp (modified)
	* src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.hpp (modified)

	GetNextJobIdOperation now has check whether id is available.


Mon, 02 Jul 2012 07:54:12 GMT Frederik Heber <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 <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 <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 <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 <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 <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 <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 <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 <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 ...