trex version 0.5.6
This version includes minor patches mostly related to some compilation issues found in previous release
Patches
- cmake
- protected cmake 3.x command so they do not generate and error with 2.x versions
- corrected Git handling code to work on case sensitive systems
- small tweak (not working apparently) to link against the libdune-core.a with lsts when this library was not compiled with -fPIC
- corrected few issues when C++11 enabled
- few places were directly using boost implementation instead of provided macro. This has been corrected now in all actives components
- improved asio events platform specific code. The compiled code is functionally identical as before it just removes code that was not used in some case avoiding in turn some warnings from clang