Age | Commit message (Expand) | Author |
2012-05-08 | scons: allow override of SWIG binary on command line | Steve Reinhardt |
2012-04-23 | scons: update minimum SWIG version to 1.3.34 | Steve Reinhardt |
2012-04-14 | Regression: Add ANSI colours to highlight test status | Andreas Hansson |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-03-16 | build: remove implicit-cache setting of scons from recent build faster patch | Marc Orr |
2012-03-09 | CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable | Geoffrey Blake |
2012-03-06 | build scripts: Made minor modifications to reduce build overhead time. | Marc Orr |
2012-03-02 | SConstruct: rename and document AddM5Option | Steve Reinhardt |
2012-03-02 | SConstruct: update comments & doc strings | Steve Reinhardt |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | SE/FS: Get rid of the FULL_SYSTEM config option. | Gabe Black |
2012-01-09 | MAC: Make gem5 compile and run on MacOSX 10.7.2 | Andreas Hansson |
2011-11-09 | GCC: Guard some gcc flags so they're used when available and needed. | Gabe Black |
2011-08-08 | BuildEnv: Eliminate RUBY as build environment variable | Nilay Vaish |
2011-08-02 | Scons: Make some Action objects fit the abreviated output format. | Gabe Black |
2011-08-02 | Scons: Drop RUBY as compile time option. | Nilay Vaish |
2011-07-19 | SCons: Only print all the SConsopts being read if verbose is turned on. | Gabe Black |
2011-06-02 | SConstruct: automatically update .hg/hgrc with style hooks. | Steve Reinhardt |
2011-05-12 | stats: delete mysql support | Nathan Binkert |
2011-05-02 | scons: interpret paths relative to launch directory | Steve Reinhardt |
2011-05-02 | scons: allow use of current builds as default build settings | Steve Reinhardt |
2011-03-18 | base: disable FastAlloc in debug builds by default | Steve Reinhardt |
2011-03-11 | SCons: Stop embedding the mercurial revision into the binary. | Gabe Black |
2011-03-04 | SCons: Fix the polarity on the --ignore-style check. | Gabe Black |
2011-03-03 | SCons: Clean up some inconsistent capitalization in scons options. | Gabe Black |
2011-03-03 | SCons: Turn some scons variables into command line options. | Gabe Black |
2011-03-01 | SCons: Separately label the global non-sticky options. | Gabe Black |
2011-01-21 | SConstruct: Fix the librt check in SConstruct. | Gabe Black |
2011-01-15 | time: improve time datastructure | Nathan Binkert |
2011-01-10 | style: clean up style hook code a bit | Nathan Binkert |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2010-12-30 | style: make style hook work with pre-qrefresh and update to use new code | Nathan Binkert |
2010-11-19 | SCons: Fix compilation on OS X | Ali Saidi |
2010-11-15 | SCons: Cleanup SCons output during compile | Ali Saidi |
2010-11-09 | scons: Work around for old versions of scons mistaking strings for sequences. | Gabe Black |
2010-11-08 | scons: add a parameter to configure SCons' build cache | Ali Saidi |
2010-08-23 | BUILD: GCC 4.4.1/2 have a bug in their auto-vectorizer that we trip on | Ali Saidi |
2010-06-14 | build: grab the right library if we're using a debug version of python | Nathan Binkert |
2010-06-07 | scons: make RUBY a regular (non-global) sticky var | Steve Reinhardt |
2010-02-26 | cpu_models: get rid of cpu_models.py and move the stuff into SCons | Nathan Binkert |
2010-01-17 | SCons: Make --help reflect the arguments to scons. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-22 | scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-05-11 | ruby: add RUBY sticky option that must be set to add ruby to the build | Nathan Binkert |
2009-05-11 | ruby: Migrate all of ruby and slicc to SCons. | Nathan Binkert |
2009-05-04 | scons: re-work the *Source functions to take more information. | Nathan Binkert |
2009-04-21 | scons: Rename the basic environment from env -> main. | Nathan Binkert |
2009-04-21 | scons: Fix two problems with the way that the library path is generated. | Nathan Binkert |