Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-23 | Fix const-violating casts. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@306 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-10 | Fix void pointer arithmetic. | David Robillard | 1 | -7/+8 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@252 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-10 | Use a single node hash for all types of nodes. | David Robillard | 1 | -0/+56 | |
Inline nodes in hash table nodes and eliminate key+value pointer overhead. Use SSE 4.2 accelerated node and string hashing when available. git-svn-id: http://svn.drobilla.net/sord/trunk@250 3d64ff67-21c5-427c-a301-fe4f08042e5a |