Merge with main repository.
[gem5.git] / src / SConscript
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Andreas HanssonSWIG: Make gem5 compile and link with swig 2.0.4
2012-01-07 Gabe BlackMerge with main repository.
2011-11-10 Gabe BlackGCC: Guard some gcc flags so they're used when availabl...
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-10-18 Nathan Binkertscons: fix building of shared objects
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-03 Nathan Binkertscons: rename some things from m5 to gem5
2011-06-03 Nathan Binkertcopyright: Add code for finding all copyright blocks...
2011-04-20 Brad Danofskyscons: Allow the build directory live under an EXTRAS...
2011-04-15 Nathan Binkertunittest: Make unit tests capable of using swig and...
2011-04-15 Nathan Binkertscons: make a flexible system for guarding source files
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-03-11 Gabe BlackSCons: Stop embedding the mercurial revision into the...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-15 Gabe BlackInfo: Clean up some info files.
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-21 Nathan Binkertscons: remove extra dependencies
2010-11-15 Ali SaidiSCons: Cleanup SCons output during compile
2010-11-07 Gabe Blackscons: Replace the build_dir parameter to SConscript...
2010-09-12 Nathan Binkertswig: make all generated files go into the m5.internal...
2010-09-09 Nathan Binkertscons: Stop building the big monolithic swigged params...
2010-09-09 Nathan Binkertinit: don't build files that centralize python and...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-07-21 Nathan Binkertpython: Add mechanism to override code compiled into...
2010-04-15 Nathan Binkertscons: don't maintain files in sorted order
2010-01-19 Derek Howermerge
2009-11-09 Nathan Binkertautomerge
2009-11-09 Steve Reinhardtscons: deal with generated .py files properly
2009-09-26 Nathan Binkertpython: Fix m5.defines so grabbing flags works correctly
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-22 Nathan Binkertparams: small cleanup to param description internals
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-06-13 Nathan Binkertscons: Make shared library builds work again
2009-06-05 Nathan Binkertscons: Make it so that the processing of trace flags...
2009-05-05 Korey Sewellmerge code
2009-05-04 Nathan Binkertscons: re-work the *Source functions to take more infor...
2009-04-21 Nathan BinkertSCons: Export export_vars so SConsopts files can add...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-10 Nathan Binkertscons: Require SCons version 0.98.1
2009-02-10 Nathan Binkertscons: Don't build the intermediate static library...
2009-01-31 Ali SaidiSCons: Fix how we get Mercurial revision information...
2009-01-19 Nathan Binkerttracing: panic() if people try to use tracing, but...
2009-01-19 Nathan Binkertpython: Rework how things are imported
2009-01-19 Nathan Binkertscons: Don't add all objects to the library twice
2009-01-13 Nathan BinkertSCons: centralize the Dir() workaround for newer versio...
2008-11-10 Nathan BinkertSCons: Allow top level directory of EXTRAS able to...
2008-10-11 Nathan Binkertswig: Add in a %rename to allow the same name to appear...
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkertpdb: Try to make pdb work better.
2008-10-09 Nathan BinkertSCons: add code to provide a libm5 shared library.
2008-10-02 Nathan Binkertunittest: Add unit tests to the scons framework.
2008-09-26 Nathan Binkertscons: disable several gcc warnings for swig autogenera...
2008-09-22 Nathan Binkertscons: Separate swig environment so we can have differe...
2008-08-04 Nathan Binkertlibm5: Create a libm5 static library for embedding m5.
2008-08-03 Nathan Binkertkill unused code
2008-07-31 Nathan Binkertscons: Get rid of generate.py in the build system.
2008-06-14 Nathan BinkertAdd missing dependencies on .i files
2008-06-14 Nathan Binkertscons: fix program_info.cc generation
2008-06-13 Steve ReinhardtAutomated merge with ssh://m5sim.org//repo/m5
2008-06-13 Ali SaidiHG: Add compiled hg revision and date to the standard...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-11 Steve ReinhardtEXTRAS now points to src instead of needing 'src' subdir.
2008-02-06 Steve ReinhardtCleaned up os.path imports a bit.
2008-02-06 Steve ReinhardtMake EXTRAS work for SConsopts too.
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Steve ReinhardtMake EXTRAS work for relative directories.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-09-10 Gabe BlackFix for leaving EXTRAS blank
2007-09-10 Gabe BlackNormalize the path pathed in through EXTRAS so it won...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-26 Nathan BinkertAdd a new SCons option called EXTRAS that allows you...
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Nathan BinkertDon't go over 80 chars per line
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-17 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-16 Ron DreslinskiMerge zizzer:/bk/newmem
2007-04-16 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-13 Nathan BinkertCompletely re-work how the scons framework incorporates...
2007-04-12 Nathan BinkertDon't allow Source to accept multiple arguments, lists,
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-12 Ali SaidiMerge zizzer:/bk/newmem
2007-03-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-11 Nathan BinkertRework the way SCons recurses into subdirectories,...
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
next