- Bump CMake version to avoid CMP0048 author warning (#51)
- Contributors: Shane Loretz
- Changed FindPoco to use 'd' suffix only when debug libraries are present (#50) * Recent versions of Debian and Ubuntu (beginning with Stretch and Bionic respectively) do not provide separate debug library versions of Poco. * The refactored debug check now actually verifies that a d-suffixed library exists. * If not it falls back to using the non-suffixed version of the library which may or may not include debug symbols.
- add note about ROS Lunar and future versioning schemes
- Contributors: Steven! Ragnarök, William Woodall
- Add FindTinyXML2 module (#42) Signed-off-by: Dmitry Rozhkov <[email protected]>
- Add FindGflags for supporting Gflags
- Contributors: Dave Coleman, Dmitry Rozhkov, William Woodall
- The Eigen module provided by this package has been deprecated. There is now a CMake warning to encourage people to use the Module provided by Eigen instead.
- Contributors: William Woodall
- Added FindPoco.cmake, which migrated from the ros/class_loader repository.
- Update to FindXenomai.cmake find_package_handle_standard_args generates all caps variables (XENOMAI_FOUND), while this script is expected to create Xenomai_FOUND. This changeset creates the appropriately cased variable, but does not unset the all-caps variant for backwards-compatibility reasons (I typically unset it on new modules).
- Contributors: Adolfo Rodriguez Tsouroukdissian, Esteve Fernandez, William Woodall
- Added CMake module for finding the UUID libraries
- Changed prepend of CMAKE_MODULE_PATH to append behaviour in order to allow prepending of external CMake modules.
- Added CMake module for finding GSL
- Contributors: Esteve Fernandez, Peter Lehner, William Woodall, v01d
- Export architecture_independent flag in package.xml
- Fix extended CMAKE_MODULE_PATH variable when path contains spaces
- Mention the sequencing reqirement with an example
- Contributors: Dirk Thomas, Paul Mathieu, Scott K Logan, Tully Foote, William Woodall, phuicy
- Added Numpy CMake module
- Added Eigen CMake module closed #10
- Removed use of absolute paths in extra files fixed #9
- Contributors: Vincent Rabaud, William Woodall
- Adding CMake module for finding Xenomai RT kernel patch build flags
- Contributors: Jonathan Bohren, William Woodall
- Added FindTBB.cmake version r36 from the findtbb package
- TinyXML: Add more comprehensive header documentation.
- Initial release, includes the FindTinyXML.cmake CMake module