#
# ChangeLog for src/Fragmentation/Automation/FragmentScheduler.hpp
#
# Generated by Trac 1.4.4
# Mar 22, 2025, 2:34:42 PM

Mon, 02 Jul 2012 07:54:12 GMT Frederik Heber <heber@…> [50d095]
	* src/Fragmentation/Automation/Controller/CommandRegistry.hpp (modified)
	* src/Fragmentation/Automation/Controller/FragmentController.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/Operations/AsyncOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/AsyncOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/CheckResultsOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/CheckResultsOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/GetNextJobIdOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/ReceiveResultsOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/ReceiveResultsOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/SendJobsOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/SendJobsOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/ShutdownOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Controllers/ShutdownOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Operation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Servers/SendJobToWorkerOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Servers/SendJobToWorkerOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Servers/ShutdownWorkerOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Servers/ShutdownWorkerOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/SyncOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/SyncOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/EnrollInPoolOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/EnrollInPoolOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/ObtainJobOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/ObtainJobOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/RemoveFromPoolOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/RemoveFromPoolOperation.hpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/SubmitResultOperation.cpp (moved)
	* src/Fragmentation/Automation/Operations/Workers/SubmitResultOperation.hpp (moved)
	* src/Fragmentation/Automation/Pool/PoolWorker.hpp (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)

	Moved Controller/Commands to Operations/ folder and split into ...


Mon, 02 Jul 2012 07:54:12 GMT Frederik Heber <heber@…> [6ea7f4]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)

	Changed FragmentScheduler::removeAllWorkers() by ...


Mon, 02 Jul 2012 07:54:11 GMT Frederik Heber <heber@…> [2344a3]
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-resubmitjobs.at (modified)

	FragmentScheduler is now an Observer of JobsQueue and pool.

	- ...


Fri, 29 Jun 2012 13:23:14 GMT Frederik Heber <heber@…> [9a3f84]
	* src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.hpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/ObtainJobOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/Pool/WorkerPool.hpp (modified)

	FragmentScheduler now uses WorkerChoices for handling connection ...


Wed, 27 Jun 2012 16:07:21 GMT Frederik Heber <heber@…> [38032a]
	* src/Fragmentation/Automation/Controller/Commands/Operation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SendJobToWorkerOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/ShutdownOperation.cpp (modified)
	* src/Fragmentation/Automation/ControllerChoices.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)

	Renamed SchedulerStates -> ControllerChoices enum.

	- extracted from ...


Wed, 27 Jun 2012 16:07:21 GMT Frederik Heber <heber@…> [41c1b7]
	* src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.hpp (added)
	* src/Fragmentation/Automation/Controller/Commands/ObtainJobOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/ObtainJobOperation.hpp (added)
	* src/Fragmentation/Automation/Controller/Commands/SendJobToWorkerOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/SendJobToWorkerOperation.hpp (added)
	* src/Fragmentation/Automation/Controller/Commands/ShutdownOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.hpp (added)
	* src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.cpp (deleted)
	* src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.hpp (deleted)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (deleted)
	* src/Fragmentation/Automation/FragmentWorker.hpp (deleted)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/Pool/PoolWorker.cpp (added)
	* src/Fragmentation/Automation/Pool/PoolWorker.hpp (added)
	* src/Fragmentation/Automation/Pool/WorkerPool.cpp (modified)
	* src/Fragmentation/Automation/Pool/WorkerPool.hpp (modified)
	* src/Fragmentation/Automation/poolworker.cpp (added)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified)

	HUGE: Added PoolWorker, removed (Fragment)Worker, and rewrote parts ...


