Skip to content

ccmake: Use incremental rendering for the logs

This should avoid an exponential slowdown in the display time for projects with lots of output. This is still slower than cmake due to the ncurses drawing, but it should now be O(L) and not O(L^2) wrt to output length.

Fixes: #20535
Backport: release

Edited by Sylvain Joubert

Merge request reports

Loading