- add new function to remove the extension of a file (#27)
- Contributors: Anas Abou Allaban
- find_library: Centralize functionality here (#25)
- Implement join() (#20)
- Rename test (#21)
- use _WIN32 instead of WIN32 (#24)
- Update README.md and package.xml (#22)
- Fix typo (#23)
- type trait rcpputils::is_pointer<T>` (#19)
- File extension addition for camera calibration parser (#18)
- Add endian helper until C++20 (#16)
- use iterators for split (#14)
- Add function 'find_and_replace' (#13)
- Contributors: Andreas Klintberg, Dirk Thomas, Jacob Perron, Karsten Knese, Michael Carroll, Michel Hidalgo, Tully Foote
- Fixed leak in test_basic.cpp. (#9)
- Added CODEOWNERS file. (#10)
- Added commonly-used filesystem helper to utils. (#5)
- Fixed thread_safety_annotation filename to .hpp. (#6)
- Added section about DCO to CONTRIBUTING.md.
- Added thread annotation macros. (#2)
- Contributors: Dirk Thomas, Emerson Knapp, Michael Carroll, Thomas Moulard