Re: [cmake-developers] RFC: add version to project() call

2014-01-06 Thread Rolf Eike Beer
Am Montag, 6. Januar 2014, 23:26:49 schrieb Alexander Neundorf: > On Monday 06 January 2014, Rolf Eike Beer wrote: > > Am Montag, 6. Januar 2014, 22:41:26 schrieb Alexander Neundorf: > > > Hi, > > > > > > on cmake stage I have a simple branch AddVersionToProjectCommand. > > > This extends the proj

Re: [cmake-developers] RFC: add version to project() call

2014-01-06 Thread Alexander Neundorf
On Monday 06 January 2014, Rolf Eike Beer wrote: > Am Montag, 6. Januar 2014, 22:41:26 schrieb Alexander Neundorf: > > Hi, > > > > on cmake stage I have a simple branch AddVersionToProjectCommand. > > This extends the project command to also accept a version number: > > > > project(Foo VERSION 1.

Re: [cmake-developers] RFC: add version to project() call

2014-01-06 Thread Rolf Eike Beer
Am Montag, 6. Januar 2014, 22:41:26 schrieb Alexander Neundorf: > Hi, > > on cmake stage I have a simple branch AddVersionToProjectCommand. > This extends the project command to also accept a version number: > > project(Foo VERSION 1.2.3 CXX) Cool, I like this. Shouldn't there be spaces on both

[cmake-developers] RFC: add version to project() call

2014-01-06 Thread Alexander Neundorf
Hi, on cmake stage I have a simple branch AddVersionToProjectCommand. This extends the project command to also accept a version number: project(Foo VERSION 1.2.3 CXX) All that does is setting some more variables (beside PROJECT_NAME, PROJECT_SOURCE_DIR, PROJECT_BINARY_DIR and the _... equivalen

Re: [cmake-developers] Request to review topic "codelite-ide-generator"

2014-01-06 Thread Eran Ifrah
Hi Nils, the changes you suggested are now pushed (git is back online and working) Eran On Sat, Jan 4, 2014 at 8:31 PM, Nils Gladitz wrote: > Hello again :) > > I'd remove -j from the ninja invocation since ninja itself already uses > its own default value based on CPU count. > I'd also remov

Re: [cmake-developers] Request to review topic "codelite-ide-generator"

2014-01-06 Thread Eran Ifrah
On Sun, Jan 5, 2014 at 7:47 PM, Alexander Neundorf wrote: > On Saturday 04 January 2014, Eran Ifrah wrote: > > Hi, > > > > I have added support for CodeLite IDE (topic name: > "codeite-ide-generator") > > If any of the developers can review it - it will be great > > > > P.S: > > This topic is rel

Re: [cmake-developers] optional-install topic

2014-01-06 Thread Nils Gladitz
On 01/06/2014 04:48 PM, Brad King wrote: The topic adds the variable "CMAKE_DISABLE_INSTALL_RULES". For skipping certain generation features we already have the convention "CMAKE_SKIP_..." for variable names. Perhaps "CMAKE_SKIP_INSTALL_RULES"? Please add a RunCMake.install test with a case cov

Re: [cmake-developers] Request review of new topic "gcc-binutil-wrappers"

2014-01-06 Thread Nils Gladitz
On 01/06/2014 04:44 PM, Brad King wrote: Please wait until after Clinton's unicode topics have settled so that you can get more isolated feedback from the dashboard. Will do. This hunk looks strange: +set(COMPILER "${CMAKE_CXX_COMPILER}${CMAKE_C_COMPILER}") +get_filename_component(COM

[cmake-developers] optional-install topic

2014-01-06 Thread Brad King
Nils, The topic adds the variable "CMAKE_DISABLE_INSTALL_RULES". For skipping certain generation features we already have the convention "CMAKE_SKIP_..." for variable names. Perhaps "CMAKE_SKIP_INSTALL_RULES"? Please add a RunCMake.install test with a case covering the warning: +mf->IssueMe

Re: [cmake-developers] Request review of new topic "gcc-binutil-wrappers"

2014-01-06 Thread Brad King
On 01/04/2014 12:09 PM, Nils Gladitz wrote: > GCC (I think since about 4.7) provides wrappers for ar, nm and ranlib > with a "gcc-" name prefix (e.g. gcc-ar-4.7). > > I created a topic to pick these up for CMAKE_AR, CMAKE_RANLIB and > CMAKE_NM per default if used with GCC. > > These wrappers pa

Re: [cmake-developers] Request to review topic "codelite-ide-generator"

2014-01-06 Thread Robert Maynard
The cmake repositories should be back online and behaving normally. On Sun, Jan 5, 2014 at 3:07 PM, Eran Ifrah wrote: > Thanks, I will try again tomorrow > > > > > On Sun, Jan 5, 2014 at 9:34 PM, Nils Gladitz wrote: > >> On 05.01.2014 19:26, Eran Ifrah wrote: >> >> Hmm, it looks like there is

[cmake-developers] [CMake 0014684]: Missing -rpath-link with static library in mix

2014-01-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14684 == Reported By:Clinton Stimpson Assigned To: