summaryrefslogtreecommitdiff
path: root/src/python/SConscript
AgeCommit message (Expand)Author
2007-08-02python: Improve support for python calling back to C++ member functions.Nathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-05-11Move full CPU sim object stuff into the encumbered directoryNathan Binkert
2007-04-18Move the turbolaser python simobject stuff into theNathan Binkert
2007-04-12Completely re-work how the scons framework incorporates swigNathan Binkert
2007-04-12Add a scons hack to force symlinks to the swig .i filesNathan Binkert
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-02-21Automatically generate m5/internal/__init__.py and swig/init.ccNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-13Rearrange traceflags.py so that the file generation only happens ifNathan Binkert
2007-02-09Get rid of the Random context and add the support directly to python.Nathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2006-12-21Expose the C++ event queue to python via the python functionNathan Binkert
2006-12-21Create a wrapper function to more easily add swig stuff to the buildNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Link in Python interpreter.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt