Hello fellow developers,

https://github.com/hunger/CMake/commits/cmake-capabilities

has my attempt to get "cmake -E capabilities" merged -- in preparation of the
server mode.

Brad already merged a big chunk of the changes, but he wanted to see the extra
generator registration cleaned up before continuing. That has happened in the
new push: The first patch adds a cmExternalMakefileProjectGeneratorFactory,
which has all the necessary information so that cmake no longer needs to create
instances of all extra generators during startup.

Extra generators can now alias others -- which is used for the KDevelop3
generator. Maybe we can just remove that? The comments claim the generator is
for compatibility with cmake 2.2. That would shave a couple of lines of that
patch...

The capabilities work on top of that branch is mostly unchanged, but exposes an
"isAlias" flag. I now suppress all aliases in the output of -E capabilities  as
I think it makes no sense to have new code announce compatibility bridges (and
the last version already hardcoded KDevelop3 to be suppressed).

Best Regards,
Tobias

-- 
Tobias Hunger, Senior Software Engineer | The Qt Company
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho. Sitz der
Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
-- 

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