- Fix all includes, separating header files to be installed

from other headers. Take it while it's hot.
- To all those that lock source files: you'll burn in hell. Really.
It'll be painful, dreadful and above all *long*. *Eternally* long.
And there'll be Freddy Mercury and The Queen playing, *all the time*, 
day after boring, useless, sorrowful day. The song
will be *``Radio Ga-Ga''*, in secula secularum amen.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1033 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-07 00:43:00 +00:00
parent 6458511399
commit 0f718f2899
156 changed files with 547 additions and 521 deletions

View file

@ -127,7 +127,7 @@ _sgpem_la_CPPFLAGS = \
-I@top_srcdir@ \
$(SWIG_PYTHON_CPPFLAGS) \
$(GLIBMM_CFLAGS) \
$(SGPEMV2_CFLAGS)
$(SGPEMV2_CFLAGS)
_sgpem_la_LDFLAGS = -module -export-dynamic \
$(GLIBMM_LDFLAGS)
_sgpem_la_LIBADD = $(SGPEMV2_LIBS) \

View file

@ -20,7 +20,7 @@
#include "config.h"
#include "plugin.hh"
#include <sgpemv2/plugin.hh>
#include "python_cpu_policy_manager.hh"
using namespace sgpem;

View file

@ -29,9 +29,9 @@
#include <iostream>
#include "cpu_policy.hh"
#include "user_interrupt_exception.hh"
#include "malformed_policy_exception.hh"
#include <sgpemv2/cpu_policy.hh>
#include <sgpemv2/user_interrupt_exception.hh>
#include <sgpemv2/malformed_policy_exception.hh>
namespace sgpem
{

View file

@ -19,10 +19,10 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "python_cpu_policy_manager.hh"
#include "global_preferences.hh"
#include "cpu_policies_gatekeeper.hh"
#include <sgpemv2/global_preferences.hh>
#include <sgpemv2/cpu_policies_gatekeeper.hh>
#include "deletor.tcc"
#include <sgpemv2/templates/deletor.tcc>
#include <Python.h>
#include <glibmm/ustring.h>

View file

@ -25,7 +25,7 @@
#include <Python.h>
#include "cpu_policy_manager.hh"
#include <sgpemv2/cpu_policy_manager.hh>
#include "python_cpu_policy.hh"
namespace sgpem

View file

@ -1,15 +1,16 @@
%module sgpem
%{
#include "cpu_policy.hh"
#include "cpu_policies_gatekeeper.hh"
#include "history.hh"
#include "policy_parameters.hh"
#include "process.hh"
#include "ready_queue.hh"
#include "schedulable.hh"
#include "scheduler.hh"
#include "simulation.hh"
#include "thread.hh"
#include <sgpemv2/cpu_policy.hh>
#include <sgpemv2/cpu_policies_gatekeeper.hh>
#include <sgpemv2/history.hh>
#include <sgpemv2/policy_parameters.hh>
#include <sgpemv2/process.hh>
#include <sgpemv2/ready_queue.hh>
#include <sgpemv2/schedulable.hh>
#include <sgpemv2/scheduler.hh>
#include <sgpemv2/simulation.hh>
#include <sgpemv2/thread.hh>
using namespace sgpem;
%}
/* NOTE : passing Unicode strings to C++ methods calling them

View file

@ -25,12 +25,12 @@
#include "../python_cpu_policy_manager.hh"
#include "../python_cpu_policy.hh"
#include "simulation.hh"
#include "global_preferences.hh"
#include "cpu_policies_gatekeeper.hh"
#include "simulation.hh"
#include "scheduler.hh"
#include "user_interrupt_exception.hh"
#include <sgpemv2/simulation.hh>
#include <sgpemv2/global_preferences.hh>
#include <sgpemv2/cpu_policies_gatekeeper.hh>
#include <sgpemv2/simulation.hh>
#include <sgpemv2/scheduler.hh>
#include <sgpemv2/user_interrupt_exception.hh>
#include <Python.h>
#include <glibmm/module.h>

View file

@ -20,7 +20,7 @@
#include "config.h"
#include "plugin.hh"
#include <sgpemv2/plugin.hh>
#include "xml_serializer.hh"
using namespace sgpem;

View file

@ -22,11 +22,11 @@
#include "xml_serializer_factory.hh"
#include "xml_visitor.hh"
#include "environment.hh"
#include "history.hh"
#include "process.hh"
#include "serializer_error.hh"
#include "string_utils.hh"
#include <sgpemv2/environment.hh>
#include <sgpemv2/history.hh>
#include <sgpemv2/process.hh>
#include <sgpemv2/serializer_error.hh>
#include <sgpemv2/string_utils.hh>
using namespace sgpem;

View file

@ -22,7 +22,7 @@
#define XML_SERIALIZER_HH 1
#include "config.h"
#include "serializer.hh"
#include <sgpemv2/serializer.hh>
#include <glibmm/ustring.h>
#include <libxml/parser.h>

View file

@ -20,11 +20,9 @@
#include "xml_serializer_factory.hh"
#include "string_utils.hh"
// #include "environment.hh"
#include "history.hh"
#include "resource.hh"
// #include "backend/process.hh"
#include <sgpemv2/string_utils.hh>
#include <sgpemv2/history.hh>
#include <sgpemv2/resource.hh>
using namespace sgpem;

View file

@ -22,9 +22,9 @@
#define XML_SERIALIZER_FACTORY_HH 1
#include "config.h"
#include "history.hh"
#include "environment.hh"
#include "serializer_error.hh"
#include <sgpemv2/history.hh>
#include <sgpemv2/environment.hh>
#include <sgpemv2/serializer_error.hh>
#include <glibmm/ustring.h>
#include <map>

View file

@ -22,15 +22,15 @@
#include "gettext.h"
#include "environment.hh"
#include "history.hh"
#include "process.hh"
#include "request.hh"
#include "resource.hh"
#include "serializer_error.hh"
#include "string_utils.hh"
#include "sub_request.hh"
#include "thread.hh"
#include <sgpemv2/environment.hh>
#include <sgpemv2/history.hh>
#include <sgpemv2/process.hh>
#include <sgpemv2/request.hh>
#include <sgpemv2/resource.hh>
#include <sgpemv2/serializer_error.hh>
#include <sgpemv2/string_utils.hh>
#include <sgpemv2/sub_request.hh>
#include <sgpemv2/thread.hh>
using namespace sgpem;

View file

@ -31,7 +31,7 @@ namespace sgpem
}
#include "config.h"
#include "serialize_visitor.hh"
#include <sgpemv2/serialize_visitor.hh>
#include <glibmm/ustring.h>
#include <libxml/xmlmemory.h>