| Summary: | Show progress bar for build tools that print progress | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Kevin Funk <kfunk> |
| Component: | All build tools | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kfunk |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 4.6.60 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.0.0 | |
| Sentry Crash Report: | |||
|
Description
Kevin Funk
2014-04-10 13:06:32 UTC
Disambiguating that a bit: For make jobs: - Output might not contain progress information. It depends on whether CMake was used to generate the Makefiles and -DCMAKE_COLOR_MAKEFILE=OFF was not specified. For ninja jobs: - Always(?) shows progress information in the form of "[1/10] ...\n[2/12]...\n...", etc. So we can always enable parsing this output in the ninja plugin. Implemented for the Ninja builder. Will be part of 5.0.0. Implemented for Make, too. |