| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Move the whole logic into the base class and the factory.
|
|
|
|
|
| |
Use the existing ArchitectureId to generate the PlatformName
to reduce duplicated information in the classes.
|
|
|
|
|
| |
Move the logic for handling platform specific defines from the
subclasses into the cmGlobalVisualStudioGenerator base class.
|
|
|
|
|
| |
Making the function static allows us to call it directly,
without creating and removing an instance of the generator.
|
|
|
|
|
| |
This new abstract class allows us move some logic from the
cmGlobalGenerator into its own layer in a next step.
|
|
|
|
|
| |
The IA64 and Win64 versions of the VS8 and VS9 generators
contain the same code for this function as in the base class.
|
|
|