- 10 Sep, 2021 1 commit
-
-
Justin Carpentier authored
-
- 24 May, 2021 1 commit
-
-
Justin Carpentier authored
-
- 12 May, 2021 1 commit
-
-
Wolfgang Merkt authored
* CMake if clause * Address unused parameters * Transform: Add copy constructor * Timings: Explicit cast * BVHModel: Address comparison between signed and unsigned * Add operator= to Plane and Halfspace
-
- 23 Mar, 2021 3 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 20 Mar, 2021 2 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 15 Nov, 2020 6 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 05 May, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 14 Nov, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 08 Nov, 2019 1 commit
-
-
Lucile Remigy authored
-
- 07 Nov, 2019 1 commit
-
-
Lucile Remigy authored
-
- 09 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 18 Sep, 2019 3 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 13 Sep, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 02 Sep, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 28 Mar, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 07 Feb, 2019 1 commit
-
-
* Commands executed: * find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \; * find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \; * find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
-
- 24 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 14 Jun, 2016 4 commits
-
-
- 30 Jun, 2015 1 commit
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
- 03 May, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 24 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 16 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 09 Mar, 2013 1 commit
-
-
Ioan Sucan authored
-
- 19 Sep, 2012 1 commit
-
-
Ioan Sucan authored
-
- 17 Sep, 2012 1 commit
-
-
tkunz authored
- In intersect.h/cpp: Replaced some STL functions with their boost counterparts because VS 2010 does not fully support C99/C++11. - In test/test_fcl_utility.h: Added NOMINMAX definition in order to avoid name clashes on Windows. - In test/test_fcl_math.cpp: Only include simd/math_simd_details.h if FCL_HAVE_SSE is set. Caused compilation errors on Windows because simd/math_simd_details.h includes GCC-specific instructions. - In test/test_fcl_math.cpp: Converted the constant parameter of the sqrt function from int to double because Visual Studio was not able to deduct the correct version of the overloaded sqrt function. - In narrowphase/narrowphase.h: Fixed some issues with template specialization. It looks like some parts of the code were not correctly replaced after some copy-and-paste. This caused specialized templated member functions to not be declared in the header file. Thus, Visual Studio used the generic version instead. But, since the cpp defines specialized versions, the linker complained about functions being defined twice. Don't know why it compiled with GCC. - In BVH/BV_splitter.cpp: It seems like Visual Studio does not automatically compile a fully specialized version of a templated class even if a specialized member function is defined. Thus, needed to add statements to force a compilation of specialized class templates. - In BVH/BVH_model.cpp: Fixed a bug that caused a segmentation fault somewhere else (probably platform-independent). - In ccd/taylor_model.cpp: Fixed a typo that did not cause any trouble for me but might when checking assertions. git-svn-id: https://kforge.ros.org/fcl/fcl_ros@194 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 03 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@153 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 02 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@151 253336fb-580f-4252-a368-f3cef5a2a82b
-