summaryrefslogtreecommitdiffstats
path: root/raul/TableImpl.hpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Update license to GPL3+.David Robillard1-16/+15
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-1/+0
2011-10-18Clang warning fixes.David Robillard1-2/+2
2011-05-18Strip double blank lines.David Robillard1-15/+0
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-01-08Code clean-up (cpplint).David Robillard1-2/+5
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-2/+2
2010-01-06Fancy (optinally) coloured logging system.David Robillard1-6/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-29/+29
2008-10-20Actually use installation location variables for everything.David Robillard1-1/+1
2008-05-01GCC 4.3 fixes.David Robillard1-3/+5
2008-01-01RAUL code cleanup.David Robillard1-5/+2
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-3/+3
2007-10-08Fixed missing symbol in Raul.David Robillard1-2/+11
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard1-2/+11
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+9
2007-07-26Use PathTable for engine side objects.David Robillard1-7/+7
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard1-46/+92
2007-07-26Added PathTable, simple pretty wrapper around Table which provides super fastDavid Robillard1-1/+102
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-6/+20
2007-07-26Implement std::map[key] = value interface.David Robillard1-0/+22
2007-07-26Add Table unit test.David Robillard1-8/+21
2007-07-26Use C++ey memory via std::vector instead of malloc and friends for Table, sin...David Robillard1-44/+75
2007-07-26Added Raul::Table class (like an std::map but in an array, very fast to do a ...David Robillard1-0/+166