[cmake-developers] Request review of new topic gcc-binutil-wrappers

2014-01-04 Thread Nils Gladitz
GCC (I think since about 4.7) provides wrappers for ar, nm and ranlib with a gcc- name prefix (e.g. gcc-ar-4.7). I created a topic to pick these up for CMAKE_AR, CMAKE_RANLIB and CMAKE_NM per default if used with GCC. These wrappers pass the --plugin option to the actual tools which is

[cmake-developers] Request to review topic codelite-ide-generator

2014-01-04 Thread Eran Ifrah
Hi, I have added support for CodeLite IDE (topic name: codeite-ide-generator) If any of the developers can review it - it will be great P.S: This topic is related to this Mantis bug feature request: http://public.kitware.com/Bug/view.php?id=9901 Thanks! -- Eran Ifrah Author of codelite, a

Re: [cmake-developers] Request to review topic codelite-ide-generator

2014-01-04 Thread Nils Gladitz
Hello again :) I'd remove -j from the ninja invocation since ninja itself already uses its own default value based on CPU count. I'd also remove or replace Additionally a hierarchy of makefiles is generated [...] in the documentation. When using ninja the input files are only generated in the

[cmake-developers] [Generator] Android.mk

2014-01-04 Thread Vince Harron
Hi all, Thomas Richard asked this question a while back. http://public.kitware.com/pipermail/cmake-developers/2013-March/006825.html I would also like to see support for generating Android.mk files from CMake. In the same way that vcxproj files and xcodeproj files are necessary for integrating