On Tue, Jun 5, 2012 at 6:15 PM, Peter Kümmel <[email protected]> wrote: > The commits are here > > http://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/ninja-rspfile
FYI, std::ostringstream is not portable to ancient platforms: http://www.cmake.org/Bug/view.php?id=13272 Please use "cmOStringStream" instead from now on. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
