On Wed, Aug 16, 2017 at 4:29 PM, Ben Boeckel <ben.boec...@kitware.com>
wrote:

> On Tue, Aug 15, 2017 at 22:33:04 +0200, Daniel Pfeifer wrote:
> > With !977 merged, it is possible to base ccmake and cmake-gui on top of
> the
> > cmake server.
> > For demonstration, I copied the contents of the Source/CursesDialog
> > directory and added a proxy implementation of the classes `cmake` and
> > `cmState`. The result is 100% compatible with `ccmake`. The same would be
> > possible with cmake-gui.
>
> Well, not sure that I want *100%* compatible with ccmake if we're
> rewriting bits of it; there are lots of improvements that could be made
> ;) .


+1. Separating the code base simplifies these improvements.


>
> > To make the server available everywhere, we should backport the code from
> > C++14 to C++11. I think this is limited to replacing `std::make_shared`.
>
> The make_shared function is there, but make_unique is missing in C++11.
>

 Of course. That is what I meant.
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to