summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraKateGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some obsolete declarationsStephen Kelly2015-10-271-2/+0
| | | | | | | | | | | | | Ensure that cmStandardIncludes.h is included before any platform header in cmGeneratorExpressionEvaluator.h. That file needs to change as a result of removal of the cmMakefile.h header from cmGeneratorExpressionNode.h, affecting the compilation of cmGeneratorExpressionNode.cxx. On AIX we need to include our own headers first to get large file support macros defined consistently within system headers. The old order in this header worked only because it was always included after other headers.
* Kate: Port API to cmLocalGenerator.Stephen Kelly2015-10-081-4/+5
|
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+3
|
* kate: fix ninja supportAlex Neundorf2013-12-191-1/+3
| | | | | | | ninja needs to be run from the toplevel build dir, not from the target dir, as make Alex
* kate: remove unused functionAlex Neundorf2013-12-191-2/+0
| | | | Alex
* kate: insert build targetsAlex Neundorf2013-11-251-0/+7
| | | | | | | This can be used by the build plugin in kate. Code is quite similar to the one for Eclipse. Alex
* kate: add project generator for the Kate project pluginAlex Neundorf2013-11-251-0/+55
This patch adds an extra generator for KDE's kate text editor, or better more specifically, the project plugin. Alex