..
concrete_environment.cc
- Merge branch https://lowca.thgnet.it/swe/branches/0.3-r847--simplify-scheduler
2006-08-17 23:30:49 +00:00
concrete_environment.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
concrete_history.cc
- Now resources can be removed
2006-08-21 22:01:31 +00:00
concrete_history.hh
- Add History::clear() to empty an existing history (equivalent
2006-08-16 21:25:08 +00:00
concrete_simulation.cc
- I forgot to add two files and remove a debug print.
2006-08-18 01:04:28 +00:00
concrete_simulation.hh
- Added full-featured jumpto command.
2006-08-18 00:46:38 +00:00
cpu_policies_gatekeeper.cc
- Incapsulate code so that the hack we previously used in CPUPoliciesGatekeeper isn't needed anymore
2006-08-14 14:28:41 +00:00
cpu_policies_gatekeeper.hh
- All policy-related errors should now be handled. I hope this is the last time I say this...
2006-08-13 14:20:04 +00:00
cpu_policy.cc
- Incapsulate code so that the hack we previously used in CPUPoliciesGatekeeper isn't needed anymore
2006-08-14 14:28:41 +00:00
cpu_policy.hh
- Incapsulate code so that the hack we previously used in CPUPoliciesGatekeeper isn't needed anymore
2006-08-14 14:28:41 +00:00
cpu_policy_exception.cc
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
cpu_policy_exception.hh
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
cpu_policy_manager.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
cpu_policy_manager.hh
- Rename Policy to CPUPolicy where appropriate
2006-08-02 21:57:36 +00:00
dynamic_process.cc
- Merge branch https://lowca.thgnet.it/swe/branches/0.3-r847--simplify-scheduler
2006-08-17 23:30:49 +00:00
dynamic_process.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_request.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_request.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_resource.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_resource.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_schedulable.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_schedulable.hh
- Added full request support, altough still not working
2006-08-06 01:47:02 +00:00
dynamic_sub_request.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_sub_request.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_thread.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
dynamic_thread.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
environment.cc
Vogon Fleet: implementation: Added environment, concrete_environment, a
2006-07-02 00:52:01 +00:00
environment.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
global_preferences.cc
- Added a best-effort preferences dialog:
2006-08-15 17:33:47 +00:00
global_preferences.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
global_preferences_serializer.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
global_preferences_serializer.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
history.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
history.hh
- Add History::clear() to empty an existing history (equivalent
2006-08-16 21:25:08 +00:00
history_observer.cc
- Write interface for History and ConcreteHistory
2006-07-02 15:27:30 +00:00
history_observer.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
holt_graph.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
holt_graph.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
invalid_plugin_exception.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
invalid_plugin_exception.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
key_file.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
key_file.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
malformed_policy_exception.cc
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
malformed_policy_exception.hh
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
module.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
module.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
null_policy_exception.cc
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
null_policy_exception.hh
- Added still more error checking to PythonCPUPolicy. But the code which calls its methods should be updated to handle the new exceptions...
2006-08-10 00:42:17 +00:00
plugin.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
plugin_manager.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
plugin_manager.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
policy_parameters.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +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
- Supersede old GUI in favor of a more clean (and hopefully clear) interface
2006-08-20 21:26:14 +00:00
ready_queue.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
request.cc
- Pretty-indenting code
2006-06-29 08:44:30 +00:00
request.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
resource.cc
- Pretty-indenting code
2006-06-29 08:44:30 +00:00
resource.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
resource_policies_gatekeeper.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
resource_policies_gatekeeper.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +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
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
resource_policy_manager.cc
- Added ResourcePolicyManager
2006-08-02 23:38:52 +00:00
resource_policy_manager.hh
- Added ResourcePolicyManager
2006-08-02 23:38:52 +00:00
schedulable.cc
- Pretty-indenting code
2006-06-29 08:44:30 +00:00
schedulable.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
scheduler.cc
- Merge branch https://lowca.thgnet.it/swe/branches/0.3-r847--simplify-scheduler
2006-08-17 23:30:49 +00:00
scheduler.hh
- Merge branch https://lowca.thgnet.it/swe/branches/0.3-r847--simplify-scheduler
2006-08-17 23:30:49 +00:00
serialize_visitor.cc
- Added SerializeVisitor class and written various serialize() methods
2006-07-04 22:34:39 +00:00
serialize_visitor.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializer.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializer.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializer_error.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializer_error.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializers_gatekeeper.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
serializers_gatekeeper.hh
- update serializer related files
2006-07-11 00:04:26 +00:00
simulation.cc
- Added full-featured jumpto command.
2006-08-18 00:46:38 +00:00
simulation.hh
- Added full-featured jumpto command.
2006-08-18 00:46:38 +00:00
simulation_observer.cc
- I forgot to add two files and remove a debug print.
2006-08-18 01:04:28 +00:00
simulation_observer.hh
- I forgot to add two files and remove a debug print.
2006-08-18 01:04:28 +00:00
static_process.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
static_process.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
static_request.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +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
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
static_sub_request.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +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
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
static_thread.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
string_utils.cc
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
string_utils.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
sub_request.cc
- Pretty-indenting code
2006-06-29 08:44:30 +00:00
sub_request.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
thread.cc
- Pretty-indenting code
2006-06-29 08:44:30 +00:00
thread.hh
- Give code a round of indentation. Thank astyle, not me.
2006-08-09 14:38:45 +00:00
user_interrupt_exception.cc
- Experimented a bit more with the treeview widget, with little success, It should segfault on selection of the menu entry "Add Process"
2006-08-15 00:43:34 +00:00
user_interrupt_exception.hh
- Experimented a bit more with the treeview widget, with little success, It should segfault on selection of the menu entry "Add Process"
2006-08-15 00:43:34 +00:00