MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012040 | CMake | CMake | public | 2011-04-04 03:46 | 2011-05-07 03:21 |
Reporter | Yuchen Deng | ||||
Assigned To | Alex Neundorf | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | Win32 | OS | Windows 7 | OS Version | SP1 |
Product Version | CMake 2.8.4 | ||||
Target Version | Fixed in Version | ||||
Summary | 0012040: Remove extra line breaks in Eclipse CDT | ||||
Description | Hi, CMake Term! I found a issue, in Eclipse CDT, If a make target use the command like this: cmake -E chdir ${ProjDirPath}/Build cmake -DCMAKE_BUILD_TYPE=Release .. It will output extra line in log window. Like the picture. Here is the solution: FILE: cmSystemTools.cxx PATCH: bool cmSystemTools::RunSingleCommand(std::vector<cmStdString>const& command, std::string* output , int* retVal , const char* dir , bool verbose , double timeout ) { ... for(int i=0; i < length; ++i) { if(data[i] == '\0' || data[i] == '\r') // PATCH IN HERE { data[i] = ' '; } } } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | 1.png (50,555) 2011-04-04 03:46 https://public.kitware.com/Bug/file/3797/1.png 2.png (22,323) 2011-04-04 19:52 https://public.kitware.com/Bug/file/3799/2.png | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-04-04 03:46 | Yuchen Deng | New Issue | |||
2011-04-04 03:46 | Yuchen Deng | File Added: 1.png | |||
2011-04-04 11:40 | Brad King | Assigned To | => Alex Neundorf | ||
2011-04-04 11:40 | Brad King | Status | new => assigned | ||
2011-04-04 16:12 | Alex Neundorf | Note Added: 0026086 | |||
2011-04-04 19:51 | Yuchen Deng | Note Added: 0026089 | |||
2011-04-04 19:52 | Yuchen Deng | File Added: 2.png | |||
2011-04-04 19:59 | Yuchen Deng | Note Added: 0026091 | |||
2011-04-04 19:59 | Yuchen Deng | Note Edited: 0026091 | bug_revision_view_page.php?bugnote_id=26091#r288 | ||
2011-05-06 17:08 | Alex Neundorf | Note Added: 0026452 | |||
2011-05-06 23:06 | Yuchen Deng | Note Added: 0026456 | |||
2011-05-07 03:21 | Alex Neundorf | Note Added: 0026457 | |||
2011-05-07 03:21 | Alex Neundorf | Status | assigned => closed | ||
2011-05-07 03:21 | Alex Neundorf | Resolution | open => won't fix |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|