NAKAMURA Takumi
|
0e58a5ea07
Source: Fix possible IWYU warnings in Windows generators
|
4 gadi atpakaļ |
Kitware Robot
|
bdca8b01d2
Modernize: Use #pragma once in all header files
|
5 gadi atpakaļ |
Marc Chevrier
|
a00960288b
GlobalGenerator family: modernize memory management
|
5 gadi atpakaļ |
Brad King
|
40a732800d
VS: Clarify global generator constructor interface
|
6 gadi atpakaļ |
Brad King
|
163cc8bbdd
VS: Convert WriteSLNHeader to non-virtual lookup table
|
6 gadi atpakaļ |
Brad King
|
03f74a16cd
VS: Convert GetIDEVersion to non-virtual table lookup
|
6 gadi atpakaļ |
Vitaly Stakhovsky
|
77d83568e0
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
|
6 gadi atpakaļ |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 gadi atpakaļ |
Vitaly Stakhovsky
|
cfe4e2db1f
VS: Use 'override' keyword for overridden methods in generator classes
|
8 gadi atpakaļ |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 gadi atpakaļ |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 gadi atpakaļ |
Stephen Kelly
|
c7b79aa16a
cmGlobalGenerator: Require a cmake instance in ctor.
|
10 gadi atpakaļ |
Stephen Kelly
|
dad8b03fbe
VS: Remove obsolete methods.
|
10 gadi atpakaļ |
Stephen Kelly
|
a48aebcb67
cmLocalGenerator: Require a parent in the constructor.
|
10 gadi atpakaļ |
Geoff Viola
|
bef23e8181
Fix some spelling errors in comments
|
11 gadi atpakaļ |
Brad King
|
d3d9218a52
VS: Remove unused method from VS 9 generator
|
11 gadi atpakaļ |
Brad King
|
eeb60102e8
VS: Refactor CMAKE_FORCE_*64 platform definitions
|
11 gadi atpakaļ |
Ben Boeckel
|
1a1b737c99
stringapi: Use strings for generator names
|
11 gadi atpakaļ |
Patrick Gansterer
|
b02f09d434
VS: Replace ArchitectureId with PlatformName
|
12 gadi atpakaļ |
Patrick Gansterer
|
6fe4fcba78
VS: Add parser for WCE.VCPlatform.config to read WinCE platforms
|
13 gadi atpakaļ |
Patrick Gansterer
|
75ebebc39c
VS: Remove platform specific generator files
|
13 gadi atpakaļ |
Patrick Gansterer
|
5170a8800f
Make cmGlobalGenerator::GetDocumentation() a static function
|
13 gadi atpakaļ |
Patrick Gansterer
|
e8f841473b
Introduce the abstract class cmGlobalGeneratorFactory
|
13 gadi atpakaļ |
Patrick Gansterer
|
2c7a451de0
VS: Cleanup AddPlatformDefinitions() of Visual Studio generators
|
13 gadi atpakaļ |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 gadi atpakaļ |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 gadi atpakaļ |
Brad King
|
09e398fa9f
Create VS generator GetRegistryBase method
|
16 gadi atpakaļ |
David Cole
|
ca2a16c0a2
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
|
17 gadi atpakaļ |
Bill Hoffman
|
77ef811c8e
ENH: add MSVC90 define to vs9 ide
|
18 gadi atpakaļ |
David Cole
|
867de7fc67
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
|
18 gadi atpakaļ |