Stephen Kelly
|
c7b79aa16a
|
cmGlobalGenerator: Require a cmake instance in ctor.
It is required anyway, so this makes it explicit.
|
2015-05-27 09:18:31 -04:00 |
Stephen Kelly
|
036372c4cd
|
Remove obsolete overrides of CreateLocalGenerator.
The cmGlobalMakefileGenerator3 has an identical implementation.
|
2015-05-18 20:06:20 +02:00 |
Stephen Kelly
|
a48aebcb67
|
cmLocalGenerator: Require a parent in the constructor.
Pass the parent though cmGlobalGenerator::CreateLocalGenerator.
This will make it easy to initialize state scopes independent of
cmMakefile.
|
2015-04-28 07:50:52 +02:00 |
Geoff Viola
|
bef23e8181
|
Fix some spelling errors in comments
|
2014-10-13 10:00:53 -04:00 |
Ben Boeckel
|
1a1b737c99
|
stringapi: Use strings for generator names
|
2014-03-08 13:05:38 -05:00 |
Patrick Gansterer
|
5170a8800f
|
Make cmGlobalGenerator::GetDocumentation() a static function
Making the function static allows us to call it directly,
without creating and removing an instance of the generator.
|
2012-11-19 12:54:50 -05:00 |
Patrick Gansterer
|
e8f841473b
|
Introduce the abstract class cmGlobalGeneratorFactory
This new abstract class allows us move some logic from the
cmGlobalGenerator into its own layer in a next step.
|
2012-11-19 12:54:30 -05:00 |
Kitware Robot
|
7bbaa4283d
|
Remove trailing whitespace from most CMake and C/C++ code
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace. Wipe out all remnants of trailing whitespace
everywhere except third-party code.
Run the following shell code:
git ls-files -z -- \
bootstrap doxygen.config '*.readme' \
'*.c' '*.cmake' '*.cpp' '*.cxx' \
'*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
'*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
|
2012-08-13 14:18:39 -04:00 |
Bill Hoffman
|
4cf560fb8b
|
change the name to be closer to NMake Makefiles which is basically what jom parses
|
2010-01-08 13:31:37 -05:00 |
Bill Hoffman
|
dd09d88065
|
Add JOM support and clean up some of the tar -E stuff
|
2009-11-05 15:00:15 -05:00 |