[cfe-commits] r95662 - /cfe/trunk/www/cxx_status.html

Douglas Gregor dgregor at apple.com
Tue Feb 9 08:36:17 PST 2010


Author: dgregor
Date: Tue Feb  9 10:36:17 2010
New Revision: 95662

URL: http://llvm.org/viewvc/llvm-project?rev=95662&view=rev
Log:
Add Qt, CMake projects to the list of C++ projects we're working on compiling

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=95662&r1=95661&r2=95662&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Feb  9 10:36:17 2010
@@ -87,6 +87,18 @@
     <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>





More information about the cfe-commits mailing list