Age | Commit message (Expand) | Author |
2012-01-09 | SWIG: Make gem5 compile and link with swig 2.0.4 | Andreas Hansson |
2011-11-09 | GCC: Guard some gcc flags so they're used when available and needed. | Gabe Black |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
2011-10-17 | scons: fix building of shared objects | Nathan Binkert |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-06-02 | scons: rename some things from m5 to gem5 | Nathan Binkert |
2011-06-02 | copyright: Add code for finding all copyright blocks and create a COPYING file | Nathan Binkert |
2011-04-20 | scons: Allow the build directory live under an EXTRAS directory | Brad Danofsky |
2011-04-15 | unittest: Make unit tests capable of using swig and python, convert stattest | Nathan Binkert |
2011-04-15 | scons: make a flexible system for guarding source files | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-03-11 | SCons: Stop embedding the mercurial revision into the binary. | Gabe Black |
2011-02-14 | Info: Clean up some info files. | Gabe Black |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-21 | scons: remove extra dependencies | Nathan Binkert |
2010-11-15 | SCons: Cleanup SCons output during compile | Ali Saidi |
2010-11-06 | scons: Replace the build_dir parameter to SConscript with variant_dir. | Gabe Black |
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-09-09 | scons: use code_formatter wherever we can in the build system | Nathan Binkert |
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 |