Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
3838a0d5
Commit
3838a0d5
authored
Sep 01, 2016
by
Daniel Pfeifer
Committed by
Brad King
Sep 03, 2016
Browse files
make sure to include cmConfigure.h before cmStandardIncludes.h
parent
54140848
Changes
72
Hide whitespace changes
Inline
Side-by-side
Source/CPack/WiX/cmWIXRichTextFormatWriter.h
View file @
3838a0d5
...
...
@@ -13,6 +13,8 @@
#ifndef cmWIXRichTextFormatWriter_h
#define cmWIXRichTextFormatWriter_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
<cmsys/FStream.hxx>
...
...
Source/CPack/cmCPackComponentGroup.h
View file @
3838a0d5
...
...
@@ -13,6 +13,8 @@
#ifndef cmCPackComponentGroup_h
#define cmCPackComponentGroup_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
class
cmCPackComponentGroup
;
...
...
Source/CursesDialog/cmCursesStandardIncludes.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCursesStandardIncludes_h
#define cmCursesStandardIncludes_h
#include
<cmConfigure.h>
#include
"../cmStandardIncludes.h"
#if defined(__sun__) && defined(__GNUC__)
...
...
Source/bindexplib.h
View file @
3838a0d5
...
...
@@ -13,6 +13,8 @@
#ifndef bindexplib_h
#define bindexplib_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
...
...
Source/cmAlgorithms.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmAlgorithms_h
#define cmAlgorithms_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
inline
bool
cmHasLiteralPrefixImpl
(
const
std
::
string
&
str1
,
const
char
*
str2
,
...
...
Source/cmCTest.h
View file @
3838a0d5
...
...
@@ -13,6 +13,8 @@
#ifndef cmCTest_h
#define cmCTest_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
"cmListFileCache.h"
...
...
Source/cmCallVisualStudioMacro.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCallVisualStudioMacro_h
#define cmCallVisualStudioMacro_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
/** \class cmCallVisualStudioMacro
...
...
Source/cmCommandArgumentParserHelper.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCommandArgumentParserHelper_h
#define cmCommandArgumentParserHelper_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#define YYSTYPE cmCommandArgumentParserHelper::ParserType
...
...
Source/cmCommandArgumentsHelper.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCommandArgumentsHelper_h
#define cmCommandArgumentsHelper_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
class
cmCommandArgumentsHelper
;
...
...
Source/cmConfigure.cmake.h.in
View file @
3838a0d5
...
...
@@ -12,7 +12,7 @@
#ifndef cmConfigure_h
#define cmConfigure_h
#include <cmsys/Configure.hxx>
#include <cmsys/Configure.hxx>
// IWYU pragma: keep
#ifdef _MSC_VER
#pragma warning(disable : 4786)
...
...
Source/cmCryptoHash.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCryptoHash_h
#define cmCryptoHash_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
<cm_auto_ptr.hxx>
...
...
Source/cmCurl.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCurl_h
#define cmCurl_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
"cm_curl.h"
...
...
Source/cmCustomCommand.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCustomCommand_h
#define cmCustomCommand_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
"cmListFileCache.h"
...
...
Source/cmCustomCommandGenerator.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmCustomCommandGenerator_h
#define cmCustomCommandGenerator_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
class
cmCustomCommand
;
...
...
Source/cmDefinitions.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmDefinitions_h
#define cmDefinitions_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
"cmLinkedTree.h"
...
...
Source/cmDepends.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmDepends_h
#define cmDepends_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
class
cmFileTimeComparison
;
...
...
Source/cmDependsJavaLexer.cxx
View file @
3838a0d5
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#line 2 "cmDependsJavaLexer.cxx"
...
...
Source/cmDependsJavaParserHelper.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef cmDependsJavaParserHelper_h
#define cmDependsJavaParserHelper_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#define YYSTYPE cmDependsJavaParserHelper::ParserType
...
...
Source/cmDocumentation.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef _cmDocumentation_h
#define _cmDocumentation_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
#include
"cmDocumentationFormatter.h"
...
...
Source/cmDocumentationFormatter.h
View file @
3838a0d5
...
...
@@ -12,6 +12,8 @@
#ifndef _cmDocumentationFormatter_h
#define _cmDocumentationFormatter_h
#include
<cmConfigure.h>
#include
"cmStandardIncludes.h"
/** This is just a helper class to make it build with MSVC 6.0.
...
...
Prev
1
2
3
4
Next
Brad King
@brad.king
mentioned in commit
bfdf1322
·
Sep 03, 2016
mentioned in commit
bfdf1322
mentioned in commit bfdf1322e7638687c96b323b1df20fd9c08b3044
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment