summaryrefslogtreecommitdiff
path: root/src/base/misc.hh
AgeCommit message (Expand)Author
2015-06-21base: Add a warn_if macroAndreas Sandberg
2014-10-11base: misc: Add missing header file.Nilay Vaish
2014-08-26base: Replace the internal varargs stuff with C++11 constructsAndreas Sandberg
2014-08-13base: Remove unused M5_PRAGMA_NORETURNAndreas Sandberg
2014-03-07misc: Add panic_if / fatal_if / chatty_assertStephan Diestelhorst
2014-02-06base: calls abort() from fatalNilay Vaish
2008-10-10Rename the info function to inform to avoid likely name conflictsNathan Binkert
2008-10-10output: Make panic/fatal/warn more flexible so we can add some new ones.Nathan Binkert
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2008-07-15Get rid of useless m5_assert macro.Steve Reinhardt
2007-02-07Get rid of the gross operator,()/variadic macro hackNathan Binkert
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-16add warn_once which will print any given warning messageNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt