mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall
This commit is contained in:
@@ -34,9 +34,9 @@ public:
|
||||
|
||||
protected:
|
||||
// Implement writing/checking methods required by superclass.
|
||||
virtual bool WriteDependencies(const char *src,
|
||||
const char *file, std::ostream& os);
|
||||
virtual bool CheckDependencies(std::istream& is);
|
||||
virtual bool WriteDependencies(const char *src, const char *file,
|
||||
std::ostream& makeDepends, std::ostream& internalDepends);
|
||||
virtual bool CheckDependencies(std::istream& internalDepends);
|
||||
|
||||
private:
|
||||
cmDependsJava(cmDependsJava const&); // Purposely not implemented.
|
||||
|
||||
Reference in New Issue
Block a user