[cmake-developers] Directory listing for "Older Releases" no longer available

2015-11-03 Thread Nils Gladitz
Following https://cmake.org/files from the Download page [1] I get: Directory index no longer supported. Please visit the download page. Is this intentional? The directory listing for "Current development distribution" [2] still works. Nils [1]

[cmake-developers] [PATCH 2/3] Pass string by const& instead of copying

2015-11-03 Thread Levermann, Simon
From: Simon Levermann --- Source/CPack/cmCPackDragNDropGenerator.cxx | 2 +- Source/CPack/cmCPackDragNDropGenerator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx

Re: [cmake-developers] CMake 3.4.0-rc2 cpack xz compressed debian packages broken

2015-11-03 Thread Raffi Enficiaud
Le 23/10/15 17:04, Brad King a écrit : On 10/23/2015 06:04 AM, Raffi Enficiaud wrote: Fix attached! (based on current master a03c13a) Thanks. I backported it to 'release' and applied: CPackDEB: Use proper compression scheme for control.tar.gz

[cmake-developers] [CMake 0015829]: GenerateExportHeaders does not work for C

2015-11-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15829 == Reported By:Julien Bigot Assigned To:

[cmake-developers] [PATCH 1/3] Add support for multilingual SLAs

2015-11-03 Thread Levermann, Simon
From: Simon Levermann Multiple languages for SLAs and the SLA UI can be added via the CPack variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined in the languages variable, CPack will search for .menu.txt and .license.txt in

[cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-03 Thread Levermann, Simon
From: Simon Levermann Hello, This adds support for multilingual SLAs which are displayed when the user is trying to mount the DMG. Multiple languages can be added via the new variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined,

[cmake-developers] [PATCH 3/3] Remove superfluous assignment

2015-11-03 Thread Levermann, Simon
From: Simon Levermann --- Source/CPack/cmCPackDragNDropGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index ccda0d5..7eb9050 100644 ---

Re: [cmake-developers] C# support status?

2015-11-03 Thread Stuermer, Michael SP/HZA-ZSEP
Hi, there is an initial implementation on my github: https://github.com/micst/CMake Check out the "csharp" branch. It merges well with the current master of CMake (last test yesterday, but not yet pushed to github). I would love to see this in upstream some day, but currently quite a bunch of

[cmake-developers] [CPackDEB] handling "Source" field and Launchpad support

2015-11-03 Thread Raffi Enficiaud
Hi all, Please find attached a patch that enables the proper handling of the "Source" field for binary Debian packages. For the little story, this field references the source package (with possible revision number) that was used to generate the binary package. This is indeed needed when

Re: [cmake-developers] [Review Request] Topic FindGTK2_GTK2_TARGETS

2015-11-03 Thread Daniele E. Domenichelli
On 02/11/2015 20:53, Brad King wrote: > LGTM. Please merge to 'next' for testing. Done. Thanks. Daniele -- 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

[cmake-developers] [CMake 0015830]: With Ninja generator "rebuild_cache" runs cmake twice

2015-11-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15830 == Reported By:Ben Boeckel Assigned To:

Re: [cmake-developers] CMake 3.4.0-rc2 cpack xz compressed debian packages broken

2015-11-03 Thread Domen Vrankar
2015-11-03 10:53 GMT+01:00 Raffi Enficiaud : > Le 23/10/15 17:04, Brad King a écrit : >> >> On 10/23/2015 06:04 AM, Raffi Enficiaud wrote: >>> >>> Fix attached! (based on current master a03c13a) >> >> >> Thanks. I backported it to 'release' and applied: >> >>

[cmake-developers] [ANNOUNCE] CMake 3.4.0-rc3 is now ready!

2015-11-03 Thread Robert Maynard
I am proud to announce the third CMake 3.4 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.4 Release notes appear below and are also published at

Re: [cmake-developers] [CPackDEB] handling "Source" field and Launchpad support

2015-11-03 Thread Domen Vrankar
> Please find attached a patch that enables the proper handling of the > "Source" field for binary Debian packages. I've split the patch and applied it to next with minor changes: https://cmake.org/gitweb?p=cmake.git;a=commit;h=0cb1469 https://cmake.org/gitweb?p=cmake.git;a=commit;h=76f0fd0 > I

[cmake-developers] [CMake 0015831]: CMake Version 3.4.0 rc2 rc3 Detected Visual Studio 2015 with some error

2015-11-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15831 == Reported By:Yuan Hong Assigned To:

Re: [cmake-developers] C# support status?

2015-11-03 Thread Ben Boeckel
On Tue, Nov 03, 2015 at 10:39:06 +, Stuermer, Michael SP/HZA-ZSEP wrote: > At the moment only visual studio generator and only version 2013 is > accepted/implemented. It should not be a big task to enhance it to > support 2015 as well. It would be great to have at least nmake, but I > have