[cmake-developers] [CMake 0015898]: CMake must provide a magic method to do right escaping of commands being executed in shell

2016-01-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15898 == Reported By:Ilya Assigned To:

[cmake-developers] [CMake 0015899]: The DragNDrop CPack generator has an off-by-one in its code line-wrapping LICENSE files configured in CPack

2016-01-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15899 == Reported By:Andrey M. Mishchenko Assigned To:

[cmake-developers] [PATCH] Fix some bugs in CPack's DragNDrop generator's handling of LICENSE files

2016-01-02 Thread Andrey Mishchenko
There were issues in the special-character-escaping and line-wrapping code which caused DragNDrop packaging to fail mysteriously at a later step with parsing errors in the sla.r file generated by the following code. --- Source/CPack/cmCPackDragNDropGenerator.cxx | 89

[cmake-developers] [CMake 0015900]: Problem with Cmake and VStudio 2013 in windows 7/64 plaform

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

Re: [cmake-developers] [PATCH] Fix some bugs in CPack's DragNDrop generator's handling of LICENSE files

2016-01-02 Thread Andrey Mishchenko
I forgot to note that this patch "addresses" https://cmake.org/Bug/view.php?id=15899. On Sat, Jan 2, 2016 at 4:11 PM, Andrey Mishchenko wrote: > There were issues in the special-character-escaping and line-wrapping code > which caused DragNDrop packaging to fail mysteriously