summaryrefslogtreecommitdiff
path: root/src/unittest/cprintftest.cc
AgeCommit message (Expand)Author
2017-12-12tests: Move the cprintftest unit test into src/base.Gabe Black
2017-12-12tests: Convert the cprintf unit test into a gtest.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-11-19tests: Fix compilation of cprinftest.Gabe Black
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2011-04-15includes: sort all includesNathan Binkert
2008-12-03cprintf: support a configurable width and precision ("*" in printf)Nathan Binkert
2008-10-10cprintf: properly deal with pointer typesNathan Binkert
2007-02-06Initialize the variable to something.Nathan Binkert
2006-12-24remove some output formatting stuff that we don't useNathan Binkert
2006-12-18cast chars to int when we want to print integers so we get a numberNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt