sgpemv2/src/backend
elvez 6969d5b2c2 - Written what I suppose might be HoltGraph
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@809 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-08-02 00:28:31 +00:00
..
concrete_environment.cc - Keep a map to hold request queues into a concrete_environment 2006-07-23 13:38:13 +00:00
concrete_environment.hh - Keep a map to hold request queues into a concrete_environment 2006-07-23 13:38:13 +00:00
concrete_history.cc - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
concrete_history.hh - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
concrete_simulation.cc - Make Scheduler::step_forward return a bool representing if 2006-08-01 09:19:26 +00:00
concrete_simulation.hh - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
dynamic_process.cc - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
dynamic_process.hh - Completed test-history. I still have some doubts about some points, but I think the current implementation is already a pretty intensive test... 2006-07-18 23:39:33 +00:00
dynamic_request.cc - Fix deletion using an ad-hoc functor to avoid memory leaks, instead that ptr_fun(operator delete). Valgrind says we're doing well with History\! 2006-07-20 21:50:28 +00:00
dynamic_request.hh - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
dynamic_resource.cc - Added SerializeVisitor class and written various serialize() methods 2006-07-04 22:34:39 +00:00
dynamic_resource.hh - Mega-update. Take it while it's hot... but my brain's frying! 2006-07-02 22:20:03 +00:00
dynamic_schedulable.cc - Updated interface of pyloader to comply with the new plugin management system`s requirements 2006-07-04 15:05:04 +00:00
dynamic_schedulable.hh - Only schedule Threads. Ditch support for Policies deciding 2006-07-04 10:46:15 +00:00
dynamic_sub_request.cc - Fix deletion using an ad-hoc functor to avoid memory leaks, instead that ptr_fun(operator delete). Valgrind says we're doing well with History\! 2006-07-20 21:50:28 +00:00
dynamic_sub_request.hh - Implement a couple of helper methods into Dynamic(Sub)Request to 2006-07-18 15:52:55 +00:00
dynamic_thread.cc - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
dynamic_thread.hh - Adjusted copy construction of the Dynamic* hierarchy. Hope this is what you wanted, Matteo... 2006-07-11 14:20:30 +00:00
environment.cc Vogon Fleet: implementation: Added environment, concrete_environment, a 2006-07-02 00:52:01 +00:00
environment.hh - Keep a map to hold request queues into a concrete_environment 2006-07-23 13:38:13 +00:00
global_preferences.cc - fixed global preferences serialization 2006-07-15 11:25:57 +00:00
global_preferences.hh - fixed global preferences serialization 2006-07-15 11:25:57 +00:00
global_preferences_serializer.cc - added global_preferences_serielizer 2006-07-05 16:01:44 +00:00
global_preferences_serializer.hh - added global_preferences_serielizer 2006-07-05 16:01:44 +00:00
history.cc - Mega-update. Take it while it's hot... but my brain's frying! 2006-07-02 22:20:03 +00:00
history.hh - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
history_observer.cc - Write interface for History and ConcreteHistory 2006-07-02 15:27:30 +00:00
history_observer.hh - Empty test-history 2006-07-05 17:21:05 +00:00
holt_graph.cc - Written what I suppose might be HoltGraph 2006-08-02 00:28:31 +00:00
holt_graph.hh - Written what I suppose might be HoltGraph 2006-08-02 00:28:31 +00:00
invalid_plugin_exception.cc - Doh! I forgot to add invalid_plugin_exception.cc 2006-07-03 18:31:24 +00:00
invalid_plugin_exception.hh - Completed plugin management system. Now we should start using it... 2006-07-03 22:01:19 +00:00
key_file.cc - fixed global preferences serialization 2006-07-15 11:25:57 +00:00
key_file.hh - fixed global preferences serialization 2006-07-15 11:25:57 +00:00
module.cc - Fixed plugin interface. Now both plugins are loaded. Not tried calling the exported functions, though... 2006-07-05 17:03:04 +00:00
module.hh - Add DLLEXPORT directive to sgpem::Module 2006-07-25 11:08:05 +00:00
null_policy_exception.cc - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
null_policy_exception.hh - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
plugin.hh - Fix plugin.hh visibility attributes 2006-07-06 09:49:35 +00:00
plugin_manager.cc - Fix deletion using an ad-hoc functor to avoid memory leaks, instead that ptr_fun(operator delete). Valgrind says we're doing well with History\! 2006-07-20 21:50:28 +00:00
plugin_manager.hh - Updated interface of pyloader to comply with the new plugin management system`s requirements 2006-07-04 15:05:04 +00:00
policies_gatekeeper.cc - Fix compilation of PoliciesGatekeeper, making sure we don't invalidate iterators 2006-07-20 08:27:56 +00:00
policies_gatekeeper.hh - Pretty-indenting code 2006-06-29 08:44:30 +00:00
policy.cc - Only schedule Threads. Ditch support for Policies deciding 2006-07-04 10:46:15 +00:00
policy.hh - Added ResourcePolicy class. I need to clear some doubts before writing the remaining part of resource policy management... 2006-08-01 22:57:40 +00:00
policy_manager.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
policy_manager.hh - Added ResourcePolicy class. I need to clear some doubts before writing the remaining part of resource policy management... 2006-08-01 22:57:40 +00:00
policy_parameters.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
policy_parameters.hh - Fix visibility outside the DSO 2006-07-02 15:38:38 +00:00
process.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
process.hh - Completed test-history. I still have some doubts about some points, but I think the current implementation is already a pretty intensive test... 2006-07-18 23:39:33 +00:00
ready_queue.cc - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
ready_queue.hh - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
request.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
request.hh - Fixed bug in copy construction of DynamicProcess 2006-07-29 00:24:48 +00:00
resource.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
resource.hh - Add operator== methods to dynamic schedulables, and in their interfaces too 2006-07-02 12:44:05 +00:00
resource_policy.cc - Added ResourcePolicy class. I need to clear some doubts before writing the remaining part of resource policy management... 2006-08-01 22:57:40 +00:00
resource_policy.hh - Added ResourcePolicy class. I need to clear some doubts before writing the remaining part of resource policy management... 2006-08-01 22:57:40 +00:00
schedulable.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
schedulable.hh - Start implementing Scheduler::step_forward(). Whoohooo! 2006-07-03 21:55:09 +00:00
scheduler.cc - Make Scheduler::step_forward return a bool representing if 2006-08-01 09:19:26 +00:00
scheduler.hh - Make Scheduler::step_forward return a bool representing if 2006-08-01 09:19:26 +00:00
serialize_visitor.cc - Added SerializeVisitor class and written various serialize() methods 2006-07-04 22:34:39 +00:00
serialize_visitor.hh - updated seriralize_visitor to manage history & environment 2006-07-15 01:25:31 +00:00
serializer.cc - added classes needed by serialization 2006-07-08 05:50:41 +00:00
serializer.hh - update serializer related files 2006-07-11 00:04:26 +00:00
serializer_error.cc - added classes needed by serialization 2006-07-08 05:50:41 +00:00
serializer_error.hh - added classes needed by serialization 2006-07-08 05:50:41 +00:00
serializers_gatekeeper.cc - update serializer related files 2006-07-11 00:04:26 +00:00
serializers_gatekeeper.hh - update serializer related files 2006-07-11 00:04:26 +00:00
simulation.cc - Moved Simulation and ConcreteSimulation to the backend 2006-07-16 13:35:39 +00:00
simulation.hh - Added NullPolicyException to scheduler 2006-07-23 22:27:33 +00:00
static_process.cc - Fix compilation of libbackend.so 2006-07-03 20:55:19 +00:00
static_process.hh - Fix compilation of libbackend.so 2006-07-03 20:55:19 +00:00
static_request.cc - Mega-update. Take it while it's hot... but my brain's frying! 2006-07-02 22:20:03 +00:00
static_request.hh - Fix compilation of libbackend.so 2006-07-03 20:55:19 +00:00
static_resource.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
static_resource.hh - Fix visibility outside the DSO 2006-07-02 15:38:38 +00:00
static_schedulable.cc - Mega-update. Take it while it's hot... but my brain's frying! 2006-07-02 22:20:03 +00:00
static_schedulable.hh - Mega-update. Take it while it's hot... but my brain's frying! 2006-07-02 22:20:03 +00:00
static_sub_request.cc - Implement a couple of helper methods into Dynamic(Sub)Request to 2006-07-18 15:52:55 +00:00
static_sub_request.hh - Implement a couple of helper methods into Dynamic(Sub)Request to 2006-07-18 15:52:55 +00:00
static_thread.cc - Fix compilation of libbackend.so 2006-07-03 20:55:19 +00:00
static_thread.hh - Fix compilation of libbackend.so 2006-07-03 20:55:19 +00:00
string_utils.cc - Fix visibility support into string_utils 2006-07-20 11:11:37 +00:00
string_utils.hh - Fix visibility support into string_utils 2006-07-20 11:11:37 +00:00
sub_request.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
sub_request.hh - Implement a couple of helper methods into Dynamic(Sub)Request to 2006-07-18 15:52:55 +00:00
thread.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
thread.hh - Add operator== methods to dynamic schedulables, and in their interfaces too 2006-07-02 12:44:05 +00:00
user_interrupt_exception.cc - Pretty-indenting code 2006-06-29 08:44:30 +00:00
user_interrupt_exception.hh - Pretty-indenting code 2006-06-29 08:44:30 +00:00