|
1 | 1 | ## FCL 0
|
2 | 2 |
|
3 |
| -### FCL 0.7.0 (????-??-??) |
| 3 | +### FCL 0.7.0 (2021-09-09) |
4 | 4 |
|
5 | 5 | * Breaking changes
|
6 | 6 |
|
7 | 7 | * Macros `FCL_SUPPRESS_MAYBE_UNINITIALIZED_BEGIN` and `FCL_SUPPRESS_MAYBE_UNINITIALIZED_END` defined in `fcl/common/warning.h` have been removed:
|
8 | 8 | [#489](https://github.com/flexible-collision-library/fcl/pull/489)
|
| 9 | + * Require CMake 3.10: |
| 10 | + [#506](https://github.com/flexible-collision-library/fcl/pull/506) |
| 11 | + * Check SSE support and enable SSE if support is found: |
| 12 | + [#506](https://github.com/flexible-collision-library/fcl/pull/506) |
| 13 | + [#514](https://github.com/flexible-collision-library/fcl/pull/514) |
9 | 14 |
|
10 | 15 | * Core/Common
|
11 | 16 |
|
| 17 | + * Use package format 3 with conditional dependency on catkin: |
| 18 | + [#536](https://github.com/flexible-collision-library/fcl/pull/536) |
| 19 | + * Fix compilation on Windows. Do not use "not" in preprocessor: |
| 20 | + [#530](https://github.com/flexible-collision-library/fcl/pull/530) |
| 21 | + * Use std::copy instead of memcpy. Patches imported from Debian: |
| 22 | + [#517](https://github.com/flexible-collision-library/fcl/pull/517) |
| 23 | + * Fix finding of ccd with pkg-config: |
| 24 | + [#499](https://github.com/flexible-collision-library/fcl/pull/499) |
| 25 | + [#497](https://github.com/flexible-collision-library/fcl/pull/497) |
| 26 | + |
12 | 27 | * Math
|
13 | 28 |
|
14 | 29 | * constants::eps() is now constexpr:
|
15 | 30 | [#494](https://github.com/flexible-collision-library/fcl/pull/494)
|
| 31 | + * Fix shape conservative advancement normal computation: |
| 32 | + [#505](https://github.com/flexible-collision-library/fcl/pull/505) |
16 | 33 |
|
17 | 34 | * Geometry
|
18 | 35 |
|
|
26 | 43 | collision between ellipsoid and half space *with that ordering*. Now also
|
27 | 44 | supports half space and ellipsoid.
|
28 | 45 | [#520](https://github.com/flexible-collision-library/fcl/pull/520)
|
| 46 | + * Do not flush error messages on cerr: |
| 47 | + [#542](https://github.com/flexible-collision-library/fcl/pull/542) |
29 | 48 |
|
30 | 49 | * Broadphase
|
31 | 50 |
|
|
39 | 58 | [#472](https://github.com/flexible-collision-library/fcl/pull/472)
|
40 | 59 | * Another failure mode in the GJK/EPA signed distance query patched:
|
41 | 60 | [#494](https://github.com/flexible-collision-library/fcl/pull/494)
|
| 61 | + * Fix build when ccd_real_t == float: |
| 62 | + [#498](https://github.com/flexible-collision-library/fcl/pull/498) |
| 63 | + * Remove accidental recursive include: |
| 64 | + [#496](https://github.com/flexible-collision-library/fcl/pull/496) |
42 | 65 |
|
43 | 66 | * Build/Test/Misc
|
44 | 67 |
|
|
0 commit comments