BuildData(std::mutex* mtx_, bool& stop_, ProjectQueue& buildQueue_, ProjectQueue& readyQueue_, std::vector<std::unique_ptr<Module>>& rootModules_, bool& isSystemSolution_, std::set<std::string>& builtProjects_) |
ProjectQueue& | buildQueue |
std::set<std::string>& | builtProjects |
std::vector<std::exception_ptr> | exceptions |
bool& | isSystemSolution |
std::mutex* | mtx |
ProjectQueue& | readyQueue |
std::vector<std::unique_ptr<Module>>& | rootModules |
bool& | stop |