SpaceIm

Results 118 issues of SpaceIm

Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...

Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...

Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...

conan client is not able to check `required_conan_version` before python imports of a recipe (see https://github.com/conan-io/conan/issues/11239). Due to migration of cci recipes to conan v2, many users may see cryptic...

question

closes https://github.com/flexible-collision-library/fcl/issues/458 closes https://github.com/flexible-collision-library/fcl/issues/516 This big patch comes with several modifications: - **FCL_EXPORT** is renamed **FCL_API** - **FCL_EXPORT** (aka **FCL_API** now) is removed in all **template declarations**. - 2 new...

Several headers are not self-sufficient in narrowphase folder. --- This change is [](https://reviewable.io/reviews/flexible-collision-library/fcl/565)

Some warnings reported by Visual Studio: In `fcl::MeshCollisionTraversalNodeRSS`, these 2 templates are never defined afterwards: `bool BVTesting(int b1, int b2, const Transform3& tf) const;` `void leafTesting(int b1, int b2, const...

- forcing -std=c++11 or using CXX_STANDARD is not recommended in a library, since it prevents users to compile the library with a more recent C++ standard. - also remove hardcoded...

This change is [](https://reviewable.io/reviews/flexible-collision-library/fcl/562)

I really had a hard-time on Windows while rebuilding specific targets to fix issues in https://github.com/flexible-collision-library/fcl/pull/461, even with Ninja and a good SSD. I mean, waiting 15s each time is...