]> granicus.if.org Git - clang/commitdiff
Add Qt, CMake projects to the list of C++ projects we're working on compiling
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 16:36:17 +0000 (16:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 16:36:17 +0000 (16:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95662 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 6277ce08cf4970c4414349004ef3947c4a2e0c11..cb73d45ba13216f448449ac7f052348f50a347de 100644 (file)
@@ -86,6 +86,18 @@ particular project. Introducing a new project in this list typically requires a
     <td>Continually</td>
     <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>