Re: [cmake-developers] cmake --find-package

2014-04-24 Thread Alexander Neundorf
On Wednesday, April 23, 2014 14:45:45 Alan W. Irwin wrote: > On 2014-04-23 22:40+0200 Alexander Neundorf wrote: > > On Wednesday, April 23, 2014 13:21:39 Alan W. Irwin wrote: > >> On 2014-04-23 13:21-0400 Bill Hoffman wrote: > >>> On 4/23/2014 12:22 PM, Alan W. Irwin wrote: > However, if you d

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Brad King
On 04/24/2014 03:15 PM, Brad King wrote: > I had a work-in-progress topic left from back when I did the > documentation conversion to restore --help-full with index.rst > and add the Sphinx singlehtml option, but forgot about it. > I'm reviving it now. Restore --help-full option to output all help

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Brad King
On 04/24/2014 03:01 PM, Matthew Woehlke wrote: > If there isn't currently a .rst file somewhere to concatenate all the > various documentation together with appropriate headings and table of > contents, this would probably be a good thing to add. (And then it could > be leveraged for --help-full

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Matthew Woehlke
On 2014-04-24 14:42, Alan W. Irwin wrote: So my remaining question (without all the html and man distractions) boils down to a request to implement --help-full as the concatanation (following the same order as the present CMake 2 results) of those individual manual results. Come to think of it,

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Alan W. Irwin
On 2014-04-24 08:56-0400 David Cole wrote: So even though the cmake binary can no longer generate the html and manpage documentation itself it is still available. To search the 3.0 rc4 help for find package, you can: http://www.cmake.org/cmake/help/v3.0/search.html?q=find+package That se

[cmake-developers] [CMake 0014897]: Wrong reference of ZERO_CHECK.vcxproj if project is included with INCLUDE_EXTERNAL_MSPROJECT(...)

2014-04-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14897 == Reported By:jwo Assigned To:

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Nils Gladitz
On 24.04.2014 17:23, Matthew Woehlke wrote: Is there a reason CMake cannot know where to find these pages in order to display them on request? You mean have --help-man / --help-html output the distributed files? The new documentation (as distributed) is no longer single page so that would no

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Matthew Woehlke
On 2014-04-24 08:35, Nils Gladitz wrote: On 04/24/2014 02:17 PM, Alan W. Irwin wrote: I also just discovered that --help-man and --help-html were gone as well for those who preferred man or html formatting of the full documentation as opposed to the ascii form delivered by --help-full. The latte

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread David Cole
> So even though the cmake binary can no longer generate the html and > manpage documentation itself it is still available. To search the 3.0 rc4 help for find package, you can: http://www.cmake.org/cmake/help/v3.0/search.html?q=find+package And if you don't trust the web based search, you c

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Nils Gladitz
On 04/24/2014 02:17 PM, Alan W. Irwin wrote: I also just discovered that --help-man and --help-html were gone as well for those who preferred man or html formatting of the full documentation as opposed to the ascii form delivered by --help-full. The latter is the most important to me and is presu

Re: [cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Alan W. Irwin
On 2014-04-24 04:38-0700 Alan W. Irwin wrote: So in sum, please restore the --help-full CMake 2 functionality (or an approximation to it where you simply dump out all documentation classes to stdout) for CMake-3. I also just discovered that --help-man and --help-html were gone as well for thos

[cmake-developers] Please restore --help-full cmake option for version 3

2014-04-24 Thread Alan W. Irwin
The --help-full CMake option (to dump essentially all classes of documentation available to stdout) is extremely useful at least on Unix where it can be pipelined to less and comprehensively searched with that application for whatever is relevant on a given topic using a simple phrase or more soph