summaryrefslogtreecommitdiffstats
path: root/tests/table_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Strip trailing whitespace.David Robillard1-50/+50
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard1-3/+3
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-3/+9
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-2/+2
2007-08-05Yet more benchmarking.David Robillard1-1/+61
2007-08-05Okay, so it's faster with expensive to compare keys (strings).David Robillard1-6/+13
2007-08-05Added benchmark proving Raul::Table is slower than std::map and thus a useles...David Robillard1-1/+117
2007-07-26Use PathTable for engine side objects.David Robillard1-1/+1
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard1-1/+21
2007-07-26Added PathTable, simple pretty wrapper around Table which provides super fastDavid Robillard1-3/+61
2007-07-26Implement std::map[key] = value interface.David Robillard1-1/+10
2007-07-26Add Table unit test.David Robillard1-0/+108