Jean-Christophe Fillion-Robin
Jean-Christophe Fillion-Robin
clang-tidy error has been fixed :white_check_mark: ``` /home/runner/work/simplecpp/simplecpp/simplecpp.cpp:2439:5: error: 'toAppleFrameworkRelatives' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors] 2438 | static inline std::array | ~~~~~~ 2439...
> please look at adding such helper functions. It sounds good to me. I will add those > re: support for `-system` I am also adding support for this along...
@danmar > So if I understand it correctly.. if the command line only uses -I then behavior will be unchanged? Ditto 👍 Both `openHeader` (via `simplecpp::preprocess`) and `FileDataCache::tryload` (via `FileDataCache::get`)...
Thanks for the update 🙏. I may be able to rebase & address conflict within a week
Once #560 is integrated, I will rebase this pull request.
> OSX > 10.6 is shipped with OpenCL After talking with @thewtex, it seems the version shipped on macOS is OpenCL 1.2 (see [ITKVkFFTBackend/CMakeLists.txt](https://github.com/InsightSoftwareConsortium/ITKVkFFTBackend/blob/9201580c501ed12f5663dccb6631dc83d6a97287/CMakeLists.txt#L34)) and current GPU integration effort are...
> HDist The is available in the [SegmentComparison](https://github.com/Slicer/Slicer/blob/a5f75351073ef62fd6198d9480d86c0009d70f9b/Docs/user_guide/image_segmentation.md#segment-comparison-module-overview) module. Implementation available in [vtkSlicerSegmentComparisonModuleLogic::ComputeHausdorffDistances](https://github.com/SlicerRt/SlicerRT/blob/master/SegmentComparison/Logic/vtkSlicerSegmentComparisonModuleLogic.cxx#L446) through [plastimatch/util/hausdorff_distance.h](https://gitlab.com/plastimatch/plastimatch/-/blob/master/src/plastimatch/util/hausdorff_distance.h)
From @sankhesh > Regarding washed out lighting, that is most likely related to differences in color scaling. > It seems some people have reported issues with OpenXR creating an sRGB...
From @LucasGandel > The issue could be related to sRGB vs RGB color space support. > > Some mentions of similar issues: > * https://www.youtube.com/watch?v=oxTA_SCHC4U > * https://github.com/godotengine/godot/issues/74857 > *...