summaryrefslogtreecommitdiff
path: root/src/SConscript
AgeCommit message (Expand)Author
2010-07-21python: Add mechanism to override code compiled into the exectuableNathan Binkert
2010-04-15scons: don't maintain files in sorted orderNathan Binkert
2009-11-08scons: deal with generated .py files properlySteve Reinhardt
2009-09-26python: Fix m5.defines so grabbing flags works correctlyNathan Binkert
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-09-22params: small cleanup to param description internalsNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-06-12scons: Make shared library builds work againNathan Binkert
2009-06-05scons: Make it so that the processing of trace flags does not depend on orderNathan Binkert
2009-05-04scons: re-work the *Source functions to take more information.Nathan Binkert
2009-04-21SCons: Export export_vars so SConsopts files can add to themNathan Binkert
2009-02-09scons: Require SCons version 0.98.1Nathan Binkert
2009-02-09scons: Don't build the intermediate static library unless explicitly requested.Nathan Binkert
2009-01-30SCons: Fix how we get Mercurial revision information since internals keep cha...Ali Saidi
2009-01-19tracing: panic() if people try to use tracing, but TRACING_ON is not set.Nathan Binkert
2009-01-19python: Rework how things are importedNathan Binkert
2009-01-19scons: Don't add all objects to the library twiceNathan Binkert
2009-01-13SCons: centralize the Dir() workaround for newer versions of scons.Nathan Binkert
2008-11-10SCons: Allow top level directory of EXTRAS able to contain SConscripts.Nathan Binkert
2008-10-10swig: Add in a %rename to allow the same name to appear in multiple namespaces.Nathan Binkert
2008-10-09SimObjects: Clean up handling of C++ namespaces.Nathan Binkert
2008-10-09pdb: Try to make pdb work better.Nathan Binkert
2008-10-09SCons: add code to provide a libm5 shared library.Nathan Binkert
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