aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/CommandParser.hh
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30cosmetic fix: removed warning about double ';' after commandMathias Gumz1-15/+5
static xyz inside a anonymous namespace is not really needed, so i removed the namespace to get rid of the compiler warning. it's more convinient for the developer to put ';' after that REGISTER_COMMAND_PARSER
2008-06-03add new command line option -list-commandsMark Tiefenbruck1-1/+1
2008-06-03remove some unnecessary architectureMark Tiefenbruck1-5/+19
2008-01-17use function pointer for CommandParser::CommandMark Tiefenbruck1-8/+8
2008-01-11forgot to add thisMark Tiefenbruck1-0/+128