View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015462CMakeCMakepublic2015-03-21 04:172016-06-10 14:31
ReporterStephen Kelly 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015462: Provide a machine readable way to determine the available generators and other capabilities of the binary
DescriptionAs per

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/12658/focus=12750 [^]

Providing some easily parsed way of determining the available generators for IDEs would be useful. Eg:


 $ cmake -E capabilities
 {
   "generators": [
     {
       "name": "Unix Makefiles",
       "multiconfig": false,
       "recursive": true,
       "extraGenerators": ["Sublime", "CodeBlocks"]
     },
     {
       "name": "Ninja",
       "multiconfig": false,
       "recursive": false,
       "extraGenerators": ["Sublime", "CodeBlocks"]
     },
     {
       "name": "Xcode"
       "multiconfig": true,
       ...
     }
     ...
  ],
  "daemon": {
    "protocolVersions": ["3.5", "3.6"]
  }
 }
TagsNo tags attached.
Attached Files

 Relationships
related to 0015465closedKitware Robot Provide a way to build individual files through cmake 

  Notes
(0038267)
Stephen Kelly (developer)
2015-03-21 05:08

As noted at

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/12751 [^]

a property similar to "can_build_individual_files" may be useful.
(0042738)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-03-21 04:17 Stephen Kelly New Issue
2015-03-21 05:08 Stephen Kelly Note Added: 0038267
2015-03-21 05:08 Stephen Kelly Relationship added related to 0015465
2016-01-14 18:02 Stephen Kelly Summary Provide a machine readable way to determine the available generators => Provide a machine readable way to determine the available generators and other capabilities of the binary
2016-01-14 18:02 Stephen Kelly Description Updated
2016-06-10 14:29 Kitware Robot Note Added: 0042738
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team