Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetProgressCallback
Method
SetProgressCallback
Source/cmake.cxx:3416–3419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3414
}
3415
3416
void cmake::SetProgressCallback(ProgressCallbackType f)
3417
{
3418
this->ProgressCallback = std::move(f);
3419
}
3420
3421
void cmake::UpdateProgress(std::string const& msg, float prog)
3422
{
Callers
13
do_cmake
Function · 0.80
do_build
Function · 0.80
do_install
Function · 0.80
do_workflow
Function · 0.80
do_open
Function · 0.80
CreateCMake
Method · 0.80
cmCTestBuildAndTestCaptureRAII
Method · 0.80
~cmCTestBuildAndTestCaptureRAII
Method · 0.80
QCMake
Method · 0.80
InstallCMakeProject
Method · 0.80
main
Function · 0.80
Configure
Method · 0.80
Calls
1
move
Function · 0.85
Tested by
3
CreateCMake
Method · 0.64
cmCTestBuildAndTestCaptureRAII
Method · 0.64
~cmCTestBuildAndTestCaptureRAII
Method · 0.64