#
# ChangeLog for src/Fragmentation/Automation/FragmentWorker.cpp
#
# Generated by Trac 1.4.4
# Mar 26, 2025, 5:23:00 AM

Wed, 27 Jun 2012 16:07:21 GMT Frederik Heber <heber@…> [95454a]
	* src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.cpp (added)
	* src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.hpp (added)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)

	Refactored main part in FragmentWorker into WorkOnJobOperation.

	- ...


Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber <heber@…> [306f60]
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/Jobs/MPQCCommandJob.cpp (modified)
	* src/Fragmentation/Automation/Jobs/MPQCCommandJob.hpp (modified)
	* src/Fragmentation/Automation/unittests/MPQCCommandJobUnitTest.cpp (modified)

	Extended MPQCCommandJob's extractString to understand MP2 keywords.


Wed, 27 Jun 2012 16:07:18 GMT Frederik Heber <heber@…> [d920b9]
	* configure.ac (modified)
	* src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.cpp (modified)
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.cpp (modified)
	* src/Fragmentation/Automation/Jobs/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/Jobs/SystemCommandJob.cpp (added)
	* src/Fragmentation/Automation/Jobs/SystemCommandJob.hpp (added)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/Worker.cpp (modified)
	* src/Fragmentation/Automation/controller.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentJobUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified)
	* src/Fragmentation/Automation/unittests/Makefile.am (modified)
	* src/Fragmentation/Automation/unittests/SystemCommandJobUnitTest.cpp (added)
	* src/Fragmentation/Automation/unittests/SystemCommandJobUnitTest.hpp (added)
	* src/Fragmentation/Automation/unittests/stubs/FragmentJobStub.cpp (added)
	* src/Fragmentation/Automation/unittests/stubs/FragmentJobStub.hpp (added)

	Abstracted FragmentJob and introduced SystemCommandJob which has its ...


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@…> [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@…> [0bdd51b]
	* src/Fragmentation/Automation/FragmentScheduler.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.hpp (modified)
	* src/Fragmentation/Automation/Worker.cpp (modified)
	* tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (added)
	* tests/regression/Fragmentation/testsuite-fragmentation.at (modified)
	* tests/regression/Makefile.am (modified)

	Added regression test for Server/Client construct.

	- currently we ...


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

	Added call FragmentJob::Work() to FragmentWorker::handle_read().

	- ...


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:19:06 GMT Frederik Heber <heber@…> [b05673]
	* src/Fragmentation/Automation/FragmentJob.cpp (modified)
	* src/Fragmentation/Automation/FragmentJob.hpp (modified)
	* src/Fragmentation/Automation/FragmentQueue.cpp (modified)
	* src/Fragmentation/Automation/FragmentResult.cpp (modified)
	* src/Fragmentation/Automation/FragmentResult.hpp (modified)
	* src/Fragmentation/Automation/FragmentWorker.cpp (modified)
	* src/Fragmentation/Automation/JobId.cpp (added)
	* src/Fragmentation/Automation/JobId.hpp (added)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/unittests/Makefile.am (modified)

	Introduced JobId as an own class that Job and Result inherit.

	- ...


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

	FragmentWorker::handle_connect can deal with multiple endpoint ...


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.