1. 2b582ad scons: ammend swig warning error to version 2.0.10 as well by Ali Saidi · 12 years ago
  2. f156020 kvm: Add basic support for ARM by Andreas Sandberg · 12 years ago
  3. f485ad1 kvm: Basic support for hardware virtualized CPUs by Andreas Sandberg · 12 years ago
  4. e28e624 scons: Try to use 'tcmalloc' before 'tcmalloc_minimal' by Andreas Sandberg · 12 years ago
  5. 468ad10 scons: Avoid malloc/free compiler optimization when using tcmalloc by Andreas Sandberg · 12 years ago
  6. 9e9a47c scons: Don't explicitly add tcmalloc_minimal to LIBS by Andreas Sandberg · 12 years ago
  7. 3e34751 scons: Include flags required to link statically with Python by Andreas Sandberg · 12 years ago
  8. 9544e8f scons: Check for known buggy version of SWIG (2.0.9) by Andreas Sandberg · 12 years ago
  9. 08a5fd3 scons: Unify the flags shared by gcc and clang by Andreas Hansson · 12 years ago
  10. 0acd2a9 scons: Add warning for overloaded virtual functions by Andreas Hansson · 12 years ago
  11. d670fa6 scons: Add warning for missing field initializers by Andreas Hansson · 12 years ago
  12. ba983f9 ext lib: add libfdt to enable flattened device tree support by Anthony Gutierrez · 12 years ago
  13. 62544f9 scons: Disable protobuf if pkg-config and CheckLib fails by Andreas Hansson · 12 years ago
  14. 406891c scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x support by Andreas Hansson · 12 years ago
  15. 2213023 scons: Remove stale compiler options by Andreas Hansson · 12 years ago
  16. 4c06be6 scons: Whitelist useful environment variables by Andreas Sandberg · 12 years ago
  17. 41f228c scons: Add support for google protobuf building by Andreas Hansson · 12 years ago
  18. 4544f3d base: Check for static_assert support and provide fallback by Andreas Sandberg · 12 years ago
  19. 166afc4 Scons: Verbose messages when dependencies are not installed by Andreas Hansson · 12 years ago
  20. d1f3a3b gcc: Enable Link-Time Optimization for gcc >= 4.6 by Andreas Hansson · 12 years ago
  21. 806a114 scons: Use c++0x with gcc >= 4.4 instead of 4.6 by Andreas Hansson · 12 years ago
  22. aa8bcd1 Ruby: Modify Scons so that we can put .sm files in extras by Jason Power · 13 years ago
  23. 55bfe13 scons: Add LIBRARY_PATH from the user environment to Scons by Andreas Hansson · 13 years ago
  24. c64731a swig: Use SWIG from environment when determining version by Andreas Hansson · 13 years ago
  25. eaf19d2 Build: Point to the appropriate tcmalloc package by Andreas Hansson · 13 years ago
  26. 12ba920 scons: Make compiler version error more verbose and easier to debug. by Ali Saidi · 13 years ago
  27. aec7a44 sim: Add support for tcmalloc if it's installed and available. by Ali Saidi · 13 years ago
  28. 1b37043 sim: Remove FastAlloc by Ali Saidi · 13 years ago
  29. 18e8d7e scons: allow override of SWIG binary on command line by Steve Reinhardt · 13 years ago
  30. 867ff2b scons: update minimum SWIG version to 1.3.34 by Steve Reinhardt · 13 years ago
  31. b9bc530 Regression: Add ANSI colours to highlight test status by Andreas Hansson · 13 years ago
  32. b6aa6d5 clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 by Andreas Hansson · 13 years ago
  33. 24fe7cd build: remove implicit-cache setting of scons from recent build faster patch by Marc Orr · 13 years ago
  34. 043709f CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable by Geoffrey Blake · 13 years ago
  35. eb43883 build scripts: Made minor modifications to reduce build overhead time. by Marc Orr · 13 years ago
  36. 3418ebb SConstruct: rename and document AddM5Option by Steve Reinhardt · 13 years ago
  37. f71a5c5 SConstruct: update comments & doc strings by Steve Reinhardt · 13 years ago
  38. ea8b347 Merge with head, hopefully the last time for this batch. by Gabe Black · 13 years ago
  39. 7d4f187 clang: Enable compiling gem5 using clang 2.9 and 3.0 by Koan-Sin Tan · 13 years ago
  40. 22a076a SE/FS: Get rid of the FULL_SYSTEM config option. by Gabe Black · 13 years ago
  41. c2dbfc1 MAC: Make gem5 compile and run on MacOSX 10.7.2 by Andreas Hansson · 13 years ago
  42. 2ee59ce GCC: Guard some gcc flags so they're used when available and needed. by Gabe Black · 13 years ago
  43. 821dfc1 BuildEnv: Eliminate RUBY as build environment variable by Nilay Vaish · 14 years ago
  44. 1c68c32 Scons: Make some Action objects fit the abreviated output format. by Gabe Black · 14 years ago
  45. 1b49c56 Scons: Drop RUBY as compile time option. by Nilay Vaish · 14 years ago
  46. f8ac16b SCons: Only print all the SConsopts being read if verbose is turned on. by Gabe Black · 14 years ago
  47. 5a78c2d SConstruct: automatically update .hg/hgrc with style hooks. by Steve Reinhardt · 14 years ago
  48. f7b3900 stats: delete mysql support by Nathan Binkert · 14 years ago
  49. 8ce85d3 scons: interpret paths relative to launch directory by Steve Reinhardt · 14 years ago
  50. f713af9 scons: allow use of current builds as default build settings by Steve Reinhardt · 14 years ago
  51. 38aa50b base: disable FastAlloc in debug builds by default by Steve Reinhardt · 14 years ago
  52. 02f10fb SCons: Stop embedding the mercurial revision into the binary. by Gabe Black · 14 years ago
  53. 674b941 SCons: Fix the polarity on the --ignore-style check. by Gabe Black · 14 years ago
  54. 96e0f3b SCons: Clean up some inconsistent capitalization in scons options. by Gabe Black · 14 years ago
  55. fa44812 SCons: Turn some scons variables into command line options. by Gabe Black · 14 years ago
  56. 9e608a6 SCons: Separately label the global non-sticky options. by Gabe Black · 14 years ago
  57. 0e64e1b SConstruct: Fix the librt check in SConstruct. by Gabe Black · 14 years ago
  58. 318bfe9 time: improve time datastructure by Nathan Binkert · 14 years ago
  59. 3c8cc17 style: clean up style hook code a bit by Nathan Binkert · 14 years ago
  60. d650f41 scons: show sources and targets when building, and colorize output. by Steve Reinhardt · 14 years ago
  61. fe6574e style: make style hook work with pre-qrefresh and update to use new code by Nathan Binkert · 14 years ago
  62. 5c6f4a0 SCons: Fix compilation on OS X by Ali Saidi · 14 years ago
  63. d4767f4 SCons: Cleanup SCons output during compile by Ali Saidi · 14 years ago
  64. 14b27fc scons: Work around for old versions of scons mistaking strings for sequences. by Gabe Black · 14 years ago
  65. 5fcf442 scons: add a parameter to configure SCons' build cache by Ali Saidi · 14 years ago
  66. 6f24da3 BUILD: GCC 4.4.1/2 have a bug in their auto-vectorizer that we trip on by Ali Saidi · 15 years ago
  67. 70497d6 build: grab the right library if we're using a debug version of python by Nathan Binkert · 15 years ago
  68. 4977d8b scons: make RUBY a regular (non-global) sticky var by Steve Reinhardt · 15 years ago
  69. f0b4259 cpu_models: get rid of cpu_models.py and move the stuff into SCons by Nathan Binkert · 15 years ago
  70. de904a6 SCons: Make --help reflect the arguments to scons. by Gabe Black · 15 years ago
  71. d9f39c8 arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh by Nathan Binkert · 15 years ago
  72. e9288b2 scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access by Nathan Binkert · 15 years ago
  73. 9a8cb7d python: Move more code into m5.util allow SCons to use that code. by Nathan Binkert · 15 years ago
  74. cf6b4ef ruby: add RUBY sticky option that must be set to add ruby to the build by Nathan Binkert · 16 years ago
  75. 7311fd7 ruby: Migrate all of ruby and slicc to SCons. by Nathan Binkert · 16 years ago
  76. dc35d2f scons: re-work the *Source functions to take more information. by Nathan Binkert · 16 years ago
  77. 05d8c9a scons: Rename the basic environment from env -> main. by Nathan Binkert · 16 years ago
  78. 56e5509 scons: Fix two problems with the way that the library path is generated. by Nathan Binkert · 16 years ago
  79. fff9c93 scons: make default target work again by Nathan Binkert · 16 years ago
  80. b0489d1 SCons: Export export_vars so SConsopts files can add to them by Nathan Binkert · 16 years ago
  81. 18a3052 alpha: get rid of all turbolaser remnants by Nathan Binkert · 16 years ago
  82. a102f84 includes: add ext to the includes path. by Nathan Binkert · 16 years ago
  83. f3621f1 ply: put the absolute path to ply in the environment, not a relative one by Nathan Binkert · 16 years ago
  84. be2d74a scons: fix the library path stuff by Nathan Binkert · 16 years ago
  85. b8548c0 SCons: Fix bug with .hg dir not existing. by Ali Saidi · 16 years ago
  86. 6fd4bc3 CPA: Add new object for gathering critical path annotations. by Ali Saidi · 16 years ago
  87. de72083 SCons: Fix read_command so it can properly deal with command strings by Nathan Binkert · 16 years ago
  88. 312fbb1 scons: clean up the main SConstruct file more. by Nathan Binkert · 16 years ago
  89. dd6ea87 scons: Require SCons version 0.98.1 by Nathan Binkert · 16 years ago
  90. 3087be9 Output: Include gzstream package to allow automatically-gzipped output by Clint Smullen · 16 years ago
  91. 4d64d76 SCons: Allow top level directory of EXTRAS able to contain SConscripts. by Nathan Binkert · 16 years ago
  92. aadae0b BATCH: Run as, ar, and ranlib with BATCH_CMD so that they execute on the batch hosts, not local host. by Ali Saidi · 16 years ago
  93. 9affd7a Scons: Update compare_versions() to ignore trailing charecters after an int. This is a fix for a mysql version number that includes a (E.g. 5.0.51a) by Ali Saidi · 16 years ago
  94. d2f172a gcc: Version 4.3 adds some warnings that we're turning off. by Nathan Binkert · 16 years ago
  95. 196213e We're searching for g++ incorrectly by Nathan Binkert · 16 years ago
  96. ede89c2 libm5: Create a libm5 static library for embedding m5. by Nathan Binkert · 17 years ago
  97. ed27c4c SCons: Manually specifying header only directories with Dir() works around the problem by Ali Saidi · 17 years ago
  98. bee4d45 SCons: Make BATCH options global sticky so libelf is built appropriately. by Ali Saidi · 17 years ago
  99. d9d79ce SCons: Add check for SCons version since the latest are broken. by Ali Saidi · 17 years ago
  100. 627592c Add FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct options. by Steve Reinhardt · 17 years ago