You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Boost Test and replace with Google Test (#146)
* Update test_fcl_sphere_capsule.cpp to use gtest
* Update more tests to use gtest
* Update rest of tests to use gtest
* Add missing copyright to test_fcl_simple.cpp
* Drop dependency on Boost Test
* Update changelog
* Remove Boost.Date_Time
* Revert the default value of FCL_BUILD_TESTS option
* Bump version to 0.6.0
* Add back boost settings for filesystem and system
* Use GTEST_TEST rather than TEST to avoid potential name conflicts
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
## FCL 0
2
2
3
-
### FCL 0.5.0 (2016-XX-XX)
3
+
### FCL 0.6.0 (2016-XX-XX)
4
+
5
+
* Removed Boost Test and replaced with Google Test: [#146](https://github.com/flexible-collision-library/fcl/pull/146), [#140](https://github.com/flexible-collision-library/fcl/pull/140)
6
+
7
+
### FCL 0.5.0 (2016-07-19)
4
8
5
9
* Added safe-guards to allow octree headers only if octomap enabled: [#136](https://github.com/flexible-collision-library/fcl/pull/136)
6
10
* Added CMake option to disable octomap in build: [#135](https://github.com/flexible-collision-library/fcl/pull/135)
0 commit comments