summaryrefslogtreecommitdiff
path: root/src/base/compiler.hh
AgeCommit message (Expand)Author
2018-08-10base: Replace cppversion == version with >= versionBradley
2018-06-29base: Add a M5_PUBLIC and M5_LOCAL attribute macroAndreas Sandberg
2018-05-17base: Add M5 flag for [[nodiscard]] attributeNikos Nikoleris
2018-03-15arm: Fix implicit-fallthrough warnings when building with gcc-7+Siddhesh Poyarekar
2017-12-14misc: Updates for gcc7.2 for x86Jason Lowe-Power
2017-10-20base: Defining make_unique for C++11Giacomo Travaglini
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-02-11base: Add compiler macros to add deprecation warningsAndreas Sandberg
2014-08-26base: Add compiler macros for C++11 final/overrideAndreas Sandberg
2014-08-13base: Remove unused M5_PRAGMA_NORETURNAndreas Sandberg
2014-03-07scons: Fixes uninitialized warnings issued by clangMitch Hayenga
2013-01-07scons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x supportAndreas Hansson
2013-01-07scons: Remove stale compiler optionsAndreas Hansson
2012-09-25base: Check for static_assert support and provide fallbackAndreas Sandberg
2011-11-27Compiler: Add an M5_NO_INLINE define.Gabe Black
2011-02-11VNC: Add VNC server to M5Ali Saidi
2007-08-10Bus: Only call end() on an stl object once in a loopAli Saidi
2007-01-27While I'm waiting for legion to run make m5 compile with a few more compilersAli Saidi
2007-01-26forgot to include this fileAli Saidi