Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate "extra" generators in favor of cmake-file-api(7) | Brad King | 2023-02-15 | 1 | -0/+6 |
| | | | | | | | | | | | The "extra" generators were created in CMake's early years to provide support for users of specific IDEs by directly generating their project files alongside make or ninja files. Nowadays the file-api provides a more generic, maintainable, well-tested, and robust way for IDEs to view CMake project build trees. Deprecate the legacy "extra" generators to encourage the corresponding IDEs to use the file-api. Fixes: #19090 | ||||
* | Help: Add `.. versionadded` directives to generator docs | Nikita Nemkin | 2020-11-12 | 1 | -3/+5 |
| | | | | | | | | More `.. versionadded` could be added later when the features, variables and properties relevant to each generator are properly documented. Issue: #19715 | ||||
* | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 1 | -3/+3 |
| | |||||
* | CodeLite: Optionally use targets to create (sub)project files | Minze Zwerver | 2016-09-26 | 1 | -1/+5 |
| | | | | | | The basic codelite generator creates .project files based on the `project()` stanza. Add a `CMAKE_CODELITE_USE_TARGETS` option to use the targets instead. | ||||
* | Add support for codelite IDE project fles | Eran Ifrah | 2014-01-10 | 1 | -0/+24 |