Skip to content

Releases: ros/console_bridge

0.3.2

02 Feb 01:52
Compare
Choose a tag to compare

More fixes for Windows:

  • #35: Add appveyor CI for automatic Windows testing
  • #36: Fix Windows compilation error introduced by #31 (issue #34)

0.3.1

28 Jan 23:13
Compare
Choose a tag to compare

Small updates to 0.3.0:

  • #31: Fix macro API broken by 0.3.0 release (issue #30)
  • #33: Fix Windows compiler warning (issue #32)

0.3.0

15 Jan 00:22
Compare
Choose a tag to compare

This release adds a namespace prefix to compiler macros to address issue #18, uses c++11 to eliminate the dependency on boost, and includes some build and packaging fixes.

Add namespace prefix to macros, deprecate old ones

  • #24 Add duplicate macros with namespace prefix (see #18). The old macros will be removed in the next major version.

Use c++11 instead of boost

  • #25 Use c++11 instead of boost

Build, packaging:

  • #19 Add option to enable GNU Install Dirs
  • #22 Declare version numbers and install cmake version config file
  • #23 Include GNUInstallDirs
  • #27 Add .travis.yml
  • #28 Restore SOVERSION
  • #29 Use cmake FULL variables for pkgconfig libdir and includedir