Re: [cmake-developers] Profile Cmake scripts

2016-01-05 Thread Bartosz Kosiorek
Hi Ben. 2016-01-04 17:39 GMT+01:00 Ben Boeckel : > The > big remaining problem is passing char* as an argument where functions do > std::string(arg) right away. I fixed all of those which did explicit > std::string conversions (via assignment or otherwise), but those

[cmake-developers] Retire expected builds

2016-01-05 Thread Kevin H. Hobbs
I'm moving to a new job, and will no longer be able to maintain my nightly builds (even in their neglected state.) Please expect the expected builds from bubbles, murron, and k450e to dissapear. signature.asc Description: OpenPGP digital signature -- Powered by www.kitware.com Please keep

Re: [cmake-developers] Profile Cmake scripts

2016-01-05 Thread Ben Boeckel
On Tue, Jan 05, 2016 at 09:18:49 +0100, Bartosz Kosiorek wrote: > That's great news. > What is the branch name/link to these improvement? > Is it possible to push these improvements partially? Because the changes are so pervasive, I'd like for the branch to be bisectable, so every commit should

[cmake-developers] [CMake 0015905]: It seems that CMake ignores "Debug" in CMAKE_TRY_COMPILE_CONFIGURATION

2016-01-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15905 == Reported By:Ivan K Assigned To:

[cmake-developers] (Experimental) Refactored extra-generators

2016-01-05 Thread Alexander Neundorf
Hi, I spent a few hours on the extra-generators, and you can find the result here on github: https://github.com/neundorf/CMake/tree/RefactorExtraGeneratorsExperimental In this branch, the extra-generators are not tied anymore hardcoded to the generators (so the generator list is short again),

Re: [cmake-developers] Profile Cmake scripts

2016-01-05 Thread Daniel Pfeifer
On Tue, Jan 5, 2016 at 9:18 AM, Bartosz Kosiorek wrote: > > Hi Ben. > > 2016-01-04 17:39 GMT+01:00 Ben Boeckel : >> >> The >> big remaining problem is passing char* as an argument where functions do >> std::string(arg) right away. I fixed all of

Re: [cmake-developers] Profile Cmake scripts

2016-01-05 Thread Petr Kmoch
On Tue, Jan 5, 2016 at 1:33 PM, Daniel Pfeifer wrote: > > Generators for Xcode and Visual Studio have to generate more files. > ... and they have to process all configurations (Debug, Release, MinSizeRel, RelWithDbgInfo) during the generation stage, instead of just one