- Removed flyweight and fixed potential conversion errors
- Update README.md
- Contributors: Davide Faconti
- Fix bug reported in plotjuggler
- Contributors: Davide Faconti
- critical bug fix
- fix warning Fix sign comparison warnings
- Fixed -Wsign-compare warnings
- Contributors: Davide Faconti, Jarvis Schultz
- speed optimization (fix regression in 2.0)
- Contributors: Davide Faconti
- fix (old abseil stuff)
- Contributors: Davide Faconti
- removed abseil
- Merge branch 'master' of https://github.com/facontidavide/ros_type_introspection
- minor changes in the API
- Fix issue #38
- Contributors: Davide Faconti
- fix issue #36
- Contributors: Davide Faconti
- fix issue #35
- Contributors: Davide Faconti
- Merge pull request #32 from aeudes/fix_large_array
- Fix invalid clamp and discard beaviour.
- Contributors: Alexandre Eudes, Davide Faconti
- adding new policy
- fix compiler warnings
- added comment
- Contributors: Davide Faconti, Robert Haschke, YiweiHan, janEbert
- fixed -Wreorder (#24) * client code can now compile with -Werror
- solved compilation problem when convert_impl<float, float>
- Update README.md
- Contributors: Davide Faconti, moooeeeep
- split the project into two packages to reduce dependencies
- Contributors: Davide Faconti
- critical bug fix
- fixed compilation of test
- remove potential problem in other projects
- Contributors: Davide Faconti
- fixing issue with blobs (detected when parsing sensor_msgs::Image)
- added test for sensor image
- Contributors: Davide Faconti
- added return value to deserializeIntoFlatContainer
- bug fix
- fix compilation issue
- fix potential issue with static variables
- Contributors: Davide Faconti
- Complete refactoring
- Contributors: Davide Faconti, Kartik Mohta, Ian Taylor, Mehdi Tlili
- fixing a serious issue with vectors which are too large
- Contributors: Davide Faconti
- ros Time and Duration fixed
- tests fixed
- important API Change
- might fix issue reported in #5. print_number made public
- adding inline to fix compilation error #4
- maintain nanosecond precision for time/duration
- Contributors: Davide Faconti, Ian Taylor
- speed up
- yet another bug fixed
- considerable speed improvement
- Contributors: Davide Faconti
- bug fix. types where missing in conversion
- Contributors: Davide Faconti
- fixed a bug in resize
- potential compilation problem fixed
- Contributors: Davide Faconti
- moved the deserializing code
- new API
- fixing issue in resize (to be tested)
- fixed osx compilation failure due to implicit_instantiation of std::array
- Fix formating and typos
- Contributors: Bo Li, Davide Faconti, Sam Pfeiffer
- fix the test
- fix tests?
- compilation fix
- typo fix
- test fixed
- Contributors: Davide Faconti
- toStr changed
- Contributors: Davide Faconti
- FIX: bug found in cache. reverting the recent change
- Contributors: davide
- COSMETIC: more consistent code
- considerable speed improvement in applyNameTransform
- Contributors: Davide Faconti
- critical bug fixed
- remove compilation warnings
- Update README.md
- Contributors: Davide Faconti
- removed serious bug that might cause double free
- Contributors: davide
- fixing tests (EXPECTED_EQ is more informative)
- changed the type of ROSType::baseName() and added SString::toStdString()
- added BSD license
- added an alternative implementation of ShapeShifter
- Doxygen added
- Moved to gtests instead of Catch.
- Final API (?)
- All unit tests pass, but coverage is not very high.
- By default is uses the custom string implementation.
- Stable (?) API