- Jun 20, 2016
-
-
The cmDependsJavaParserHelper tries to implement a "deep copy" in the assignment operator of the internal class CurrentClass. To do that, it uses std::copy and std::back_inserter. The copy constructor is implemented in terms of the assignment operator but it does not initialize the member NestedClasses, a pointer to vector. This pointer is dereferenced in the assignment operator. Change the pointer to a value and rely on the compiler generated special functions.
-
- Jun 16, 2016
-
-
82ecc2a3 FindIce: Add versions 3.6.1 and 3.6.2
-
d645b03e cmOutputConverter: implement Shell__GetArgument using ostringstream
-
90d114ed FindCUDA: Use the correct runtime in REQUIRED_VARS check
-
1c2c6297 cmTargetLinkLibraryType: Extract from cmStandardIncludes.h ffdc0a8e cmTypeMacro: Extract from cmStandardIncludes.h e4eb88e2 cmCustomCommandLines: Extract from cmStandardIncludes.h 535ec2bf cmDocumentationEntry: Extract from cmStandardIncludes c3819aca cmConfigure.h: Establish as 'include first' file
-
-
-
-
Kitware Robot authored
-
- Jun 15, 2016
-
-
Daniel Pfeifer authored
This removes the need to calculate the resulting string length beforehand.
-
Roger Leigh authored
-
Kitware Robot authored
-
- Jun 14, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Use istringsream for parsing, ostringstream for generation.
-
Daniel Pfeifer authored
Don't pass the default value of the openmode parameter explicitly.
-
Daniel Pfeifer authored
Just because it is shorter.
-
Chuck Atkins authored
When enabling the CUDA static runtime, the current module always uses the shared runtime in the REQUIRED_VARS check. This change should select the correct runtime to be checked for as required based on the CUDA_USE_STATIC_CUDA_RUNTIME option. Fixes #16096
-
Kitware Robot authored
-
- Jun 13, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
At the moment, cmStandardIncludes.h needs to be included before any standard includes because it disables some warnings that are caused by the standard library of some compilers. Move this responsibility to the cmConfigure.h file. Also add include guards to cmConfigure.h to make sure the file can be included multiple times.
-
42fe7d21 Help: clarify PARENT_SCOPE behavior
-
Stephen Kelly authored
-
Stephen Kelly authored
Make it more clear what is happening here.
-
Stephen Kelly authored
Simplify parser API.
-
Stephen Kelly authored
-
Brad King authored
-
Ben Boeckel authored
Fixes #15252.
-
Ben Boeckel authored
-
Brad King authored
-
Ben Boeckel authored
Fixes #15093.
-
0a4af073 cmake: Issue message independent of cmMakefile definition
-
896ad251 Teach find_library and find_package to search lib32 paths (#11260)
-