From 8a924c6edf7695dfaf85a625dfcb9eb593fc8c4f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Oct 2011 07:42:45 +0000 Subject: [PATCH] Add ZooLib to the External Projects list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143022 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 10cd0025a0b..1aefdb292d4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -502,6 +502,24 @@ object-oriented programming, operator overloading and strong typing.

+ +

The ZooLib C++ Cross-Platform Application Framework

+ +
+ +

ZooLib 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.

+ +

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.

+ +
+