diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-02-09 16:36:17 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-02-09 16:36:17 +0000 |
commit | 95e636cd199b37496c4d445a9334df6b44cd9c59 (patch) | |
tree | 5105b8ddafb7128d28f1a68eda58da1a8728628a /www/cxx_status.html | |
parent | e5712b1341ecae8901ca26f1bdfac2a281958209 (diff) | |
download | clang-95e636cd199b37496c4d445a9334df6b44cd9c59.tar.gz |
Add Qt, CMake projects to the list of C++ projects we're working on compiling
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 6277ce08cf..cb73d45ba1 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -87,6 +87,18 @@ particular project. Introducing a new project in this list typically requires a <td></td> </tr> <tr> + <td><a href="http://www.cmake.org">CMake</a></td> + <td>Compiles, passes regression tests (debug build)</td> + <td>February 9, 2010</td> + <td></td> + </tr> + <tr> + <td><a href="http://qt.nokie.com">Qt</a></td> + <td>Partially compiles; miscompilation of uic prevents complete compilation</td> + <td>February 9, 2010</td> + <td><a href="http://llvm.org/bugs/show_bug.cgi?id=5881">PR5881</a></td> + </tr> + <tr> <td><a href="http://www.boost.org">Boost</a></td> <td>Some libraries (e.g., Boost.MPL) successfully build and pass regression tests, the majority still fail.</td> <td>February 5, 2010</td> |