Age | Commit message (Expand) | Author |
2010-07-21 | python: Add mechanism to override code compiled into the exectuable | Nathan Binkert |
2010-04-15 | scons: don't maintain files in sorted order | Nathan Binkert |
2009-11-08 | scons: deal with generated .py files properly | Steve Reinhardt |
2009-09-26 | python: Fix m5.defines so grabbing flags works correctly | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-22 | params: small cleanup to param description internals | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-06-12 | scons: Make shared library builds work again | Nathan Binkert |
2009-06-05 | scons: Make it so that the processing of trace flags does not depend on order | Nathan Binkert |
2009-05-04 | scons: re-work the *Source functions to take more information. | Nathan Binkert |
2009-04-21 | SCons: Export export_vars so SConsopts files can add to them | Nathan Binkert |
2009-02-09 | scons: Require SCons version 0.98.1 | Nathan Binkert |
2009-02-09 | scons: Don't build the intermediate static library unless explicitly requested. | Nathan Binkert |
2009-01-30 | SCons: Fix how we get Mercurial revision information since internals keep cha... | Ali Saidi |
2009-01-19 | tracing: panic() if people try to use tracing, but TRACING_ON is not set. | Nathan Binkert |
2009-01-19 | python: Rework how things are imported | Nathan Binkert |
2009-01-19 | scons: Don't add all objects to the library twice | Nathan Binkert |
2009-01-13 | SCons: centralize the Dir() workaround for newer versions of scons. | Nathan Binkert |
2008-11-10 | SCons: Allow top level directory of EXTRAS able to contain SConscripts. | Nathan Binkert |
2008-10-10 | swig: Add in a %rename to allow the same name to appear in multiple namespaces. | Nathan Binkert |
2008-10-09 | SimObjects: Clean up handling of C++ namespaces. | Nathan Binkert |
2008-10-09 | pdb: Try to make pdb work better. | Nathan Binkert |
2008-10-09 | SCons: add code to provide a libm5 shared library. | Nathan Binkert |
2008-10-02 | unittest: Add unit tests to the scons framework. | Nathan Binkert |
2008-09-26 | scons: disable several gcc warnings for swig autogenerated wrapper code. | Nathan Binkert |
2008-09-22 | scons: Separate swig environment so we can have different flags. | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-08-02 | kill unused code | Nathan Binkert |
2008-07-31 | scons: Get rid of generate.py in the build system. | Nathan Binkert |
2008-06-14 | Add missing dependencies on .i files | Nathan Binkert |
2008-06-13 | scons: fix program_info.cc generation | Nathan Binkert |
2008-06-13 | HG: Add compiled hg revision and date to the standard M5 output. | Ali Saidi |
2008-02-11 | EXTRAS now points to src instead of needing 'src' subdir. | Steve Reinhardt |
2008-02-05 | Cleaned up os.path imports a bit. | Steve Reinhardt |
2008-02-05 | Make EXTRAS work for SConsopts too. | Steve Reinhardt |
2007-11-16 | Make EXTRAS work for relative directories. | Steve Reinhardt |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-09-10 | Fix for leaving EXTRAS blank | Gabe Black |
2007-09-10 | Normalize the path pathed in through EXTRAS so it won't break with a trailing... | Gabe Black |
2007-07-25 | Add a new SCons option called EXTRAS that allows you to include stuff in | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-20 | Don't go over 80 chars per line | Nathan Binkert |
2007-04-12 | Completely re-work how the scons framework incorporates swig | Nathan Binkert |
2007-04-12 | Don't allow Source to accept multiple arguments, lists, | Nathan Binkert |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-07 | Add some constructors and an output operator to the Twin??_t types so that o3... | Gabe Black |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-09 | Get rid of the Random context and add the support directly to python. | Nathan Binkert |