summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-11-09 20:37:51 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-11-09 20:37:51 (GMT)
commit84ce612c65520c273aa3b1d2efd2f8f4de7d3867 (patch)
tree3b8b53490941a16801a9530e0b258268148a5e38 /Source/cmake.h
parenta60b09927d4c29756c428d4c38f5ee2810a8f66e (diff)
downloadCMake-84ce612c65520c273aa3b1d2efd2f8f4de7d3867.zip
CMake-84ce612c65520c273aa3b1d2efd2f8f4de7d3867.tar.gz
CMake-84ce612c65520c273aa3b1d2efd2f8f4de7d3867.tar.bz2
Move the code for generating dot-files into separate class cmGraphVizWriter
Alex
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 0de72d9..435d38b 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -433,23 +433,6 @@ protected:
int* retCodeOut = 0);
cmVariableWatch* VariableWatch;
- int getAllTargets(const std::set<cmStdString>& ignoreTargetsSet,
- std::map<cmStdString, cmStdString>& targetNamesNodes,
- std::map<cmStdString, const cmTarget*>& targetPtrs,
- const char* graphNodePrefix) const;
-
- int getAllExternalLibs(const std::set<cmStdString>& ignoreTargetsSet,
- std::map<cmStdString, cmStdString>& targetNamesNodes,
- std::map<cmStdString, const cmTarget*>& targetPtrs,
- const char* graphNodePrefix, int cnt) const;
-
- void writeDotConnections(const char* targetName,
- const std::map<cmStdString, cmStdString>& targetNamesNodes,
- const std::map<cmStdString, const cmTarget*>& targetPtrs,
- std::set<std::string>& insertedNodes,
- std::set<std::string>& insertedConnections,
- cmGeneratedFileStream& str) const;
-
///! Find the full path to one of the cmake programs like ctest, cpack, etc.
std::string FindCMakeProgram(const char* name) const;
private: