| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
ninja needs to be run from the toplevel build dir,
not from the target dir, as make
Alex
|
|
|
|
| |
Alex
|
|
|
|
|
|
|
| |
This can be used by the build plugin in kate.
Code is quite similar to the one for Eclipse.
Alex
|
|
This patch adds an extra generator for KDE's kate text editor,
or better more specifically, the project plugin.
Alex
|