summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2013-03-18scons: Don't explicitly add tcmalloc_minimal to LIBSAndreas Sandberg
2013-03-18scons: Include flags required to link statically with PythonAndreas Sandberg
2013-03-14scons: Check for known buggy version of SWIG (2.0.9)Andreas Sandberg
2013-02-19scons: Unify the flags shared by gcc and clangAndreas Hansson
2013-02-19scons: Add warning for overloaded virtual functionsAndreas Hansson
2013-02-19scons: Add warning for missing field initializersAndreas Hansson
2013-02-15ext lib: add libfdt to enable flattened device tree supportAnthony Gutierrez
2013-01-21scons: Disable protobuf if pkg-config and CheckLib failsAndreas Hansson
2013-01-07scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x supportAndreas Hansson
2013-01-07scons: Remove stale compiler optionsAndreas Hansson
2013-01-07scons: Whitelist useful environment variablesAndreas Sandberg
2013-01-07scons: Add support for google protobuf buildingAndreas Hansson
2012-09-25base: Check for static_assert support and provide fallbackAndreas Sandberg
2012-09-21Scons: Verbose messages when dependencies are not installedAndreas Hansson
2012-09-14gcc: Enable Link-Time Optimization for gcc >= 4.6Andreas Hansson
2012-09-14scons: Use c++0x with gcc >= 4.4 instead of 4.6Andreas Hansson
2012-09-12Ruby: Modify Scons so that we can put .sm files in extrasJason Power
2012-07-12scons: Add LIBRARY_PATH from the user environment to SconsAndreas Hansson
2012-06-20swig: Use SWIG from environment when determining versionAndreas Hansson
2012-06-18Build: Point to the appropriate tcmalloc packageAndreas Hansson
2012-06-11scons: Make compiler version error more verbose and easier to debug.Ali Saidi
2012-06-05sim: Add support for tcmalloc if it's installed and available.Ali Saidi
2012-06-05sim: Remove FastAllocAli Saidi
2012-05-08scons: allow override of SWIG binary on command lineSteve Reinhardt
2012-04-23scons: update minimum SWIG version to 1.3.34Steve Reinhardt
2012-04-14Regression: Add ANSI colours to highlight test statusAndreas Hansson
2012-04-14clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6Andreas Hansson
2012-03-16build: remove implicit-cache setting of scons from recent build faster patchMarc Orr
2012-03-09CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectableGeoffrey Blake
2012-03-06build scripts: Made minor modifications to reduce build overhead time.Marc Orr
2012-03-02SConstruct: rename and document AddM5OptionSteve Reinhardt
2012-03-02SConstruct: update comments & doc stringsSteve Reinhardt
2012-01-31Merge with head, hopefully the last time for this batch.Gabe Black
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-28SE/FS: Get rid of the FULL_SYSTEM config option.Gabe Black
2012-01-09MAC: Make gem5 compile and run on MacOSX 10.7.2Andreas Hansson
2011-11-09GCC: Guard some gcc flags so they're used when available and needed.Gabe Black
2011-08-08BuildEnv: Eliminate RUBY as build environment variableNilay Vaish
2011-08-02Scons: Make some Action objects fit the abreviated output format.Gabe Black
2011-08-02Scons: Drop RUBY as compile time option.Nilay Vaish
2011-07-19SCons: Only print all the SConsopts being read if verbose is turned on.Gabe Black
2011-06-02SConstruct: automatically update .hg/hgrc with style hooks.Steve Reinhardt
2011-05-12stats: delete mysql supportNathan Binkert
2011-05-02scons: interpret paths relative to launch directorySteve Reinhardt
2011-05-02scons: allow use of current builds as default build settingsSteve Reinhardt
2011-03-18base: disable FastAlloc in debug builds by defaultSteve Reinhardt
2011-03-11SCons: Stop embedding the mercurial revision into the binary.Gabe Black
2011-03-04SCons: Fix the polarity on the --ignore-style check.Gabe Black
2011-03-03SCons: Clean up some inconsistent capitalization in scons options.Gabe Black
2011-03-03SCons: Turn some scons variables into command line options.Gabe Black