Age | Commit message (Expand) | Author |
2009-04-08 | alpha: get rid of all turbolaser remnants | Nathan Binkert |
2009-03-17 | includes: add ext to the includes path. | Nathan Binkert |
2009-03-17 | ply: put the absolute path to ply in the environment, not a relative one | Nathan Binkert |
2009-03-07 | scons: fix the library path stuff | Nathan Binkert |
2009-03-05 | SCons: Fix bug with .hg dir not existing. | Ali Saidi |
2009-02-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi |
2009-02-15 | SCons: Fix read_command so it can properly deal with command strings | Nathan Binkert |
2009-02-11 | scons: clean up the main SConstruct file more. | Nathan Binkert |
2009-02-09 | scons: Require SCons version 0.98.1 | Nathan Binkert |
2008-11-15 | Output: Include gzstream package to allow automatically-gzipped output | Clint Smullen |
2008-11-10 | SCons: Allow top level directory of EXTRAS able to contain SConscripts. | Nathan Binkert |
2008-10-26 | BATCH: Run as, ar, and ranlib with BATCH_CMD so that they execute on the batc... | Ali Saidi |
2008-10-08 | Scons: Update compare_versions() to ignore trailing charecters after an int. ... | Ali Saidi |
2008-09-27 | gcc: Version 4.3 adds some warnings that we're turning off. | Nathan Binkert |
2008-09-19 | We're searching for g++ incorrectly | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-04-08 | SCons: Manually specifying header only directories with Dir() works around th... | Ali Saidi |
2008-04-07 | SCons: Make BATCH options global sticky so libelf is built appropriately. | Ali Saidi |
2008-04-07 | SCons: Add check for SCons version since the latest are broken. | Ali Saidi |
2008-03-24 | Add FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct options. | Steve Reinhardt |
2008-02-11 | EXTRAS now points to src instead of needing 'src' subdir. | Steve Reinhardt |
2008-02-11 | Wait to set BUILD_DIR until *after* env is copied. | 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-19 | Compiling: Make sure that libelf is also compiled for 64bit on OS X. | Ali Saidi |
2007-11-16 | Make EXTRAS work for relative directories. | Steve Reinhardt |
2007-11-08 | Compiling: If possible compile a 64 bit binary on Mac OS X. | Ali Saidi |
2007-11-01 | SConstruct: fix scons null conf object problem | Steve Reinhardt |
2007-10-31 | SConstruct: undo half of last changeset; looked innocuous but wasn't. | Steve Reinhardt |
2007-10-31 | SConstruct: Fix env Dir/String problem | Steve Reinhardt |
2007-08-12 | Style: fix IGNORE_STYLE so it isn't required on the command line. | Ali Saidi |
2007-08-12 | style: If IGNORE_STYLE=True is set on the scons command line, ignore style. | Nathan Binkert |
2007-07-28 | style: Check/Fix whitespace on SCons files | Nathan Binkert |
2007-07-26 | scons: make things work when EXTRAS is not defined. | Nathan Binkert |
2007-07-25 | Add a new SCons option called EXTRAS that allows you to include stuff in | Nathan Binkert |
2007-07-22 | Merge Gabe's changes with mine. | Steve Reinhardt |
2007-07-21 | Add code to turn the style stuff into a mercurial hook. | Nathan Binkert |
2007-07-14 | Handle broken swig version that prints version info on stderr. | Steve Reinhardt |
2007-06-10 | Add the -templatereduce option to swig to prepare for more templates. | Nathan Binkert |
2007-05-30 | Fix compiling on Solaris since Nate's libelf change | Ali Saidi |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-03 | Add build hooks for x86. | Gabe Black |
2007-01-27 | I missed a couple of things | Ali Saidi |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2006-12-04 | Better handling of scons -u targets. | Steve Reinhardt |
2006-12-04 | SConstruct: | Steve Reinhardt |
2006-12-04 | import os.path.join as joinpath | Steve Reinhardt |
2006-11-29 | Add in O3CPU to default CPU list. | Kevin Lim |
2006-11-13 | Parse CC/CXX early so that we use the correct compiler for testing dependenci... | Ali Saidi |