[Cmake-commits] CMake branch, master, updated. v3.8.0-810-g3452f8b

2017-04-19 Thread Kitware Robot
_VERSION_MINOR 8) -set(CMake_VERSION_PATCH 20170419) +set(CMake_VERSION_PATCH 20170420) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [cmake-developers] [Feature Request] Fortran standards compliance for various compilers

2017-04-19 Thread Alan W. Irwin
On 2017-04-19 13:12-0700 Alan W. Irwin wrote: It appears we are in consensus so it is time to put this idea into the bug tracker as a feature request. OK. It was a bit of a struggle, but with list help from Brad with a different subject line I finally got registered and generated the desired

Re: [cmake-developers] gitlab.kitware.com sign in

2017-04-19 Thread Brad King
On 04/19/2017 04:12 PM, Alan W. Irwin wrote: > It appears we are in consensus so it is time to put this idea into the > bug tracker as a feature request. However, when I attempted to do > that following your FAQ, I could not get access to > with the

Re: [cmake-developers] [Feature Request] Fortran standards compliance for various compilers

2017-04-19 Thread Alan W. Irwin
On 2017-04-19 07:27+0200 Rolf Eike Beer wrote: What would really be useful is a list containing what Fortran features from the Fortran 2003 and 2008 standards that the given Fortran compiler supports. That information is already To name the kid: this is about adding

Re: [cmake-developers] [DISCUSSION] CMake Localization (L10N)

2017-04-19 Thread Alex Turbov
absolutely agreed. On Wed, Apr 19, 2017 at 1:52 PM, Domen Vrankar wrote: > 2017-04-18 19:16 GMT+02:00 Konstantin Podsvirov > : > >> Draft code: >> >> > set(GREETING "greeting message" # Optional default value >> > en "Hello, world!" >> > ru

Re: [cmake-developers] [DISCUSSION] CMake Localization (L10N)

2017-04-19 Thread Brad King
On 04/19/2017 02:52 AM, Domen Vrankar wrote: > I somewhat understand the wish of non programmers to see text in > their own language but for developers english is de facto programming > standard language so I don't see a reason for such an addition. This is a good point. I'd be hesitant to move

[Cmake-commits] CMake branch, master, updated. v3.8.0-809-g44f0d2d

2017-04-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 44f0d2d9913595e214048b6d5a2b9ab2e9d1cf46 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.0-786-g89310b0

2017-04-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 89310b0b2025c0ceee7a3e6c50da88b6e2cf92ca (commit) via

Re: [cmake-developers] [DISCUSSION] CMake Localization (L10N)

2017-04-19 Thread Domen Vrankar
2017-04-18 19:16 GMT+02:00 Konstantin Podsvirov : > Draft code: > > > set(GREETING "greeting message" # Optional default value > > en "Hello, world!" > > ru "Привет, мир!") > > > > set(CMAKE_OUTPUT_LOCALE "en") # Or CMAKE_L10N_LOCALE... > > > >

Re: [CMake] Question about transitive deps and static libs.

2017-04-19 Thread Petr Kmoch
Hi, I will offer an alternative phrasing based on what makes me personally understand this best. It might potentially be useful for the documentation update you're planning. `target_link_libraries(A B)` specifies that the code in A needs B to be added to the produced binary when the binary is