MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005323 | CMake | CMake | public | 2007-07-10 12:10 | 2010-12-15 08:08 |
Reporter | Eric Marchand | ||||
Assigned To | Brad King | ||||
Priority | high | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | CMake 2.8.3 | |||
Summary | 0005323: Disable the progress count | ||||
Description | Disable the progress count During the build, cmake update and displays a progress counter. I see two drawbacks to this feature. 1) Look and feel. Some people - but not all I admit - don't like it. 2) Under clearcase, the targets are systematically rebuilt. The feature is implemented by writing and reading into a file along the build (CMakeFiles/Progress/). This is a problem when using cmake under the clearcase environment with clearmake command instead of make. Clearcase includes mechanismes to avoid unecessary rebuild of targets. It provides its own file system so it is able to check all the files that have been opened during the build of a target; so if one of them has changed between two build sessions it re-build the target. An improvment feature could be to manage an environment variable that disables this feature. Hereunder is a patch I use to validate it. The variable name is DISABLE_PROGRESS_COUNT: if it set to a not null value, the feature is disabled. Eric Marchand | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | quiet_progress_count.diff (1,250) 1969-12-31 19:00 https://public.kitware.com/Bug/file/1067/quiet_progress_count.diff cmake_progress_count.diff (9,316) 1969-12-31 19:00 https://public.kitware.com/Bug/file/1068/cmake_progress_count.diff | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-06-08 06:08 | Wojciech Migda | Note Added: 0016650 | |||
2009-06-08 06:24 | Wojciech Migda | Note Added: 0016651 | |||
2010-12-14 11:11 | David Cole | Assigned To | Ken Martin => | ||
2010-12-15 06:47 | David Cole | Assigned To | => Brad King | ||
2010-12-15 06:47 | David Cole | Note Added: 0024127 | |||
2010-12-15 08:07 | Brad King | Note Added: 0024138 | |||
2010-12-15 08:08 | Brad King | Status | assigned => closed | ||
2010-12-15 08:08 | Brad King | Resolution | open => fixed | ||
2010-12-15 08:08 | Brad King | Fixed in Version | => CMake 2.8.3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|