#
# ChangeLog for src/Fragmentation/Automation/FragmentController.hpp
#
# Generated by Trac 1.4.4
# Mar 26, 2025, 10:05:18 PM

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@…> [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 ...