# # ChangeLog for src/Fragmentation/Automation/Jobs/FragmentJob.cpp # # Generated by Trac 1.6 # May 23, 2025, 4:28:28 PM Tue, 26 Jun 2012 08:49:41 GMT Frederik 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 [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 [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 ...