sgpemv2/plugins/pyloader/src
tchernobog 93feee1ee5 - Cleanup GlobalPreferences badly cluttered interface, removing
deprecated methods and things that don't exist in the design
- Put the ``sgpemrc'' application configuration file into
the proper place (``$HOME/.sgpemv2''), creating the directory
if it doesn't exist, as per specs
- Disable test-global_preferences_serialization building since
it doesn't work with the new interface (todo: create a class inheriting 
from GlobalPreferences, and redefining get_config_filename() to return
a tmpname to a mkfifo() pipe connected to the stdout. If you don't understand 
a word of this, you're not a Real Unix Programmer(tm))
- Update other files to use the new interface


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1178 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-15 21:31:31 +00:00
..
builtin-policies - Fix bug in FCFS. Thanks, Filippo. 2006-09-13 11:59:44 +00:00
testsuite - Cleanup GlobalPreferences badly cluttered interface, removing 2006-09-15 21:31:31 +00:00
Abstract.py - Reorder pyloader plugin a little so that sources go in a separate 2006-06-03 23:24:59 +00:00
CPUPolicy.py - Add a warning about quicksort being stable only with some 2006-09-08 15:09:36 +00:00
ScriptAdapter.py - Audited some files 2006-09-14 15:10:48 +00:00
plugin.cc - Fix all includes, separating header files to be installed 2006-09-07 00:43:00 +00:00
python_cpu_policy.cc - Still a bit of portability-related changes. Now it is almost totally portable to Windows (only path of config file should remain...) 2006-09-15 16:41:24 +00:00
python_cpu_policy.hh - Still a bit of portability-related changes. Now it is almost totally portable to Windows (only path of config file should remain...) 2006-09-15 16:41:24 +00:00
python_cpu_policy_manager.cc - Cleanup GlobalPreferences badly cluttered interface, removing 2006-09-15 21:31:31 +00:00
python_cpu_policy_manager.hh - Still a bit of portability-related changes. Now it is almost totally portable to Windows (only path of config file should remain...) 2006-09-15 16:41:24 +00:00
sgpem.i - Expose the Schedulable::set_priority_push() method to python and 2006-09-08 20:34:05 +00:00