index
:
raul.git
master
Real-time Audio Utility Library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
raul
/
TableImpl.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-01
GCC 4.3 fixes.
David Robillard
1
-3
/
+5
2008-01-01
RAUL code cleanup.
David Robillard
1
-5
/
+2
2007-10-10
Fix recursive patch problems (all objects recursively appearing as direct chi...
David Robillard
1
-3
/
+3
2007-10-08
Fixed missing symbol in Raul.
David Robillard
1
-2
/
+11
2007-10-08
Eliminate redundant object collections (ObjectModel having a separate collect...
David Robillard
1
-2
/
+11
2007-07-27
Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...
David Robillard
1
-1
/
+9
2007-07-26
Use PathTable for engine side objects.
David Robillard
1
-7
/
+7
2007-07-26
Fix various Table bugs (and put some way too slow code in there, but hey, it ...
David Robillard
1
-46
/
+92
2007-07-26
Added PathTable, simple pretty wrapper around Table which provides super fast
David Robillard
1
-1
/
+102
2007-07-26
Add const find interface to Raul::Table, fix bugs.
David Robillard
1
-6
/
+20
2007-07-26
Implement std::map[key] = value interface.
David Robillard
1
-0
/
+22
2007-07-26
Add Table unit test.
David Robillard
1
-8
/
+21
2007-07-26
Use C++ey memory via std::vector instead of malloc and friends for Table, sin...
David Robillard
1
-44
/
+75
2007-07-26
Added Raul::Table class (like an std::map but in an array, very fast to do a ...
David Robillard
1
-0
/
+166