# # ChangeLog for src/Fragmentation/Automation/FragmentScheduler.hpp # # Generated by Trac 1.4.4 # Jan 18, 2025, 2:46:28 AM Fri, 22 Jun 2012 15:21:48 GMT Frederik 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 [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 [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 [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 [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 ... Fri, 04 May 2012 14:19:07 GMT Frederik 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 [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 [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 [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 [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.