Age | Commit message (Expand) | Author |
2012-11-02 | sim: Add SWIG interface for Serializable | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-05-10 | DOT: improved dot-based system visualization | Uri Wiener |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-05-12 | stats: better expose statistics to python. | Nathan Binkert |
2011-04-15 | region: add a utility class for keeping track of regions of some range | Nathan Binkert |
2011-03-18 | swig: get rid of m5.internal.random module (swig/random.i) | Steve Reinhardt |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2010-09-22 | python: get rid of internal.enums package. | Steve Reinhardt |
2010-09-12 | swig: make all generated files go into the m5.internal package | Nathan Binkert |
2010-09-09 | scons: Stop building the big monolithic swigged params module | Nathan Binkert |
2010-09-09 | init: don't build files that centralize python and swig code | Nathan Binkert |
2010-07-21 | python: add a sorted dictionary class | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-08-16 | code_formatter: Add a python class for writing code generator templates | Nathan Binkert |
2009-08-16 | ply: add a base class called Grammar that encapsulates a ply grammar | Nathan Binkert |
2009-08-16 | orderdict: Use DictMixin and add orderdict to m5.util | Nathan Binkert |
2009-01-19 | python: Try to isolate the stuff that's in the m5.internal package a bit more. | Nathan Binkert |
2009-01-19 | tracing: panic() if people try to use tracing, but TRACING_ON is not set. | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-06-14 | Add .m5 configuration directory | Nathan Binkert |
2008-06-14 | python: Separate the options parsing stuff. Remove options parsing stuff from | Nathan Binkert |
2008-06-14 | python: Move various utility classes into a new m5.util package so | Nathan Binkert |
2007-08-02 | python: Improve support for python calling back to C++ member functions. | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-11 | Move full CPU sim object stuff into the encumbered directory | Nathan Binkert |
2007-04-18 | Move the turbolaser python simobject stuff into the | Nathan Binkert |
2007-04-12 | Completely re-work how the scons framework incorporates swig | Nathan Binkert |
2007-04-12 | Add a scons hack to force symlinks to the swig .i files | Nathan Binkert |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
2007-02-21 | Automatically generate m5/internal/__init__.py and swig/init.cc | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-13 | Rearrange traceflags.py so that the file generation only happens if | Nathan Binkert |
2007-02-09 | Get rid of the Random context and add the support directly to python. | Nathan Binkert |
2007-02-09 | Get rid of the Trace ParamContext and give python direct | Nathan Binkert |
2006-12-21 | Expose the C++ event queue to python via the python function | Nathan Binkert |
2006-12-21 | Create a wrapper function to more easily add swig stuff to the build | Nathan Binkert |
2006-11-13 | Expose debugBreakCycle through swig and get rid of | Nathan Binkert |
2006-11-12 | Create a module called internal where swigged stuff goes. | Nathan Binkert |
2006-07-10 | Migrate most of main() and and all option parsing to python | Nathan Binkert |
2006-06-17 | Rename SWIG "main" module to "cc_main" so it's | Steve Reinhardt |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-30 | Link in Python interpreter. | Steve Reinhardt |
2006-05-22 | New directory structure: | Steve Reinhardt |