Re: [CMake] CMake IR

2015-07-29 Thread Domagoj Saric
. As for the proposal, wouldn't the first logical step in 'decoupling CMake from its legacy' be what Clang did with libclang, i.e extracting the 'core'/non-scripting part of CMake into a libcmake around which new interfaces/DSLs can written/created..? -- Domagoj Saric Software Architect

[CMake] Target 'copy-construction'/'fork'

2014-12-10 Thread Domagoj Saric
with copy-constructors..? This would be useful for creating targets which are essentially the same but differ only in a few properties (e.g. creating /MD and /MT versions of a MSVC DLL)... -- Domagoj Saric Software Architect www.LittleEndian.com -- Powered by www.kitware.com Please keep messages

Re: [CMake] CMake 2.8.12-rc3 Release.

2013-09-19 Thread Domagoj Saric
Hi, configure_file with NEWLINE_STYLE appends a newline to the end of the file (even if there is none in the original file, check cmMakeFile.cxx line 3521)... -- Domagoj Saric Software Architect www.LittleEndian.com -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] XCode generator hangs when writing build config.

2012-01-05 Thread Domagoj Saric
quickly! ;) kind regards, Domagoj Saric www.littleendian.com -- 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

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-11-10 Thread Domagoj Saric
I'm sorry I'm late but if this old one could possibly get in for 2.8.7: http://public.kitware.com/Bug/view.php?id=6493 -- What Huxley teaches is that in the age of advanced technology, spiritual devastation is more likely to come from an enemy with a smiling face than from one whose

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-11-10 Thread Domagoj Saric
On 10.11.2011. 16:08, David Cole wrote: As noted in that bug itself in the most recent note: Brad just put this one in the backlog... I'm not going to put it on the roadmap for 2.8.6 unless somebody else steps forward with more work on this, as noted by Brad in his previous comments here. I'm

Re: [CMake] Visual Studio 10 property pages for single source file gone with CMake 2.8.5 and 2.8.6

2011-11-10 Thread Domagoj Saric
On 10.11.2011. 16:14, Niels Dekker - address until 2014 wrote: When Visual Studio 10 vcxproj files are generated by CMake 2.8.5 or 2.8.6, it is typically impossible to view the C/C++ properties of a single source file. +1! Thanks Niels for researching and reporting this one (I thought no one

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-08-01 Thread Domagoj Saric
http://public.kitware.com/Bug/view.php?id=12375 http://public.kitware.com/Bug/view.php?id=12376 thanks ;) -- What Huxley teaches is that in the age of advanced technology, spiritual devastation is more likely to come from an enemy with a smiling face than from one whose countenance exudes

Re: [CMake] [CPack] post install scripts

2011-07-22 Thread Domagoj Saric
On 21.7.2011. 13:49, David Cole wrote: Apologies for nagging but Google searches about CMake, CPack and symlinks show that is not a rare problem/question..is there no comment/help on this from the CMake devs? Just busy, that's all... Ok, sorry...It just seemed to me that nobody

Re: [CMake] [CPack] post install scripts

2011-07-21 Thread Domagoj Saric
On 19.7.2011. 13:41, Domagoj Saric wrote: Hi, I'm using CMake 2.8.5 and OS X 10.6.8. I'm trying to create an multi component installer with CPack and PackageMaker (an .mpkg) that would create a symlink as a post installation step. Simplified: the installer installs directories A and B and then I

[CMake] [PackageMaker] Install location customization

2010-11-23 Thread Domagoj Saric
Hi, Is there any way to: - disable the destination selection/customization altogether (both the Change Install Location option and the respective page and the Choose Folder... option one gets to if one clicks on Change Install Location) - disable the Choose Folder... option even though the