Clownfish 0.6.3 Latest
Files
- Build.PL
- CHANGES
- CONTRIBUTING.md
- INSTALL.SKIP
- INSTALL.md
- LICENSE
- MANIFEST
- META.json
- META.yml
- NOTICE
- README.md
- buildlib/Clownfish/Build.pm
- buildlib/Clownfish/Build/Binding.pm
- cfcore/Clownfish.c
- cfcore/Clownfish.cfp
- cfcore/Clownfish.md
- cfcore/Clownfish/Blob.c
- cfcore/Clownfish/Blob.cfh
- cfcore/Clownfish/Boolean.c
- cfcore/Clownfish/Boolean.cfh
- cfcore/Clownfish/ByteBuf.c
- cfcore/Clownfish/ByteBuf.cfh
- cfcore/Clownfish/CharBuf.c
- cfcore/Clownfish/CharBuf.cfh
- cfcore/Clownfish/Class.c
- cfcore/Clownfish/Class.cfh
- cfcore/Clownfish/Docs/BuildingProjects.md
- cfcore/Clownfish/Docs/ClassIntro.md
- cfcore/Clownfish/Docs/WritingClasses.md
- cfcore/Clownfish/Err.c
- cfcore/Clownfish/Err.cfh
- cfcore/Clownfish/Hash.c
- cfcore/Clownfish/Hash.cfh
- cfcore/Clownfish/HashIterator.c
- cfcore/Clownfish/HashIterator.cfh
- cfcore/Clownfish/LockFreeRegistry.c
- cfcore/Clownfish/LockFreeRegistry.h
- cfcore/Clownfish/Method.c
- cfcore/Clownfish/Method.cfh
- cfcore/Clownfish/Num.c
- cfcore/Clownfish/Num.cfh
- cfcore/Clownfish/Obj.c
- cfcore/Clownfish/Obj.cfh
- cfcore/Clownfish/PtrHash.c
- cfcore/Clownfish/PtrHash.h
- cfcore/Clownfish/String.c
- cfcore/Clownfish/String.cfh
- cfcore/Clownfish/TestHarness/TestBatch.cfh
- cfcore/Clownfish/TestHarness/TestBatchRunner.c
- cfcore/Clownfish/TestHarness/TestBatchRunner.cfh
- cfcore/Clownfish/TestHarness/TestFormatter.c
- cfcore/Clownfish/TestHarness/TestFormatter.cfh
- cfcore/Clownfish/TestHarness/TestSuite.c
- cfcore/Clownfish/TestHarness/TestSuite.cfh
- cfcore/Clownfish/TestHarness/TestSuiteRunner.c
- cfcore/Clownfish/TestHarness/TestSuiteRunner.cfh
- cfcore/Clownfish/TestHarness/TestUtils.c
- cfcore/Clownfish/TestHarness/TestUtils.cfh
- cfcore/Clownfish/Util/Atomic.c
- cfcore/Clownfish/Util/Atomic.h
- cfcore/Clownfish/Util/Memory.c
- cfcore/Clownfish/Util/Memory.cfh
- cfcore/Clownfish/Util/SortUtils.c
- cfcore/Clownfish/Util/SortUtils.cfh
- cfcore/Clownfish/Vector.c
- cfcore/Clownfish/Vector.cfh
- cftest/Clownfish/Test.c
- cftest/Clownfish/Test.cfh
- cftest/Clownfish/Test/TestBlob.c
- cftest/Clownfish/Test/TestBlob.cfh
- cftest/Clownfish/Test/TestBoolean.c
- cftest/Clownfish/Test/TestBoolean.cfh
- cftest/Clownfish/Test/TestByteBuf.c
- cftest/Clownfish/Test/TestByteBuf.cfh
- cftest/Clownfish/Test/TestCharBuf.c
- cftest/Clownfish/Test/TestCharBuf.cfh
- cftest/Clownfish/Test/TestClass.c
- cftest/Clownfish/Test/TestClass.cfh
- cftest/Clownfish/Test/TestErr.c
- cftest/Clownfish/Test/TestErr.cfh
- cftest/Clownfish/Test/TestHash.c
- cftest/Clownfish/Test/TestHash.cfh
- cftest/Clownfish/Test/TestHashIterator.c
- cftest/Clownfish/Test/TestHashIterator.cfh
- cftest/Clownfish/Test/TestHost.c
- cftest/Clownfish/Test/TestHost.cfh
- cftest/Clownfish/Test/TestLockFreeRegistry.c
- cftest/Clownfish/Test/TestLockFreeRegistry.cfh
- cftest/Clownfish/Test/TestMethod.c
- cftest/Clownfish/Test/TestMethod.cfh
- cftest/Clownfish/Test/TestNum.c
- cftest/Clownfish/Test/TestNum.cfh
- cftest/Clownfish/Test/TestObj.c
- cftest/Clownfish/Test/TestObj.cfh
- cftest/Clownfish/Test/TestPtrHash.c
- cftest/Clownfish/Test/TestPtrHash.cfh
- cftest/Clownfish/Test/TestString.c
- cftest/Clownfish/Test/TestString.cfh
- cftest/Clownfish/Test/TestVector.c
- cftest/Clownfish/Test/TestVector.cfh
- cftest/Clownfish/Test/Util/TestAtomic.c
- cftest/Clownfish/Test/Util/TestAtomic.cfh
- cftest/Clownfish/Test/Util/TestMemory.c
- cftest/Clownfish/Test/Util/TestMemory.cfh
- cftest/TestClownfish.c
- cftest/TestClownfish.cfp
- charmonizer.c
- lib/Clownfish.pm
- lib/Clownfish.pod
- lib/Clownfish/Blob.pm
- lib/Clownfish/Blob.pod
- lib/Clownfish/Boolean.pm
- lib/Clownfish/Boolean.pod
- lib/Clownfish/ByteBuf.pm
- lib/Clownfish/ByteBuf.pod
- lib/Clownfish/CharBuf.pm
- lib/Clownfish/CharBuf.pod
- lib/Clownfish/Class.pm
- lib/Clownfish/Class.pod
- lib/Clownfish/Docs/BuildingProjects.pod
- lib/Clownfish/Docs/ClassIntro.pod
- lib/Clownfish/Docs/WritingClasses.pod
- lib/Clownfish/Err.pm
- lib/Clownfish/Err.pod
- lib/Clownfish/Float.pm
- lib/Clownfish/Float.pod
- lib/Clownfish/Hash.pm
- lib/Clownfish/Hash.pod
- lib/Clownfish/HashIterator.pm
- lib/Clownfish/HashIterator.pod
- lib/Clownfish/Integer.pm
- lib/Clownfish/Integer.pod
- lib/Clownfish/Obj.pm
- lib/Clownfish/Obj.pod
- lib/Clownfish/String.pm
- lib/Clownfish/String.pod
- lib/Clownfish/StringIterator.pod
- lib/Clownfish/Test.pm
- lib/Clownfish/Vector.pm
- lib/Clownfish/Vector.pod
- t/binding/002-clownfish.t
- t/binding/010-class.t
- t/binding/016-vector.t
- t/binding/017-hash.t
- t/binding/018-host.t
- t/binding/019-obj.t
- t/binding/021-blob.t
- t/binding/022-bytebuf.t
- t/binding/023-string.t
- t/binding/029-charbuf.t
- t/binding/031-num.t
- t/binding/034-err.t
- t/core/010-class.t
- t/core/011-method.t
- t/core/016-vector.t
- t/core/017-hash.t
- t/core/019-obj.t
- t/core/020-err.t
- t/core/021-blob.t
- t/core/022-bytebuf.t
- t/core/023-string.t
- t/core/029-charbuf.t
- t/core/030-boolean.t
- t/core/031-num.t
- t/core/037-atomic.t
- t/core/039-memory.t
- t/core/050-ptrhash.t
- xs/XSBind.c
- xs/XSBind.h