Merge HashIterator branch. This fixes #2. See CLOWNFISH-2.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/7161001d Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/7161001d Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/7161001d Branch: refs/heads/master Commit: 7161001d951f8d39e11529d138ec0c758de5b3ab Parents: 06eebd3 509361c Author: Marvin Humphrey <[email protected]> Authored: Mon Sep 8 12:16:33 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Sep 10 15:32:50 2014 -0700 ---------------------------------------------------------------------- runtime/core/Clownfish.c | 2 + runtime/core/Clownfish/Hash.c | 5 + runtime/core/Clownfish/Hash.cfh | 3 + runtime/core/Clownfish/HashIterator.c | 122 ++++++++++ runtime/core/Clownfish/HashIterator.cfh | 48 ++++ runtime/core/Clownfish/Test.c | 2 + runtime/core/Clownfish/Test/TestHashIterator.c | 240 +++++++++++++++++++ .../core/Clownfish/Test/TestHashIterator.cfh | 29 +++ 8 files changed, 451 insertions(+) ----------------------------------------------------------------------
