Source: Stabilize include order

Each source file has a logical first include file.  Include it in an
isolated block so that tools that sort includes do not move them.
This commit is contained in:
Brad King 2016-04-29 09:40:20 -04:00
parent 0e7bca923e
commit 180538c706
254 changed files with 322 additions and 114 deletions

View File

@ -13,11 +13,11 @@
#ifndef cmCPackWIXGenerator_h #ifndef cmCPackWIXGenerator_h
#define cmCPackWIXGenerator_h #define cmCPackWIXGenerator_h
#include <CPack/cmCPackGenerator.h>
#include "cmWIXPatch.h" #include "cmWIXPatch.h"
#include "cmWIXShortcut.h" #include "cmWIXShortcut.h"
#include <CPack/cmCPackGenerator.h>
#include <string> #include <string>
#include <map> #include <map>

View File

@ -13,11 +13,11 @@
#ifndef cmWIXAccessControlList_h #ifndef cmWIXAccessControlList_h
#define cmWIXAccessControlList_h #define cmWIXAccessControlList_h
#include "cmWIXSourceWriter.h"
#include <cmInstalledFile.h> #include <cmInstalledFile.h>
#include <CPack/cmCPackLog.h> #include <CPack/cmCPackLog.h>
#include "cmWIXSourceWriter.h"
class cmWIXAccessControlList class cmWIXAccessControlList
{ {
public: public:

View File

@ -14,6 +14,7 @@
#define cmWIXFeaturesSourceWriter_h #define cmWIXFeaturesSourceWriter_h
#include "cmWIXSourceWriter.h" #include "cmWIXSourceWriter.h"
#include <CPack/cmCPackGenerator.h> #include <CPack/cmCPackGenerator.h>
/** \class cmWIXFeaturesSourceWriter /** \class cmWIXFeaturesSourceWriter

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmWIXFilesSourceWriter.h" #include "cmWIXFilesSourceWriter.h"
#include "cmWIXAccessControlList.h" #include "cmWIXAccessControlList.h"
#include <cmInstalledFile.h> #include <cmInstalledFile.h>

View File

@ -14,6 +14,7 @@
#define cmWIXFilesSourceWriter_h #define cmWIXFilesSourceWriter_h
#include "cmWIXSourceWriter.h" #include "cmWIXSourceWriter.h"
#include "cmWIXShortcut.h" #include "cmWIXShortcut.h"
#include "cmWIXPatch.h" #include "cmWIXPatch.h"

View File

@ -13,10 +13,10 @@
#ifndef cmCPackWIXPatchParser_h #ifndef cmCPackWIXPatchParser_h
#define cmCPackWIXPatchParser_h #define cmCPackWIXPatchParser_h
#include <cmXMLParser.h>
#include <CPack/cmCPackLog.h> #include <CPack/cmCPackLog.h>
#include <cmXMLParser.h>
#include <map> #include <map>
#include <list> #include <list>

View File

@ -13,6 +13,8 @@
#ifndef cmWIXRichTextFormatWriter_h #ifndef cmWIXRichTextFormatWriter_h
#define cmWIXRichTextFormatWriter_h #define cmWIXRichTextFormatWriter_h
#include "cmStandardIncludes.h"
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>
/** \class cmWIXRichtTextFormatWriter /** \class cmWIXRichtTextFormatWriter

View File

@ -13,13 +13,13 @@
#ifndef cmWIXShortcut_h #ifndef cmWIXShortcut_h
#define cmWIXShortcut_h #define cmWIXShortcut_h
#include <cmInstalledFile.h>
#include <string> #include <string>
#include <map> #include <map>
#include <set> #include <set>
#include <vector> #include <vector>
#include <cmInstalledFile.h>
class cmWIXFilesSourceWriter; class cmWIXFilesSourceWriter;
struct cmWIXShortcut struct cmWIXShortcut

View File

@ -10,8 +10,6 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmStandardIncludes.h"
#include "cmWIXSourceWriter.h" #include "cmWIXSourceWriter.h"
#include <CPack/cmCPackGenerator.h> #include <CPack/cmCPackGenerator.h>

View File

@ -13,11 +13,12 @@
#ifndef cmWIXSourceWriter_h #ifndef cmWIXSourceWriter_h
#define cmWIXSourceWriter_h #define cmWIXSourceWriter_h
#include <vector> #include <CPack/cmCPackLog.h>
#include <string>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>
#include <CPack/cmCPackLog.h> #include <vector>
#include <string>
/** \class cmWIXSourceWriter /** \class cmWIXSourceWriter
* \brief Helper class to generate XML WiX source files * \brief Helper class to generate XML WiX source files

View File

@ -13,9 +13,10 @@
#ifndef cmCPackArchiveGenerator_h #ifndef cmCPackArchiveGenerator_h
#define cmCPackArchiveGenerator_h #define cmCPackArchiveGenerator_h
#include "cmArchiveWrite.h"
#include "cmCPackGenerator.h" #include "cmCPackGenerator.h"
#include "cmArchiveWrite.h"
/** \class cmCPackArchiveGenerator /** \class cmCPackArchiveGenerator
* \brief A generator base for libarchive generation. * \brief A generator base for libarchive generation.

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCPackBundleGenerator.h" #include "cmCPackBundleGenerator.h"
#include "cmCPackLog.h" #include "cmCPackLog.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -11,7 +11,9 @@
============================================================================*/ ============================================================================*/
#include "cmCPackComponentGroup.h" #include "cmCPackComponentGroup.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include <vector> #include <vector>
#include <string> #include <string>

View File

@ -9,6 +9,7 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCPackDebGenerator.h" #include "cmCPackDebGenerator.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -13,7 +13,6 @@
#ifndef cmCPackDebGenerator_h #ifndef cmCPackDebGenerator_h
#define cmCPackDebGenerator_h #define cmCPackDebGenerator_h
#include "cmCPackGenerator.h" #include "cmCPackGenerator.h"
/** \class cmCPackDebGenerator /** \class cmCPackDebGenerator

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCPackDragNDropGenerator.h" #include "cmCPackDragNDropGenerator.h"
#include "cmCPackLog.h" #include "cmCPackLog.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmGeneratedFileStream.h" #include "cmGeneratedFileStream.h"

View File

@ -14,6 +14,7 @@
#define cmCPackGenerator_h #define cmCPackGenerator_h
#include "cmObject.h" #include "cmObject.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include <map> #include <map>
#include <vector> #include <vector>

View File

@ -13,8 +13,8 @@
#ifndef cmCPackNSISGenerator_h #ifndef cmCPackNSISGenerator_h
#define cmCPackNSISGenerator_h #define cmCPackNSISGenerator_h
#include "cmCPackGenerator.h" #include "cmCPackGenerator.h"
#include <set> #include <set>
/** \class cmCPackNSISGenerator /** \class cmCPackNSISGenerator

View File

@ -9,6 +9,7 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCPackOSXX11Generator.h" #include "cmCPackOSXX11Generator.h"
#include "cmake.h" #include "cmake.h"

View File

@ -13,7 +13,6 @@
#ifndef cmCPackPackageMakerGenerator_h #ifndef cmCPackPackageMakerGenerator_h
#define cmCPackPackageMakerGenerator_h #define cmCPackPackageMakerGenerator_h
#include "cmCPackGenerator.h" #include "cmCPackGenerator.h"
class cmCPackComponent; class cmCPackComponent;

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCPackRPMGenerator.h" #include "cmCPackRPMGenerator.h"
#include "cmCPackLog.h" #include "cmCPackLog.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -13,7 +13,6 @@
#ifndef cmCPackRPMGenerator_h #ifndef cmCPackRPMGenerator_h
#define cmCPackRPMGenerator_h #define cmCPackRPMGenerator_h
#include "cmCPackGenerator.h" #include "cmCPackGenerator.h"
/** \class cmCPackRPMGenerator /** \class cmCPackRPMGenerator

View File

@ -13,7 +13,6 @@
#ifndef cmCPackSTGZGenerator_h #ifndef cmCPackSTGZGenerator_h
#define cmCPackSTGZGenerator_h #define cmCPackSTGZGenerator_h
#include "cmCPackTGZGenerator.h" #include "cmCPackTGZGenerator.h"
/** \class cmCPackSTGZGenerator /** \class cmCPackSTGZGenerator

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCPackTarBZip2Generator.h" #include "cmCPackTarBZip2Generator.h"
//---------------------------------------------------------------------- //----------------------------------------------------------------------
cmCPackTarBZip2Generator::cmCPackTarBZip2Generator() cmCPackTarBZip2Generator::cmCPackTarBZip2Generator()
:cmCPackArchiveGenerator(cmArchiveWrite::CompressBZip2, :cmCPackArchiveGenerator(cmArchiveWrite::CompressBZip2,

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCTestBatchTestHandler.h" #include "cmCTestBatchTestHandler.h"
#include "cmProcess.h" #include "cmProcess.h"
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include "cmCTest.h" #include "cmCTest.h"

View File

@ -14,6 +14,7 @@
#define cmCTestBatchTestHandler_h #define cmCTestBatchTestHandler_h
#include <cmStandardIncludes.h> #include <cmStandardIncludes.h>
#include <cmCTestTestHandler.h> #include <cmCTestTestHandler.h>
#include <cmCTestMultiProcessHandler.h> #include <cmCTestMultiProcessHandler.h>
#include <cmCTestRunTest.h> #include <cmCTestRunTest.h>

View File

@ -13,8 +13,8 @@
#ifndef cmCTestBuildHandler_h #ifndef cmCTestBuildHandler_h
#define cmCTestBuildHandler_h #define cmCTestBuildHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>

View File

@ -13,8 +13,8 @@
#ifndef cmCTestConfigureHandler_h #ifndef cmCTestConfigureHandler_h
#define cmCTestConfigureHandler_h #define cmCTestConfigureHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
/** \class cmCTestConfigureHandler /** \class cmCTestConfigureHandler

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"
#include "cmParsePHPCoverage.h" #include "cmParsePHPCoverage.h"
#include "cmParseCoberturaCoverage.h" #include "cmParseCoberturaCoverage.h"
#include "cmParseGTMCoverage.h" #include "cmParseGTMCoverage.h"

View File

@ -13,8 +13,8 @@
#ifndef cmCTestCoverageHandler_h #ifndef cmCTestCoverageHandler_h
#define cmCTestCoverageHandler_h #define cmCTestCoverageHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmCTest.h" #include "cmCTest.h"

View File

@ -13,8 +13,8 @@
#ifndef cmCTestGenericHandler_h #ifndef cmCTestGenericHandler_h
#define cmCTestGenericHandler_h #define cmCTestGenericHandler_h
#include "cmObject.h" #include "cmObject.h"
#include "cmCTest.h" #include "cmCTest.h"
#include "cmSystemTools.h" //OutputOption #include "cmSystemTools.h" //OutputOption

View File

@ -13,6 +13,7 @@
#define cmCTestLaunch_h #define cmCTestLaunch_h
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>
class cmXMLWriter; class cmXMLWriter;

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCTestMemCheckHandler.h" #include "cmCTestMemCheckHandler.h"
#include "cmXMLParser.h" #include "cmXMLParser.h"
#include "cmCTest.h" #include "cmCTest.h"
#include "cmake.h" #include "cmake.h"

View File

@ -13,9 +13,8 @@
#ifndef cmCTestMemCheckHandler_h #ifndef cmCTestMemCheckHandler_h
#define cmCTestMemCheckHandler_h #define cmCTestMemCheckHandler_h
#include "cmCTestTestHandler.h" #include "cmCTestTestHandler.h"
#include "cmStandardIncludes.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include <vector> #include <vector>
#include <string> #include <string>

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCTestMultiProcessHandler.h" #include "cmCTestMultiProcessHandler.h"
#include "cmProcess.h" #include "cmProcess.h"
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include "cmCTest.h" #include "cmCTest.h"

View File

@ -12,8 +12,8 @@
#ifndef cmCTestMultiProcessHandler_h #ifndef cmCTestMultiProcessHandler_h
#define cmCTestMultiProcessHandler_h #define cmCTestMultiProcessHandler_h
#include <cmStandardIncludes.h>
#include <cmCTestTestHandler.h> #include <cmCTestTestHandler.h>
#include <cmCTestRunTest.h> #include <cmCTestRunTest.h>
/** \class cmCTestMultiProcessHandler /** \class cmCTestMultiProcessHandler

View File

@ -13,6 +13,7 @@
#define cmCTestP4_h #define cmCTestP4_h
#include "cmCTestGlobalVC.h" #include "cmCTestGlobalVC.h"
#include <vector> #include <vector>
#include <map> #include <map>

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCTestReadCustomFilesCommand.h" #include "cmCTestReadCustomFilesCommand.h"
#include "cmCTest.h" #include "cmCTest.h"
bool cmCTestReadCustomFilesCommand bool cmCTestReadCustomFilesCommand

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCTestRunTest.h" #include "cmCTestRunTest.h"
#include "cmCTestMemCheckHandler.h" #include "cmCTestMemCheckHandler.h"
#include "cmCTest.h" #include "cmCTest.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -12,8 +12,8 @@
#ifndef cmCTestRunTest_h #ifndef cmCTestRunTest_h
#define cmCTestRunTest_h #define cmCTestRunTest_h
#include <cmStandardIncludes.h>
#include <cmCTestTestHandler.h> #include <cmCTestTestHandler.h>
#include <cmProcess.h> #include <cmProcess.h>
/** \class cmRunTest /** \class cmRunTest

View File

@ -13,8 +13,8 @@
#ifndef cmCTestScriptHandler_h #ifndef cmCTestScriptHandler_h
#define cmCTestScriptHandler_h #define cmCTestScriptHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
class cmMakefile; class cmMakefile;

View File

@ -13,6 +13,7 @@
#define cmCTestSubmitCommand_h #define cmCTestSubmitCommand_h
#include "cmCTestHandlerCommand.h" #include "cmCTestHandlerCommand.h"
#include "cmCTest.h" #include "cmCTest.h"
/** \class cmCTestSubmit /** \class cmCTestSubmit

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCTestSubmitHandler.h" #include "cmCTestSubmitHandler.h"
#include "cmCTestScriptHandler.h" #include "cmCTestScriptHandler.h"
#include "cmake.h" #include "cmake.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "cmCTestTestHandler.h" #include "cmCTestTestHandler.h"
#include "cmCTestMultiProcessHandler.h" #include "cmCTestMultiProcessHandler.h"
#include "cmCTestBatchTestHandler.h" #include "cmCTestBatchTestHandler.h"
#include "cmCTest.h" #include "cmCTest.h"

View File

@ -13,8 +13,8 @@
#ifndef cmCTestTestHandler_h #ifndef cmCTestTestHandler_h
#define cmCTestTestHandler_h #define cmCTestTestHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>
class cmMakefile; class cmMakefile;

View File

@ -13,8 +13,8 @@
#ifndef cmCTestUpdateHandler_h #ifndef cmCTestUpdateHandler_h
#define cmCTestUpdateHandler_h #define cmCTestUpdateHandler_h
#include "cmCTestGenericHandler.h" #include "cmCTestGenericHandler.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
/** \class cmCTestUpdateHandler /** \class cmCTestUpdateHandler

View File

@ -13,6 +13,7 @@
#define cmCTestUploadCommand_h #define cmCTestUploadCommand_h
#include "cmCTestHandlerCommand.h" #include "cmCTestHandlerCommand.h"
#include "cmCTest.h" #include "cmCTest.h"
/** \class cmCTestUpload /** \class cmCTestUpload

View File

@ -9,11 +9,11 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmStandardIncludes.h" #include "cmParseBlanketJSCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmParseBlanketJSCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParseBlanketJSCoverage_h #ifndef cmParseBlanketJSCoverage_h
#define cmParseBlanketJSCoverage_h #define cmParseBlanketJSCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"

View File

@ -1,8 +1,8 @@
#include "cmStandardIncludes.h" #include "cmParseCacheCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmParseCacheCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -1,7 +1,7 @@
#include "cmStandardIncludes.h" #include "cmParseCoberturaCoverage.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmXMLParser.h" #include "cmXMLParser.h"
#include "cmParseCoberturaCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParseCoberturaCoverage_h #ifndef cmParseCoberturaCoverage_h
#define cmParseCoberturaCoverage_h #define cmParseCoberturaCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"
/** \class cmParsePythonCoverage /** \class cmParsePythonCoverage

View File

@ -1,9 +1,9 @@
#include "cmStandardIncludes.h" #include "cmParseDelphiCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmXMLParser.h" #include "cmXMLParser.h"
#include "cmParseDelphiCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParseDelphiCoverage_h #ifndef cmParseDelphiCoverage_h
#define cmParseDelphiCoverage_h #define cmParseDelphiCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"

View File

@ -1,8 +1,8 @@
#include "cmStandardIncludes.h" #include "cmParseGTMCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmParseGTMCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -1,9 +1,9 @@
#include "cmStandardIncludes.h" #include "cmParseJacocoCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmXMLParser.h" #include "cmXMLParser.h"
#include "cmParseJacocoCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParseJacocoCoverage_h #ifndef cmParseJacocoCoverage_h
#define cmParseJacocoCoverage_h #define cmParseJacocoCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"

View File

@ -1,8 +1,8 @@
#include "cmStandardIncludes.h" #include "cmParseGTMCoverage.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmParseGTMCoverage.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/Glob.hxx> #include <cmsys/Glob.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParseMumpsCoverage_h #ifndef cmParseMumpsCoverage_h
#define cmParseMumpsCoverage_h #define cmParseMumpsCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"
/** \class cmParseMumpsCoverage /** \class cmParseMumpsCoverage

View File

@ -1,6 +1,6 @@
#include "cmStandardIncludes.h"
#include "cmSystemTools.h"
#include "cmParsePHPCoverage.h" #include "cmParsePHPCoverage.h"
#include "cmSystemTools.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>

View File

@ -13,7 +13,6 @@
#ifndef cmParsePHPCoverage_h #ifndef cmParsePHPCoverage_h
#define cmParsePHPCoverage_h #define cmParsePHPCoverage_h
#include "cmStandardIncludes.h"
#include "cmCTestCoverageHandler.h" #include "cmCTestCoverageHandler.h"
/** \class cmParsePHPCoverage /** \class cmParsePHPCoverage

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include <cmProcess.h> #include <cmProcess.h>
#include <cmSystemTools.h> #include <cmSystemTools.h>
cmProcess::cmProcess() cmProcess::cmProcess()

View File

@ -12,8 +12,8 @@
#ifndef cmProcess_h #ifndef cmProcess_h
#define cmProcess_h #define cmProcess_h
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include <cmsys/Process.h> #include <cmsys/Process.h>

View File

@ -9,6 +9,8 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesStandardIncludes.h"
#include "../cmSystemTools.h" #include "../cmSystemTools.h"
#include "../cmake.h" #include "../cmake.h"
#include "../cmDocumentation.h" #include "../cmDocumentation.h"
@ -17,7 +19,6 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include "cmCursesMainForm.h" #include "cmCursesMainForm.h"
#include "cmCursesStandardIncludes.h"
#include <cmsys/Encoding.hxx> #include <cmsys/Encoding.hxx>
#include <form.h> #include <form.h>

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesBoolWidget.h" #include "cmCursesBoolWidget.h"
#include "cmCursesMainForm.h" #include "cmCursesMainForm.h"
cmCursesBoolWidget::cmCursesBoolWidget(int width, int height, cmCursesBoolWidget::cmCursesBoolWidget(int width, int height,

View File

@ -13,6 +13,7 @@
#define cmCursesBoolWidget_h #define cmCursesBoolWidget_h
#include "cmCursesWidget.h" #include "cmCursesWidget.h"
class cmCursesMainForm; class cmCursesMainForm;
class cmCursesBoolWidget : public cmCursesWidget class cmCursesBoolWidget : public cmCursesWidget

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesCacheEntryComposite.h" #include "cmCursesCacheEntryComposite.h"
#include "cmCursesOptionsWidget.h" #include "cmCursesOptionsWidget.h"
#include "cmCursesStringWidget.h" #include "cmCursesStringWidget.h"
#include "cmCursesLabelWidget.h" #include "cmCursesLabelWidget.h"

View File

@ -12,8 +12,8 @@
#ifndef cmCursesForm_h #ifndef cmCursesForm_h
#define cmCursesForm_h #define cmCursesForm_h
#include "../cmStandardIncludes.h"
#include "cmCursesStandardIncludes.h" #include "cmCursesStandardIncludes.h"
#include <cmsys/FStream.hxx> #include <cmsys/FStream.hxx>
class cmCursesForm class cmCursesForm

View File

@ -13,7 +13,6 @@
#define cmCursesLabelWidget_h #define cmCursesLabelWidget_h
#include "cmCursesWidget.h" #include "cmCursesWidget.h"
#include "cmCursesStandardIncludes.h"
class cmCursesMainForm; class cmCursesMainForm;

View File

@ -9,10 +9,11 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesLongMessageForm.h"
#include "../cmSystemTools.h" #include "../cmSystemTools.h"
#include "../cmake.h" #include "../cmake.h"
#include "../cmVersion.h" #include "../cmVersion.h"
#include "cmCursesLongMessageForm.h"
#include "cmCursesMainForm.h" #include "cmCursesMainForm.h"
inline int ctrl(int z) inline int ctrl(int z)

View File

@ -12,10 +12,10 @@
#ifndef cmCursesLongMessageForm_h #ifndef cmCursesLongMessageForm_h
#define cmCursesLongMessageForm_h #define cmCursesLongMessageForm_h
#include "../cmStandardIncludes.h"
#include "cmCursesForm.h"
#include "cmCursesStandardIncludes.h" #include "cmCursesStandardIncludes.h"
#include "cmCursesForm.h"
class cmCursesCacheEntryComposite; class cmCursesCacheEntryComposite;
class cmCursesLongMessageForm : public cmCursesForm class cmCursesLongMessageForm : public cmCursesForm

View File

@ -9,10 +9,11 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesMainForm.h"
#include "../cmSystemTools.h" #include "../cmSystemTools.h"
#include "../cmVersion.h" #include "../cmVersion.h"
#include "../cmake.h" #include "../cmake.h"
#include "cmCursesMainForm.h"
#include "cmCursesStringWidget.h" #include "cmCursesStringWidget.h"
#include "cmCursesLabelWidget.h" #include "cmCursesLabelWidget.h"
#include "cmCursesBoolWidget.h" #include "cmCursesBoolWidget.h"

View File

@ -12,10 +12,10 @@
#ifndef cmCursesMainForm_h #ifndef cmCursesMainForm_h
#define cmCursesMainForm_h #define cmCursesMainForm_h
#include "../cmStandardIncludes.h" #include "cmCursesStandardIncludes.h"
#include "../cmState.h" #include "../cmState.h"
#include "cmCursesForm.h" #include "cmCursesForm.h"
#include "cmCursesStandardIncludes.h"
class cmCursesCacheEntryComposite; class cmCursesCacheEntryComposite;
class cmCursesWidget; class cmCursesWidget;

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesOptionsWidget.h" #include "cmCursesOptionsWidget.h"
#include "cmCursesMainForm.h" #include "cmCursesMainForm.h"
inline int ctrl(int z) inline int ctrl(int z)

View File

@ -13,6 +13,7 @@
#define cmCursesOptionsWidget_h #define cmCursesOptionsWidget_h
#include "cmCursesWidget.h" #include "cmCursesWidget.h"
class cmCursesMainForm; class cmCursesMainForm;
class cmCursesOptionsWidget : public cmCursesWidget class cmCursesOptionsWidget : public cmCursesWidget

View File

@ -11,6 +11,9 @@
============================================================================*/ ============================================================================*/
#ifndef cmCursesStandardIncludes_h #ifndef cmCursesStandardIncludes_h
#define cmCursesStandardIncludes_h #define cmCursesStandardIncludes_h
#include "../cmStandardIncludes.h"
#if defined(__sun__) && defined(__GNUC__) #if defined(__sun__) && defined(__GNUC__)
#define _MSE_INT_H #define _MSE_INT_H
#endif #endif

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCursesStringWidget.h" #include "cmCursesStringWidget.h"
#include "cmCursesMainForm.h" #include "cmCursesMainForm.h"
inline int ctrl(int z) inline int ctrl(int z)

View File

@ -12,9 +12,10 @@
#ifndef cmCursesWidget_h #ifndef cmCursesWidget_h
#define cmCursesWidget_h #define cmCursesWidget_h
#include "../cmState.h"
#include "cmCursesStandardIncludes.h" #include "cmCursesStandardIncludes.h"
#include "../cmState.h"
class cmCursesMainForm; class cmCursesMainForm;
class cmCursesWidget class cmCursesWidget

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "AddCacheEntry.h" #include "AddCacheEntry.h"
#include <QMetaProperty> #include <QMetaProperty>
#include <QCompleter> #include <QCompleter>

View File

@ -13,11 +13,12 @@
#ifndef AddCacheEntry_h #ifndef AddCacheEntry_h
#define AddCacheEntry_h #define AddCacheEntry_h
#include "QCMake.h"
#include <QWidget> #include <QWidget>
#include <QCheckBox> #include <QCheckBox>
#include <QStringList> #include <QStringList>
#include "QCMake.h"
#include "ui_AddCacheEntry.h" #include "ui_AddCacheEntry.h"
class AddCacheEntry : public QWidget, public Ui::AddCacheEntry class AddCacheEntry : public QWidget, public Ui::AddCacheEntry

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "QCMake.h" // include to disable MS warnings #include "QCMake.h" // include to disable MS warnings
#include <QApplication> #include <QApplication>
#include <QDir> #include <QDir>
#include <QTranslator> #include <QTranslator>

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#include "CMakeSetupDialog.h" #include "CMakeSetupDialog.h"
#include <QFileDialog> #include <QFileDialog>
#include <QProgressBar> #include <QProgressBar>
#include <QMessageBox> #include <QMessageBox>

View File

@ -14,6 +14,7 @@
#define CMakeSetupDialog_h #define CMakeSetupDialog_h
#include "QCMake.h" #include "QCMake.h"
#include <QMainWindow> #include <QMainWindow>
#include <QThread> #include <QThread>
#include <QEventLoop> #include <QEventLoop>

View File

@ -4,6 +4,7 @@
#define COMPILERS_HPP #define COMPILERS_HPP
#include <QWidget> #include <QWidget>
#include <ui_Compilers.h> #include <ui_Compilers.h>
class Compilers : public QWidget, public Ui::Compilers class Compilers : public QWidget, public Ui::Compilers

View File

@ -1,5 +1,6 @@
#include "FirstConfigure.h" #include "FirstConfigure.h"
#include "Compilers.h" #include "Compilers.h"
#include <QSettings> #include <QSettings>

View File

@ -4,7 +4,9 @@
#include <QWizard> #include <QWizard>
#include <QWizardPage> #include <QWizardPage>
#include "cmake.h" #include "cmake.h"
#include "ui_Compilers.h" #include "ui_Compilers.h"
#include "ui_CrossCompiler.h" #include "ui_CrossCompiler.h"

View File

@ -12,6 +12,9 @@
#ifndef QCMake_h #ifndef QCMake_h
#define QCMake_h #define QCMake_h
#include "cmake.h"
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning ( disable : 4127 ) #pragma warning ( disable : 4127 )
#pragma warning ( disable : 4512 ) #pragma warning ( disable : 4512 )
@ -27,8 +30,6 @@
#include <QMetaType> #include <QMetaType>
#include <QAtomicInt> #include <QAtomicInt>
#include "cmake.h"
/// struct to represent cmake properties in Qt /// struct to represent cmake properties in Qt
/// Value is of type String or Bool /// Value is of type String or Bool
struct QCMakeProperty struct QCMakeProperty

View File

@ -14,6 +14,7 @@
#define QCMakeCacheView_h #define QCMakeCacheView_h
#include "QCMake.h" #include "QCMake.h"
#include <QTreeView> #include <QTreeView>
#include <QSet> #include <QSet>
#include <QStandardItemModel> #include <QStandardItemModel>

View File

@ -16,6 +16,7 @@
#include <QLineEdit> #include <QLineEdit>
#include <QComboBox> #include <QComboBox>
#include <QCompleter> #include <QCompleter>
class QToolButton; class QToolButton;
// common widgets for Qt based CMake // common widgets for Qt based CMake

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmAddDependenciesCommand.h" #include "cmAddDependenciesCommand.h"
#include "cmGlobalGenerator.h" #include "cmGlobalGenerator.h"
// cmDependenciesCommand // cmDependenciesCommand

View File

@ -10,6 +10,7 @@
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmAuxSourceDirectoryCommand.h" #include "cmAuxSourceDirectoryCommand.h"
#include "cmSourceFile.h" #include "cmSourceFile.h"
#include <cmsys/Directory.hxx> #include <cmsys/Directory.hxx>

View File

@ -14,8 +14,9 @@
these routines just manipulate arguments and then call the associated these routines just manipulate arguments and then call the associated
methods on the CMake classes. */ methods on the CMake classes. */
#include "cmMakefile.h"
#include "cmCPluginAPI.h" #include "cmCPluginAPI.h"
#include "cmMakefile.h"
#include "cmVersion.h" #include "cmVersion.h"
#include "cmSourceFile.h" #include "cmSourceFile.h"

View File

@ -12,6 +12,7 @@
#include "cmCurl.h" // include before anything that includes windows.h #include "cmCurl.h" // include before anything that includes windows.h
#include "cmCTest.h" #include "cmCTest.h"
#include "cmake.h" #include "cmake.h"
#include "cmMakefile.h" #include "cmMakefile.h"
#include "cmGlobalGenerator.h" #include "cmGlobalGenerator.h"

View File

@ -14,6 +14,7 @@
#define cmCTest_h #define cmCTest_h
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include <time.h> #include <time.h>

View File

@ -9,8 +9,8 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCacheManager.h" #include "cmCacheManager.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmGeneratedFileStream.h" #include "cmGeneratedFileStream.h"
#include "cmake.h" #include "cmake.h"

View File

@ -13,6 +13,7 @@
#define cmCacheManager_h #define cmCacheManager_h
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include "cmPropertyMap.h" #include "cmPropertyMap.h"
#include "cmState.h" #include "cmState.h"

View File

@ -9,8 +9,8 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information. See the License for more information.
============================================================================*/ ============================================================================*/
#include "cmCallVisualStudioMacro.h" #include "cmCallVisualStudioMacro.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"

View File

@ -13,6 +13,7 @@
#define cmCommand_h #define cmCommand_h
#include "cmObject.h" #include "cmObject.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include "cmMakefile.h" #include "cmMakefile.h"
#include "cmCommandArgumentsHelper.h" #include "cmCommandArgumentsHelper.h"

View File

@ -11,6 +11,7 @@
============================================================================*/ ============================================================================*/
#ifndef cmCommands_h #ifndef cmCommands_h
#define cmCommands_h #define cmCommands_h
#include "cmStandardIncludes.h" #include "cmStandardIncludes.h"
#include <vector> #include <vector>

Some files were not shown because too many files have changed in this diff Show More