summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-09-22scons: add slicc and ply to sys.path and PYTHONPATH so everyone has accessNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-05-11ruby: add RUBY sticky option that must be set to add ruby to the buildNathan Binkert
2009-05-11ruby: Migrate all of ruby and slicc to SCons.Nathan Binkert
2009-05-04scons: re-work the *Source functions to take more information.Nathan Binkert
2009-04-21scons: Rename the basic environment from env -> main.Nathan Binkert
2009-04-21scons: Fix two problems with the way that the library path is generated.Nathan Binkert
2009-04-21scons: make default target work againNathan Binkert
2009-04-21SCons: Export export_vars so SConsopts files can add to themNathan Binkert
2009-04-08alpha: get rid of all turbolaser remnantsNathan Binkert
2009-03-17includes: add ext to the includes path.Nathan Binkert
2009-03-17ply: put the absolute path to ply in the environment, not a relative oneNathan Binkert
2009-03-07scons: fix the library path stuffNathan Binkert
2009-03-05SCons: Fix bug with .hg dir not existing.Ali Saidi
2009-02-26CPA: Add new object for gathering critical path annotations.Ali Saidi
2009-02-15SCons: Fix read_command so it can properly deal with command stringsNathan Binkert
2009-02-11scons: clean up the main SConstruct file more.Nathan Binkert
2009-02-09scons: Require SCons version 0.98.1Nathan Binkert
2008-11-15Output: Include gzstream package to allow automatically-gzipped outputClint Smullen
2008-11-10SCons: Allow top level directory of EXTRAS able to contain SConscripts.Nathan Binkert
2008-10-26BATCH: Run as, ar, and ranlib with BATCH_CMD so that they execute on the batc...Ali Saidi
2008-10-08Scons: Update compare_versions() to ignore trailing charecters after an int. ...Ali Saidi
2008-09-27gcc: Version 4.3 adds some warnings that we're turning off.Nathan Binkert
2008-09-19We're searching for g++ incorrectlyNathan Binkert
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2008-04-08SCons: Manually specifying header only directories with Dir() works around th...Ali Saidi
2008-04-07SCons: Make BATCH options global sticky so libelf is built appropriately.Ali Saidi
2008-04-07SCons: Add check for SCons version since the latest are broken.Ali Saidi
2008-03-24Add FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct options.Steve Reinhardt
2008-02-11EXTRAS now points to src instead of needing 'src' subdir.Steve Reinhardt
2008-02-11Wait to set BUILD_DIR until *after* env is copied.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-19Compiling: Make sure that libelf is also compiled for 64bit on OS X.Ali Saidi
2007-11-16Make EXTRAS work for relative directories.Steve Reinhardt
2007-11-08Compiling: If possible compile a 64 bit binary on Mac OS X.Ali Saidi
2007-11-01SConstruct: fix scons null conf object problemSteve Reinhardt
2007-10-31SConstruct: undo half of last changeset; looked innocuous but wasn't.Steve Reinhardt
2007-10-31SConstruct: Fix env Dir/String problemSteve Reinhardt
2007-08-12Style: fix IGNORE_STYLE so it isn't required on the command line.Ali Saidi
2007-08-12style: If IGNORE_STYLE=True is set on the scons command line, ignore style.Nathan Binkert
2007-07-28style: Check/Fix whitespace on SCons filesNathan Binkert
2007-07-26scons: make things work when EXTRAS is not defined.Nathan Binkert
2007-07-25Add a new SCons option called EXTRAS that allows you to include stuff inNathan Binkert
2007-07-22Merge Gabe's changes with mine.Steve Reinhardt
2007-07-21Add code to turn the style stuff into a mercurial hook.Nathan Binkert
2007-07-14Handle broken swig version that prints version info on stderr.Steve Reinhardt
2007-06-10Add the -templatereduce option to swig to prepare for more templates.Nathan Binkert
2007-05-30Fix compiling on Solaris since Nate's libelf changeAli Saidi