View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004560 | Slicer4 | Core: Base Code | public | 2018-05-22 11:12 | 2019-06-13 00:10 |
| Reporter | phcerdan | Assigned To | jcfr | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Slicer 4.11.0 | Fixed in Version | Slicer 4.11.0 | ||
| Summary | 0004560: C++11: Modernize NULL and 0 to nullptr | ||||
| Description | ITK5.0 uses c++11 nullptr instead of NULL and 0. STEPs to use clang-tidy: install clang and clang tools, that includes clang-tidy and run-clang-tidy.py. And in the build folder of slicer, execute: | ||||
| Steps To Reproduce | Easy way: Use ITK_DIR to point to ITK5 | ||||
| Additional Information | It is not perfect, so there are cases where manual substitution is required, also it doesn't work on comments. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-05-22 11:12 | phcerdan | New Issue | |
| 2018-05-22 11:12 | phcerdan | Status | new => assigned |
| 2018-05-22 11:12 | phcerdan | Assigned To | => jcfr |
| 2018-05-22 11:56 | phcerdan | Description Updated | View Revisions |
| 2018-05-29 22:50 | lassoan | Target Version | => Slicer 4.11.0 |
| 2019-06-13 00:10 | jcfr | Status | assigned => resolved |
| 2019-06-13 00:10 | jcfr | Resolution | open => fixed |
| 2019-06-13 00:10 | jcfr | Fixed in Version | => Slicer 4.11.0 |