summaryrefslogtreecommitdiff
path: root/src/cpu/rubytest/CheckTable.cc
AgeCommit message (Collapse)Author
2010-04-02ruby: get "using namespace" out of headersNathan Binkert
In addition to obvious changes, this required a slight change to the slicc grammar to allow types with :: in them. Otherwise slicc barfs on std::string which we need for the headers that slicc generates.
2010-03-29style: cleanup the Ruby TesterNathan Binkert
2010-01-29ruby: added the GEMS ruby testerBrad Beckmann