Jérémie Dumas
Jérémie Dumas
Hi. Have we reached a consensus regarding this PR yet? It seems we have either this version or [this alternative](https://github.com/CraigHutchinson/CPM.cmake/pull/1/) as a possibility? Personally if the upstream [FetchContent module](https://github.com/Kitware/CMake/blob/69a2eeb9dff5b60f2f1e5b425002a0fd45b7cadb/Modules/FetchContent.cmake#L1855) is...
@Idclip do you have an idea what could be the TSan issue with the `meshToVolume()` function?
Is it possible that a narrow-band voxel be surrounded with all its 26 neighbors by other narrow-band voxels though? E.g. if there are a lots of triangles crossing a single...
I think most compilers support RTTI. The use-case I have here is we wanted to compile code to wasm, and disabling RTTI (via the `-fno-rtti` compile flag) can save about...
¯\\_(ツ)_/ It's your library, so it's your decision in the end. If you don't foresee any big change in the future then imho keeping everything in the same place will...
I've updated the PR to fix conflicts and implemented dummy classes to reduce the number of ifdefs in the code. Let me know if this is less intrusive this way.
Hi @nmwsharp. Have you had a chance to look at the latest version of this PR? I believe it should be less intrusive now. I'd really prefer to avoid having...
FWIW I found out a (Windows-only) tool called [Clang-Format Detector](https://www.clangpowertools.com/blog/getting-started-with-clang-format-detector.html) that will automatically produce a `.clang-format` config option matching the input coding style.
I think `std::atomic` should be generally faster than any mutex implementation, but it really depends on the usage, so one would need to profile to be sure. TBB has its...
> ForLBFGS/ HLBFGS, Dmitry Sokolov wrote a new version, that probably does not have all these globals. I'll take a look ! Is this version available somewhere btw?