Jérémie Dumas
Jérémie Dumas
Ideally each PSM should use different root namespaces to avoid symbol collisions between them. E.g. `GEO_Delaunay` or `GEO_Predicates` instead of simply `GEO`.
I see that geogram started using C++11's random number generator in `mesh_reorder`, which is good! (Even if you don't like the API :p). However, I am not a fan of...
Hi. I'm trying to use EnTT with [JoltPhysics](https://github.com/jrouwe/JoltPhysics). Jolt by default overrides its [new/delete](https://github.com/jrouwe/JoltPhysics/blob/f5ab4fd526fe1e03a408a5ead3ee396263d8a1d3/Jolt/Core/Memory.h#L29-L37) operators, which causes compilation issues with EnTT's usage of placement new operator here: https://github.com/skypjack/entt/blob/fedcb920ce0068c35ffbc66fd4e84864e6ef71ef/src/entt/core/memory.hpp#L278 As proposed...
Hi. Running CMake with the Xcode generator seems to fails the compilation for Address sanitizer on macOS: ```bash ❯ cmake .. -G "Xcode" -DUSE_SANITIZER=Address -- The C compiler identification is...
**Is your feature request related to a problem? Please describe.** This is related to #2 and #158, but somehow I don't think it's currently possible to do this. **Describe the...
Hi. I often encounter situations where trying to run `mmgs` to remesh a bad triangle mesh hits a snag at the following assertion: ``` Error: MMG5_minQualCheck: too bad quality for...
Hi there, I'd like to use this nice little gizmo to set a 2D transformation matrix. Basically I would like to "hide" one of the axes (e.g. Z). I've tried...
Hi, I am struggling to sort the entries of the `.. toctree::` in documentation generated with `autoapi`. I have one `.piy` sutbfile for each of my project's submodule and it...
Typically when going into a new year, I do not want to update the copyright year for every file in my project. Only files which have been updated since the...