index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
SConscript
Age
Commit message (
Expand
)
Author
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