summaryrefslogtreecommitdiff
path: root/src/SConscript
AgeCommit message (Expand)Author
2008-10-02unittest: Add unit tests to the scons framework.Nathan Binkert
2008-09-26scons: disable several gcc warnings for swig autogenerated wrapper code.Nathan Binkert
2008-09-22scons: Separate swig environment so we can have different flags.Nathan Binkert
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2008-08-02kill unused codeNathan Binkert
2008-07-31scons: Get rid of generate.py in the build system.Nathan Binkert
2008-06-14Add missing dependencies on .i filesNathan Binkert
2008-06-13scons: fix program_info.cc generationNathan Binkert
2008-06-13HG: Add compiled hg revision and date to the standard M5 output.Ali Saidi
2008-02-11EXTRAS now points to src instead of needing 'src' subdir.Steve Reinhardt
2008-02-05Cleaned up os.path imports a bit.Steve Reinhardt
2008-02-05Make EXTRAS work for SConsopts too.Steve Reinhardt
2007-11-16Make EXTRAS work for relative directories.Steve Reinhardt
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-09-10Fix for leaving EXTRAS blankGabe Black
2007-09-10Normalize the path pathed in through EXTRAS so it won't break with a trailing...Gabe Black
2007-07-25Add a new SCons option called EXTRAS that allows you to include stuff inNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-20Don't go over 80 chars per lineNathan Binkert
2007-04-12Completely re-work how the scons framework incorporates swigNathan Binkert
2007-04-12Don't allow Source to accept multiple arguments, lists,Nathan Binkert
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-07Add some constructors and an output operator to the Twin??_t types so that o3...Gabe Black
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan 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
2007-01-31make sparc fs less chattyAli Saidi
2007-01-28Merge zizzer:/bk/newmemGabe Black
2007-01-27I missed a couple of thingsAli Saidi
2007-01-27While I'm waiting for legion to run make m5 compile with a few more compilersAli Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-21Expose the C++ event queue to python via the python functionNathan Binkert
2006-12-21move the swig initialization calls from src/sim/main.cc toNathan Binkert
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-18No need to template prefetcher on cache TagStore type.Steve Reinhardt
2006-12-18Get rid of generic CacheTags object (fold back into Cache).Steve Reinhardt
2006-12-04Turn cache MissQueue/BlockingBuffer into virtual objectSteve Reinhardt
2006-11-27Add TRACING_ON setting for m5.prof.Steve Reinhardt
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-11-11set TRACING_ON one way or another explicitly in theNathan Binkert
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-09Factor out all of the encumbered stuff into separate SConscriptNathan Binkert
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08DWARF2 symbol support seems to be broken on Solaris. Use stabs+Ali Saidi
2006-11-07Missed this file in my last changeset.Gabe Black