summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 07:42:45 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 07:42:45 +0000
commit8a924c6edf7695dfaf85a625dfcb9eb593fc8c4f (patch)
tree99403df2002aa035872824582ac7394f526538c1 /docs
parent02b77b790affe74ba9348a293bd0f79caf35cbac (diff)
downloadllvm-8a924c6edf7695dfaf85a625dfcb9eb593fc8c4f.tar.gz
llvm-8a924c6edf7695dfaf85a625dfcb9eb593fc8c4f.tar.bz2
llvm-8a924c6edf7695dfaf85a625dfcb9eb593fc8c4f.tar.xz
Add ZooLib to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 10cd0025a0..1aefdb292d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -503,6 +503,24 @@ object-oriented programming, operator overloading and strong typing.</p>
</div>
<!--=========================================================================-->
+<h3>The ZooLib C++ Cross-Platform Application Framework</h3>
+
+<div>
+
+<p><a href="http://www.zoolib.org/">ZooLib</a> is Open Source under the MIT
+ License. It provides GUI, filesystem access, TCP networking, thread-safe
+ memory management, threading and locking for Mac OS X, Classic Mac OS,
+ Microsoft Windows, POSIX operating systems with X11, BeOS, Haiku, Apple's iOS
+ and Research in Motion's BlackBerry.</p>
+
+<p>My current work is to use CLang's static analyzer to improve ZooLib's code
+ quality. I also plan to set up LLVM compiles of the demo programs and test
+ programs using CLang and LLVM on all the platforms that CLang, LLVM and
+ ZooLib all support.</p>
+
+</div>
+
+<!--=========================================================================-->
<!--
<h3>PinaVM</h3>