Wed, 27 Jun 2012 16:07:21 GMT Frederik Heber <heber@…> [8036b7]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/Listener.cpp (added)
	* src/Fragmentation/Automation/Listener.hpp (added)
	* src/Fragmentation/Automation/Makefile.am (modified)

	Refactored Listener out of FragmentScheduler.

	- this is preparatory ...


Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber <heber@…> [d1dbfc]
	* src/Fragmentation/Automation/Controller/Commands/GetNextJobIdOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/GetNextJobIdOperation.hpp (added)
	* src/Fragmentation/Automation/Controller/FragmentController.cpp (modified)
	* src/Fragmentation/Automation/ControllerChoices.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/GlobalJobId.cpp (modified)
	* src/Fragmentation/Automation/GlobalJobId.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified)

	New GetNextJobIdOperation for obtaining next available JobId from ...


Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber <heber@…> [6f2bc7]
	* src/Fragmentation/Automation/Controller/Commands/CheckResultsOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/CheckResultsOperation.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)

	CheckResultsOperation now receives both scheduled and done jobs.


Tue, 26 Jun 2012 08:49:41 GMT Frederik Heber <heber@…> [7670865]
	* src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.hpp (modified)
	* src/Fragmentation/Automation/Controller/FragmentController.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.cpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/Results/FragmentResult.cpp (moved)
	* src/Fragmentation/Automation/Results/FragmentResult.hpp (moved)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentResultUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/Makefile.am (modified)
	* src/Fragmentation/Automation/unittests/stubs/FragmentResultStub.cpp (modified)

	Moved FragmentResult to subfolder Results.

	- changed includes and ...


Tue, 26 Jun 2012 07:51:04 GMT Frederik Heber <heber@…> [35f587]
	* src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.hpp (modified)
	* src/Fragmentation/Automation/FragmentResult.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.cpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified)

	FragmentResult is now also encapsulated in boost::shared_ptr.

	- ...


Fri, 22 Jun 2012 15:21:48 GMT Frederik Heber <heber@…> [f0834d]
	* src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.hpp (modified)
	* src/Fragmentation/Automation/Controller/FragmentController.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.cpp (moved)
	* src/Fragmentation/Automation/Jobs/FragmentJob.hpp (moved)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/Makefile.am (modified)

	Moved FragmentJob to subfolder Jobs.

	- changed all includes and ...


Fri, 22 Jun 2012 15:21:25 GMT Frederik Heber <heber@…> [78ad7d]
	* configure.ac (modified)
	* src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.cpp (modified)
	* src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.hpp (modified)
	* src/Fragmentation/Automation/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified)

	FragmentJob is now passed inside boost::shared_ptr.

	- FragmentJob ...


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@…> [402bde]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)

	Placed initiating sockets from Cstor of FragmentScheduler into helper ...


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 ...


Fri, 04 May 2012 14:19:07 GMT Frederik Heber <heber@…> [083490]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)

	Renamed default handle_..() functions of FragmentSchedulder and ...


Fri, 04 May 2012 14:19:06 GMT Frederik Heber <heber@…> [ef2767]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified)

	Server and Worker now also correctly exchange result.

	- Server uses ...


Fri, 04 May 2012 14:19:06 GMT Frederik Heber <heber@…> [c7deca]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/JobId.hpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentResultUnitTest.cpp (modified)

	Added static NoJob (id0) to FragmentScheduler to indicate empty queue ...


Fri, 04 May 2012 14:19:06 GMT Frederik Heber <heber@…> [b0b64c]
	* src/Fragmentation/Automation/FragmentQueue.hpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified)

	FragmentScheduler now contains a FragmentQueue and serves single jobs ...


Fri, 04 May 2012 14:17:37 GMT Frederik Heber <heber@…> [cd4a6e]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (moved)
	* src/Fragmentation/Automation/FragmentScheduler.hpp (moved)
	* src/Fragmentation/Automation/FragmentWorker.cpp (moved)
	* src/Fragmentation/Automation/FragmentWorker.hpp (moved)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/client.cpp (modified)
	* src/Fragmentation/Automation/server.cpp (modified)
	* tests/CodeChecks/testsuite-project-disclaimer.at (modified)

	Renamed file StockServer -> FragmentScheduler.