summaryrefslogtreecommitdiff
path: root/src/SConscript
AgeCommit message (Expand)Author
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson
2014-10-16scons: Add Undefined Behavior Sanitizer (UBSan) optionAndreas Hansson
2014-08-12scons: Generate a single debug flag C++ fileCurtis Dunham
2014-10-16scons: create dummy target to have SWIG generate C++ classesCurtis Dunham
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-08-13scons: Silence clang 3.4 warnings on Ubuntu 12.04Andreas Sandberg
2014-06-10scons: Bump the compiler version to gcc 4.6 and clang 3.0Andreas Hansson
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2013-11-15cpu: allow the fetch buffer to be smaller than a cache lineAnthony Gutierrez
2013-10-17build: Place proto output in the same directory, also for EXTRASAndreas Hansson
2013-03-27scons: don't die on warnings in swig-generated codeSteve Reinhardt
2013-02-19scons: Unify the flags shared by gcc and clangAndreas Hansson
2013-02-19scons: Add warning delete with non-virtual destructorAndreas Hansson
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2013-01-07scons: Remove stale compiler optionsAndreas Hansson
2013-01-07scons: Add support for google protobuf buildingAndreas Hansson
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-09-25build: Add missing dependencies when building param SWIG interfacesAndreas Sandberg
2012-09-14gcc: Enable Link-Time Optimization for gcc >= 4.6Andreas Hansson
2012-09-14scons: Add a target for google-perftools profilingAndreas Hansson
2012-09-14scons: Restructure ccflags and ldflagsAndreas Hansson
2012-08-28swig: Disable unused value warning with llvm 3.1 compilersAndreas Hansson
2012-06-05sim: Provide a framework for detecting out of data checkpoints and migrating ...Ali Saidi
2012-05-10stats: fix compilation of unit test.Ali Saidi
2012-04-14clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6Andreas Hansson
2012-04-13SCons: restore Werror option in src/SConscriptSteve Reinhardt
2012-04-09tests: Fix building unit tests.Gabe Black
2012-03-22Scons: Remove Werror=False in SConscript filesAndreas Hansson
2012-03-06build scripts: Made minor modifications to reduce build overhead time.Marc Orr
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-09SWIG: Make gem5 compile and link with swig 2.0.4Andreas Hansson
2011-11-09GCC: Guard some gcc flags so they're used when available and needed.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-10-20scons/swig: refactor some of the scons/SWIG codeSteve Reinhardt
2011-10-17scons: fix building of shared objectsNathan Binkert
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-06-02scons: rename some things from m5 to gem5Nathan Binkert
2011-06-02copyright: Add code for finding all copyright blocks and create a COPYING fileNathan Binkert
2011-04-20scons: Allow the build directory live under an EXTRAS directoryBrad Danofsky
2011-04-15unittest: Make unit tests capable of using swig and python, convert stattestNathan Binkert
2011-04-15scons: make a flexible system for guarding source filesNathan Binkert
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-03-11SCons: Stop embedding the mercurial revision into the binary.Gabe Black
2011-02-14Info: Clean up some info files.Gabe Black
2011-01-07scons: show sources and targets when building, and colorize output.Steve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-12-21scons: remove extra dependenciesNathan Binkert
2010-11-15SCons: Cleanup SCons output during compileAli Saidi
2010-11-06scons: Replace the build_dir parameter to SConscript with variant_dir.Gabe Black
2010-09-12swig: make all generated files go into the m5.internal packageNathan Binkert