mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesBoolWidget_h
|
||||
#define __cmCursesBoolWidget_h
|
||||
#ifndef cmCursesBoolWidget_h
|
||||
#define cmCursesBoolWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
class cmCursesMainForm;
|
||||
@@ -37,4 +37,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif // __cmCursesBoolWidget_h
|
||||
#endif // cmCursesBoolWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesCacheEntryComposite_h
|
||||
#define __cmCursesCacheEntryComposite_h
|
||||
#ifndef cmCursesCacheEntryComposite_h
|
||||
#define cmCursesCacheEntryComposite_h
|
||||
|
||||
#include "../cmCacheManager.h"
|
||||
#include "cmCursesLabelWidget.h"
|
||||
@@ -40,4 +40,4 @@ protected:
|
||||
int EntryWidth;
|
||||
};
|
||||
|
||||
#endif // __cmCursesCacheEntryComposite_h
|
||||
#endif // cmCursesCacheEntryComposite_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesDummyWidget_h
|
||||
#define __cmCursesDummyWidget_h
|
||||
#ifndef cmCursesDummyWidget_h
|
||||
#define cmCursesDummyWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
|
||||
@@ -33,4 +33,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif // __cmCursesDummyWidget_h
|
||||
#endif // cmCursesDummyWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesFilePathWidget_h
|
||||
#define __cmCursesFilePathWidget_h
|
||||
#ifndef cmCursesFilePathWidget_h
|
||||
#define cmCursesFilePathWidget_h
|
||||
|
||||
#include "cmCursesPathWidget.h"
|
||||
|
||||
@@ -25,4 +25,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif // __cmCursesFilePathWidget_h
|
||||
#endif // cmCursesFilePathWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesForm_h
|
||||
#define __cmCursesForm_h
|
||||
#ifndef cmCursesForm_h
|
||||
#define cmCursesForm_h
|
||||
|
||||
#include "../cmStandardIncludes.h"
|
||||
#include "cmCursesStandardIncludes.h"
|
||||
@@ -73,4 +73,4 @@ protected:
|
||||
FORM* Form;
|
||||
};
|
||||
|
||||
#endif // __cmCursesForm_h
|
||||
#endif // cmCursesForm_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesLabelWidget_h
|
||||
#define __cmCursesLabelWidget_h
|
||||
#ifndef cmCursesLabelWidget_h
|
||||
#define cmCursesLabelWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
#include "cmCursesStandardIncludes.h"
|
||||
@@ -35,4 +35,4 @@ protected:
|
||||
void operator=(const cmCursesLabelWidget&);
|
||||
};
|
||||
|
||||
#endif // __cmCursesLabelWidget_h
|
||||
#endif // cmCursesLabelWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesLongMessageForm_h
|
||||
#define __cmCursesLongMessageForm_h
|
||||
#ifndef cmCursesLongMessageForm_h
|
||||
#define cmCursesLongMessageForm_h
|
||||
|
||||
#include "../cmStandardIncludes.h"
|
||||
#include "cmCursesForm.h"
|
||||
@@ -55,4 +55,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif // __cmCursesLongMessageForm_h
|
||||
#endif // cmCursesLongMessageForm_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesMainForm_h
|
||||
#define __cmCursesMainForm_h
|
||||
#ifndef cmCursesMainForm_h
|
||||
#define cmCursesMainForm_h
|
||||
|
||||
#include "../cmStandardIncludes.h"
|
||||
#include "cmCursesForm.h"
|
||||
@@ -161,4 +161,4 @@ protected:
|
||||
bool SearchMode;
|
||||
};
|
||||
|
||||
#endif // __cmCursesMainForm_h
|
||||
#endif // cmCursesMainForm_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesOptionsWidget_h
|
||||
#define __cmCursesOptionsWidget_h
|
||||
#ifndef cmCursesOptionsWidget_h
|
||||
#define cmCursesOptionsWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
class cmCursesMainForm;
|
||||
@@ -36,4 +36,4 @@ protected:
|
||||
std::vector<std::string>::size_type CurrentOption;
|
||||
};
|
||||
|
||||
#endif // __cmCursesOptionsWidget_h
|
||||
#endif // cmCursesOptionsWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesPathWidget_h
|
||||
#define __cmCursesPathWidget_h
|
||||
#ifndef cmCursesPathWidget_h
|
||||
#define cmCursesPathWidget_h
|
||||
|
||||
#include "cmCursesStringWidget.h"
|
||||
|
||||
@@ -37,4 +37,4 @@ protected:
|
||||
std::string::size_type CurrentIndex;
|
||||
};
|
||||
|
||||
#endif // __cmCursesPathWidget_h
|
||||
#endif // cmCursesPathWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesStringWidget_h
|
||||
#define __cmCursesStringWidget_h
|
||||
#ifndef cmCursesStringWidget_h
|
||||
#define cmCursesStringWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
|
||||
@@ -73,4 +73,4 @@ protected:
|
||||
bool Done;
|
||||
};
|
||||
|
||||
#endif // __cmCursesStringWidget_h
|
||||
#endif // cmCursesStringWidget_h
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesWidget_h
|
||||
#define __cmCursesWidget_h
|
||||
#ifndef cmCursesWidget_h
|
||||
#define cmCursesWidget_h
|
||||
|
||||
#include "../cmCacheManager.h"
|
||||
#include "cmCursesStandardIncludes.h"
|
||||
@@ -84,4 +84,4 @@ protected:
|
||||
int Page;
|
||||
};
|
||||
|
||||
#endif // __cmCursesWidget_h
|
||||
#endif // cmCursesWidget_h
|
||||
|
||||
Reference in New Issue
Block a user